We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54189ff commit a3057e9Copy full SHA for a3057e9
2 files changed
netpyne_ui/netpyne_geppetto.py
@@ -379,3 +379,6 @@ def header(title, spacer='-'):
379
except:
380
return self.getJSONError("Error while importing the NetPyNE model", traceback.format_exc())
381
382
+logging.info("Initialising NetPyNE UI")
383
+netpyne_geppetto = NetPyNEGeppetto()
384
+logging.info("NetPyNE UI initialised")
netpyne_ui/netpyneui_init.py
0 commit comments