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 222932f commit 2904040Copy full SHA for 2904040
ngclearn/__init__.py
@@ -32,11 +32,13 @@
32
from ngcsimlib.context import Context, ContextObjectTypes
33
from ngcsimlib import Component
34
from ngcsimlib.compartment import Compartment
35
-from ngcsimlib import logger, configure
+from ngcsimlib import logger, get_config, provide_namespace
36
from ngcsimlib.parser import compilable
37
+from ngcsimlib.operations import Summation, Product
38
39
40
if not Path(argv[0]).name == "sphinx-build" or Path(argv[0]).name == "build.py":
41
if "readthedocs" not in argv[0]: ## prevent readthedocs execution of preload
42
+ from ngcsimlib import configure
43
configure()
44
logger.init_logging()
0 commit comments