File tree Expand file tree Collapse file tree 2 files changed +27
-0
lines changed Expand file tree Collapse file tree 2 files changed +27
-0
lines changed Original file line number Diff line number Diff line change 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
3031install :
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments