Skip to content

Commit 052b345

Browse files
committed
Re-add newline to end of "normalization" stdout
May have made sense to suppress it and later add "...done" to indicate progress, but only if nothing is written to stdout in the meantime.
1 parent 7ced758 commit 052b345

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/mpi_learn.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
shot_list_test) = guarantee_preprocessed(conf)
9696

9797

98-
print_unique("normalization", end='')
98+
print_unique("begin normalization...") # , end='')
9999
normalizer = Normalizer(conf)
100100
normalizer.train()
101101
loader = Loader(conf, normalizer)

0 commit comments

Comments
 (0)