-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.test.jnmlnrn.omt
40 lines (38 loc) · 985 Bytes
/
.test.jnmlnrn.omt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# Script for running automated tests on OSB using Travis-CI, see https://github.com/OpenSourceBrain/osb-model-validation
target: LEMS_SimTestNet.xml
engine: jNeuroML_NEURON
mep: .test.bas.mep
experiments:
soma:
observables:
spike times:
file:
path: SimTestNet.pop0.v.dat
columns: [0,1]
scaling: [1000, 1000]
spike detection:
method: threshold
threshold: -55
tolerance: 0.000
mid:
observables:
spike times:
file:
path: SimTestNet.pop0.v.dat
columns: [0,5]
scaling: [1000, 1000]
spike detection:
method: threshold
threshold: -55
tolerance: 0.000
dend_tip:
observables:
spike times:
file:
path: SimTestNet.pop0.v.dat
columns: [0,10]
scaling: [1000, 1000]
spike detection:
method: threshold
threshold: -55
tolerance: 0.000