Skip to content

Commit 5cbe2fb

Browse files
committed
removed print()
1 parent 683b1da commit 5cbe2fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

znnl/training_recording/papyrus_jax_recording.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,6 @@ def record(self, epoch: int, model: JaxModel, **kwargs):
262262

263263
# Perform recording if do_record is True
264264
if do_record:
265-
print(f"Recording at epoch {epoch}")
266265
# Compute the neural state
267266
self._compute_neural_state(model)
268267
# Add all other kwargs to the neural state dictionary
@@ -275,3 +274,4 @@ def record(self, epoch: int, model: JaxModel, **kwargs):
275274
self._measure(**self.neural_state)
276275
# Store the measurements
277276
self.store(ignore_chunk_size=False)
277+

0 commit comments

Comments
 (0)