Skip to content

Commit 9f93ee4

Browse files
committed
Testing with netpyne
1 parent 0e33bab commit 9f93ee4

3 files changed

Lines changed: 19 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ env:
77
- OMV_ENGINE=jNeuroML
88
- OMV_ENGINE=jNeuroML_NEURON
99
- OMV_ENGINE=jNeuroML_validate
10+
- OMV_ENGINE=jNeuroML_NetPyNE
1011

1112
install:
1213
- pip install git+https://github.com/OpenSourceBrain/osb-model-validation
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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

0 commit comments

Comments
 (0)