We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88121c8 commit 689bb83Copy full SHA for 689bb83
1 file changed
ogcore/household.py
@@ -8,9 +8,9 @@
8
import numpy as np
9
from ogcore import tax, utils
10
import logging
11
-from ogcore.SS import VERBOSE
12
13
# Configure logging
+VERBOSE = False
14
log_level = logging.INFO if VERBOSE else logging.WARNING
15
logging.basicConfig(
16
level=log_level, format="%(message)s" # Only show the message itself
0 commit comments