Skip to content

Commit 58f64a9

Browse files
committed
Test on eden also
1 parent 37b683f commit 58f64a9

File tree

4 files changed

+22
-3
lines changed

4 files changed

+22
-3
lines changed

.github/workflows/omv-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
python-version: [ 3.7, 3.9 ]
18-
engine: [ jNeuroML, jNeuroML_NEURON, jNeuroML_validate, PyLEMS_NeuroML2, PyNN_NEURON, PyNN_Nest, "PyNEURON:8.1", "PyNEURON:7.8.2" ]
17+
python-version: [ 3.9 ]
18+
engine: [ jNeuroML, jNeuroML_NEURON, jNeuroML_EDEN, jNeuroML_validate, PyLEMS_NeuroML2, PyNN_NEURON, PyNN_Nest, "PyNEURON:8.1", "PyNEURON:7.8.2" ]
1919

2020
steps:
2121
- uses: actions/checkout@v2

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,5 @@ nnn/
4545
/NeuroML2/nmllite/IzhikevichTest.net.nml
4646
/NeuroML2/nmllite/LEMS_SimIzhikevichTest.xml
4747
/NeuroML2/nmllite/SimIzhikevichTest.json
48+
*code.gen.*
49+
*_eden.py

NeuroML2/.test.2007.jnmleden.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_2007One.xml
4+
engine: jNeuroML_EDEN
5+
mep: ../MATLAB/results/.test.2007.mep
6+
experiments:
7+
RS2007_100:
8+
observables:
9+
spike times:
10+
file:
11+
path: results/RS_One.dat
12+
columns: [0,1]
13+
scaling: [1000, 1000]
14+
spike detection:
15+
method: threshold
16+
threshold: 0
17+
tolerance: 5.317599532243251e-05

NeuroML2/.test.2007.pylemsnml2.omt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ experiments:
1414
spike detection:
1515
method: threshold
1616
threshold: 0
17-
tolerance: 5.315473317727283e-055
17+
tolerance: 5.315473317727283e-05

0 commit comments

Comments
 (0)