bayeslite icon indicating copy to clipboard operation
bayeslite copied to clipboard

Turn off LOOM_VERBOSITY by default?

Open fsaad opened this issue 7 years ago • 1 comments

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.

fsaad avatar Nov 18 '17 16:11 fsaad

Related: some leaky print statements in Loom have been patched upstream https://github.com/posterior/loom/pull/11.

fsaad avatar Nov 18 '17 18:11 fsaad