Skip to content

Commit ed2f4a5

Browse files
committed
Add moose test
1 parent 3b10d73 commit ed2f4a5

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,4 @@ examples/*.pov
6161
/LEMSexamples/NET_*.net.nml
6262
/examples/*.mod
6363
/examples/*.hoc
64+
/examples/x86_64
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_NML2_Ex5_DetCell.xml
4+
engine: jNeuroML_Moose
5+
mep: .test.ex5.mep
6+
experiments:
7+
v:
8+
observables:
9+
spike times:
10+
file:
11+
path: ../results/ex5_v.dat
12+
columns: [0,1]
13+
scaling: [1000, 1000]
14+
spike detection:
15+
method: threshold
16+
threshold: 0
17+
tolerance: 0.000985869208018

0 commit comments

Comments
 (0)