devitocodes / pyrevolve

Python library to manage checkpointing for adjoints
Eclipse Public License 1.0
15 stars 6 forks source link

suppress uncalled for verbosity #14

Closed tjb900 closed 6 years ago

tjb900 commented 6 years ago

Happy new year!

This patch silences these, which are currently printed for every invocation of revolve:

 advances:    34
 takeshots:    12
 commands:    83
 range = 105 reps= 2
 prediction of needed forward steps:       39 => 
 slowdown factor: 1.4444
jhueckelheim commented 6 years ago

Thank you, that's a good idea. Merged.