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 3b10d73 commit ed2f4a5Copy full SHA for ed2f4a5
.gitignore
@@ -61,3 +61,4 @@ examples/*.pov
61
/LEMSexamples/NET_*.net.nml
62
/examples/*.mod
63
/examples/*.hoc
64
+/examples/x86_64
LEMSexamples/test/.test.ex5.jnmlmoose.omt
@@ -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