Skip to content

Commit ffc0b75

Browse files
committed
remove print for dataloader phase
1 parent 7c0a484 commit ffc0b75

File tree

1 file changed

+0
-1
lines changed
  • chebai_graph/preprocessing/datasets

1 file changed

+0
-1
lines changed

chebai_graph/preprocessing/datasets/chebi.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,6 @@ def _merge_props_into_base(self, row):
153153
assert isinstance(geom_data, GeomData)
154154
for property in self.properties:
155155
property_values = row[f"{property.name}"]
156-
rank_zero_info(f"Merging {property.name} into base dataframe...")
157156
if isinstance(property_values, torch.Tensor):
158157
if len(property_values.size()) == 0:
159158
property_values = property_values.unsqueeze(0)

0 commit comments

Comments
 (0)