Skip to content

Commit b1d96cb

Browse files
committed
Improved testing
1 parent 768476a commit b1d96cb

2 files changed

Lines changed: 6 additions & 7 deletions

File tree

.github/workflows/omv-ci.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,21 +17,20 @@ jobs:
1717
python-version: [ "3.9", "3.10", "3.12" ]
1818
engine:
1919
- "PyNEURON:7.8.2"
20-
- "PyNEURON:8.0.0"
2120
- "PyNEURON:8.1.0"
2221
- "PyNEURON:8.2.7"
2322
runs-on: [ ubuntu-latest, ubuntu-22.04, macos-latest ]
2423
exclude:
24+
- python-version: "3.9"
25+
engine: "PyNEURON:8.1.0"
26+
- python-version: "3.9"
27+
engine: "PyNEURON:8.2.7"
2528
- runs-on: "macos-latest"
2629
engine: "PyNEURON:7.8.2"
2730
- python-version: "3.10"
2831
engine: "PyNEURON:7.8.2"
2932
- python-version: "3.12"
3033
engine: "PyNEURON:7.8.2"
31-
- runs-on: "macos-latest"
32-
engine: "PyNEURON:8.0.0"
33-
- python-version: "3.10"
34-
engine: "PyNEURON:8.0.0"
3534
- python-version: "3.12"
3635
engine: "PyNEURON:8.1.0"
3736

HH/.test.ex5cvode.jnmlnrn.omt

Lines changed: 2 additions & 2 deletions
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.012335544810525227
17+
tolerance: 0.012600907058124892
1818
m:
1919
observables:
2020
spike times:
@@ -25,4 +25,4 @@ experiments:
2525
spike detection:
2626
method: threshold
2727
threshold: 0.9
28-
tolerance: 0.012362083017171266
28+
tolerance: 0.012603561505430703

0 commit comments

Comments
 (0)