We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b0ab73 commit a127357Copy full SHA for a127357
plasma/models/builder.py
@@ -443,7 +443,6 @@ def get_all_saved_files(self):
443
if os.path.isfile(os.path.join(path, name))]
444
epochs = []
445
for fname in filenames:
446
- print(fname)
447
curr_id, epoch = self.extract_id_and_epoch_from_filename(fname)
448
if curr_id == unique_id:
449
epochs.append(epoch)
0 commit comments