You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my opinion, when used as a library, septentrion should not write anything to stdout by default.
The current behavior is to print to stdout. This can be disabled using a quiet parameter.
I would reverse the logic and write to stdout only when a parameter is passed (e.g. enable_stdout ?)