You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returnself.getJSONError("Assertion error while importing the NetPyNE model", "The json file does not contain the following keys: [params, simConfig]")
147
+
else:
148
+
returnself.getJSONError("Assertion error while importing the NetPyNE model", "The json file does not contain the following keys: [net]")
149
+
else:
150
+
returnself.getJSONError("Assertion error while importing the NetPyNE model", "frontend sent a wrong option for 'importFormat'. allowed values are py and json")
130
151
returnself.getJSONReply()
131
152
except:
132
153
returnself.getJSONError("Error while importing the NetPyNE model",traceback.format_exc())
0 commit comments