Skip to content

Commit 37b683f

Browse files
committed
Test miltiple versions nrn
1 parent 30be7f1 commit 37b683f

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/omv-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
python-version: [ 3.7, 3.9 ]
18-
engine: [ jNeuroML, jNeuroML_NEURON, jNeuroML_validate, PyLEMS_NeuroML2, PyNN_NEURON, PyNN_Nest, PyNEURON ]
18+
engine: [ jNeuroML, jNeuroML_NEURON, 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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ NeuroML2/*.json
1313
*.pyc
1414
*i686
1515
*x86_64
16+
arm64
1617
generatedNEURON
1718
generatedGENESIS
1819
generatedNeuroML

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.3154733429e-05
17+
tolerance: 5.315473317727283e-055

0 commit comments

Comments
 (0)