mirror of
https://github.com/vale981/hopsflow
synced 2025-03-05 08:51:37 -05:00
remove debug message
This commit is contained in:
parent
5696c2def0
commit
30f42cd654
1 changed files with 0 additions and 1 deletions
|
@ -873,7 +873,6 @@ def ensemble_mean_online(
|
|||
|
||||
if save is not None:
|
||||
if every is None:
|
||||
print("DUMP")
|
||||
aggregator.dump(save)
|
||||
elif (
|
||||
aggregator.n % every == 0 if isinstance(every, int) else every(aggregator.n)
|
||||
|
|
Loading…
Add table
Reference in a new issue