Skip to content

Commit 374b18b

Browse files
committed
Adding test on PinskyRinzel in Neuron (currently fails)
Related to #111
1 parent e1327be commit 374b18b

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Script for running automated tests on OSB using Travis-CI, see https://github.com/OpenSourceBrain/osb-model-validation
2+
3+
target: ../LEMS_NML2_Ex22_PinskyRinzelCA3.xml
4+
engine: jNeuroML_NEURON
5+
mep: .test.ex22.mep
6+
experiments:
7+
Vs:
8+
observables:
9+
spike times:
10+
file:
11+
path: ../results/ex22_v.dat
12+
columns: [0,1]
13+
scaling: [1000, 1000]
14+
spike detection:
15+
method: threshold
16+
threshold: 0
17+
tolerance: 0
18+
Vd:
19+
observables:
20+
spike times:
21+
file:
22+
path: ../results/ex22_v.dat
23+
columns: [0,2]
24+
scaling: [1000, 1000]
25+
spike detection:
26+
method: threshold
27+
threshold: 0
28+
tolerance: 0

0 commit comments

Comments
 (0)