We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1327be commit 374b18bCopy full SHA for 374b18b
LEMSexamples/test/.test.ex22.jnmlnrn.omt
@@ -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
20
21
22
23
+ columns: [0,2]
24
25
26
27
28
0 commit comments