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 e08e37c commit c7c2368Copy full SHA for c7c2368
.gitignore
@@ -47,3 +47,5 @@ nnn/
47
/NeuroML2/nmllite/SimIzhikevichTest.json
48
*code.gen.*
49
*_eden.py
50
+/NeuroML2/nmllite/*_nrn.py
51
+/NeuroML2/nmllite/*.mod
NeuroML2/nmllite/OneCell.py
@@ -53,7 +53,7 @@
53
network=new_file,
54
duration='700',
55
dt='0.025',
56
- recordVariables={'v':{'all':'*'},
+ record_variables={'v':{'all':'*'},
57
'u':{'all':'*'}},
58
plots2D={'vu':{'x_axis':'izhPop[0]/v',
59
'y_axis':'izhPop[0]/u'}},
0 commit comments