Skip to content

Commit 2904040

Browse files
committed
updates to init for logging
1 parent 222932f commit 2904040

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ngclearn/__init__.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,13 @@
3232
from ngcsimlib.context import Context, ContextObjectTypes
3333
from ngcsimlib import Component
3434
from ngcsimlib.compartment import Compartment
35-
from ngcsimlib import logger, configure
35+
from ngcsimlib import logger, get_config, provide_namespace
3636
from ngcsimlib.parser import compilable
37+
from ngcsimlib.operations import Summation, Product
3738

3839

3940
if not Path(argv[0]).name == "sphinx-build" or Path(argv[0]).name == "build.py":
4041
if "readthedocs" not in argv[0]: ## prevent readthedocs execution of preload
42+
from ngcsimlib import configure
4143
configure()
4244
logger.init_logging()

0 commit comments

Comments
 (0)