susy2015 / ZInvisible

Calculate the Z to neutrinos background for the CMS all-hadronic stop search.
0 stars 4 forks source link

Decrease Printing in Primary Scripts #342

Closed caleb-james-smith closed 3 years ago

caleb-james-smith commented 3 years ago

There is a lot of printing that occurs when running the two main analysis scripts: run_modules.py and run_systematics.py.

Let's decrease the printing that occurs in these scripts, as they are in a stable working state. Much of the printing is from past debugging or warnings/errors that are expected and non-fatal. Some things may be kept under a verbose setting, where they are not printed by default.

caleb-james-smith commented 3 years ago

Printing decreased as part of this PR: https://github.com/susy2015/ZInvisible/pull/344