Skip to content

Commit 077296a

Browse files
committed
Ex9 tests on brian2
1 parent 1f0d1d8 commit 077296a

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ env:
2525
- OMV_ENGINE=jNeuroML_NEURON
2626
- OMV_ENGINE=jNeuroML_NetPyNE
2727
- OMV_ENGINE=jNeuroML_Brain
28+
- OMV_ENGINE=jNeuroML_Brain2
2829
- OMV_ENGINE=jNeuroML_validate
2930

3031
install:
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Script for running automated tests on OSB using Travis-CI, see https://github.com/OpenSourceBrain/osb-model-validation
2+
3+
target: ../LEMS_NML2_Ex9_FN.xml
4+
engine: jNeuroML_Brian2
5+
mep: .test.ex9.mep
6+
experiments:
7+
V:
8+
observables:
9+
spike times:
10+
file:
11+
path: ../results/ex9.dat
12+
columns: [0,1]
13+
scaling: [1000, 1000]
14+
spike detection:
15+
method: derivative
16+
tolerance: 0.00
17+
W:
18+
observables:
19+
spike times:
20+
file:
21+
path: ../results/ex9.dat
22+
columns: [0,2]
23+
scaling: [1000, 1]
24+
spike detection:
25+
method: derivative
26+
tolerance: 1.11868967008e-16

0 commit comments

Comments
 (0)