bayeslite
bayeslite copied to clipboard
Turn off LOOM_VERBOSITY by default?
As it stands, Loom analysis is quite verbose. It reads the environment flag LOOM_VERBOSITY. Note that this flag needs to be set before import LoomMetamodel
for the first time, so it is not sufficient to set the flag in __init__
.
- a user can have this flag set in their own environment prior to invoking python (no action needed).
- We can set the flag before importing any loom modules in LoomMetamodel.
Related: some leaky print statements in Loom have been patched upstream https://github.com/posterior/loom/pull/11.