Skip to content

Commit 3cc070c

Browse files
committed
compare nml and netpyne
1 parent ea27e7a commit 3cc070c

File tree

6 files changed

+400040
-200021
lines changed

6 files changed

+400040
-200021
lines changed

NeuroML2/compare_MC/RE/RE_netpy.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@
4141

4242
simConfig.recordTraces = {'V_soma':{'sec':'soma','loc':0.5,'var':'v'},
4343
'm_itre':{'sec': 'soma', 'loc': 0.5, 'mech': 'itre', 'var': 'm'},
44-
'h_itre':{'sec': 'soma', 'loc': 0.5, 'mech': 'itre', 'var': 'h'}} # Dict with traces to record
44+
'h_itre':{'sec': 'soma', 'loc': 0.5, 'mech': 'itre', 'var': 'h'},
45+
'ica_itre':{'sec': 'soma', 'loc': 0.5, 'mech': 'itre', 'var': 'i'}} # Dict with traces to record
4546

4647

4748
simConfig.recordStep = 0.01 # Step size in ms to save data (eg. V traces, LFP, etc)

0 commit comments

Comments
 (0)