Skip to content

Commit

Permalink
refactor(DataGenerator): removed overlooked debugging sys.out print
Browse files Browse the repository at this point in the history
  • Loading branch information
muellerdo committed Feb 26, 2023
1 parent dc264bf commit 80566ed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion aucmedi/data_processing/data_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,6 @@ def __getitem__(self, raw_idx):
self.batch_size * idx : self.batch_size * (idx + 1)
]
# Generate batch
print(self.index_array, raw_idx, idx, index_array)
return self._get_batches_of_transformed_samples(index_array)

#-----------------------------------------------------#
Expand Down

0 comments on commit 80566ed

Please sign in to comment.