Skip to content

Commit 4bd6251

Browse files
committed
Add more tests
1 parent a896cca commit 4bd6251

File tree

4 files changed

+52
-1
lines changed

4 files changed

+52
-1
lines changed

NMC/NeuroML2/.test.jnml.omt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# Script for running automated tests on OSB using Travis-CI, see https://github.com/OpenSourceBrain/osb-model-validation
2-
# Still in development, subject to change without notice!!
32

43
target: LEMS_Soma_AllNML2.xml
54
engine: jNeuroML

NMC/NeuroML2/.test.jnmleden.omt

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Script for running automated tests on OSB using Travis-CI, see https://github.com/OpenSourceBrain/osb-model-validation
2+
# Still in development, subject to change without notice!!
3+
4+
target: LEMS_Soma_AllNML2.xml
5+
engine: jNeuroML_EDEN
6+
mep: ../NEURON/.test.mep
7+
experiments:
8+
Current clamp:
9+
observables:
10+
spike times:
11+
file:
12+
path: CG_TestCML_0.dat
13+
columns: [0,1]
14+
scaling: [1000, 1000]
15+
spike detection:
16+
method: threshold
17+
threshold: 0
18+
tolerance: 0.000860873175366194

NMC/NeuroML2/.test.jnmlnetpyne.omt

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_Soma_AllNML2.xml
4+
engine: jNeuroML_NetPyNE
5+
mep: ../NEURON/.test.mep
6+
experiments:
7+
Current clamp:
8+
observables:
9+
spike times:
10+
file:
11+
path: CG_TestCML_0.dat
12+
columns: [0,1]
13+
scaling: [1000, 1000]
14+
spike detection:
15+
method: threshold
16+
threshold: 0
17+
tolerance: 0.0006036478669834324
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_L5_TTPC1_cADpyr232_1.xml
4+
engine: jNeuroML_NetPyNE
5+
mep: ../NEURON/.test.l5.mep
6+
experiments:
7+
stepcurrent3_0:
8+
observables:
9+
spike times:
10+
file:
11+
path: L5_TTPC1_cADpyr232_1.Pop_cADpyr232_L5_TTPC1_0fb1ca4724_0_0.v.dat
12+
columns: [0,1]
13+
scaling: [1000, 1000]
14+
spike detection:
15+
method: threshold
16+
threshold: 0
17+
tolerance: 0.004903445664521118

0 commit comments

Comments
 (0)