Skip to content

Commit cc61c1a

Browse files
remove print statement
1 parent fce15bc commit cc61c1a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pina/_src/data/creator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ def __call__(self, datasets):
171171
dataloaders = {}
172172
if self.batching_mode == "common_batch_size":
173173
max_len = max(len(dataset) for dataset in datasets.values())
174-
print(batch_sizes)
174+
175175
for name, dataset in datasets.items():
176176
if (
177177
self.batching_mode == "common_batch_size"

0 commit comments

Comments
 (0)