File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,3 +24,4 @@ Tutorial/Source/*json
2424/Tutorial2 /NeuroML2 /* .dat
2525/Tutorial2 /NeuroML2 /* nrn.py
2626/Tutorial2 /NeuroML2 /* .hoc
27+ /Tutorial /Source /LEMS_HH_Simulation_netpyne.py
Original file line number Diff line number Diff line change 77 - OMV_ENGINE=jNeuroML
88 - OMV_ENGINE=jNeuroML_NEURON
99 - OMV_ENGINE=jNeuroML_validate
10+ - OMV_ENGINE=jNeuroML_NetPyNE
1011
1112install :
1213 - pip install git+https://github.com/OpenSourceBrain/osb-model-validation
Original file line number Diff line number Diff line change 1+ # Script for running automated tests on OSB using Travis-CI, see https://github.com/OpenSourceBrain/osb-model-validation
2+
3+ target: ../LEMS_HH_Simulation.xml
4+ engine: jNeuroML_NetPyNE
5+ mep: .test.mep
6+ experiments:
7+ Current clamp:
8+ observables:
9+ spike times:
10+ file:
11+ path: ../hh_v.dat
12+ columns: [0,1]
13+ scaling: [1000, 1000]
14+ spike detection:
15+ method: threshold
16+ threshold: 0
17+ tolerance: 0.0
You can’t perform that action at this time.
0 commit comments