Skip to content

Commit 6682b9e

Browse files
authored
Merge pull request #75 from openworm/development
Update to tests - tighter tolerances
2 parents 71aaa50 + f83a5b9 commit 6682b9e

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/non-omv.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
python-version: [ 3.7, 3.9 ]
1616

1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v4
1919

2020
- name: Set up Python ${{ matrix.python-version }}
21-
uses: actions/setup-python@v4
21+
uses: actions/setup-python@v5
2222
with:
2323
python-version: ${{ matrix.python-version }}
2424

.github/workflows/omv-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
engine: [ jNeuroML_Brian2, jNeuroML, jNeuroML_NEURON, jNeuroML_NetPyNE, jNeuroML_EDEN, jNeuroML_validate, jNeuroML_PyNN_NEURON, Brian2, jNeuroML_Moose ]
1919

2020
steps:
21-
- uses: actions/checkout@v3
21+
- uses: actions/checkout@v4
2222

2323
- name: Set up Python ${{ matrix.python-version }}
24-
uses: actions/setup-python@v4
24+
uses: actions/setup-python@v5
2525
with:
2626
python-version: ${{ matrix.python-version }}
2727

Tutorial/Source/test/.test.jnml.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: 0.0031
17+
tolerance: 0.0030997162971523324

Tutorial2/NeuroML2/tests/.test.tut.jnml.omt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ experiments:
1414
spike detection:
1515
method: threshold
1616
threshold: 0
17-
tolerance: 0.0008071
17+
tolerance: 0.0008070210834257156
1818
Current clamp i:
1919
observables:
2020
spike times:

0 commit comments

Comments
 (0)