Skip to content

Commit 22d8371

Browse files
committed
fix gasperm print
1 parent 0897235 commit 22d8371

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torch_molecule/datasets/load_local_csv.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def _load_from_local_csv(
2929
if not os.path.exists(data_path):
3030
raise FileNotFoundError(f"Dataset not found at {data_path}")
3131

32-
print(f"Loading dataset from {data_path}")
32+
# print(f"Loading dataset from {data_path}")
3333

3434
input_data = []
3535
property_data = []

0 commit comments

Comments
 (0)