Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 11 additions & 10 deletions .github/workflows/omv-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,24 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ "3.9", "3.11" ]
python-version: [ "3.9", "3.10", "3.12" ]
engine:
- "PyNEURON:7.8.2"
- "PyNEURON:8.0.0"
- "PyNEURON:8.1.0"
- "PyNEURON:8.2.2"
runs-on: [ubuntu-22.04, macos-latest ]
- "PyNEURON:8.2.7"
runs-on: [ ubuntu-latest, ubuntu-22.04, macos-latest ]
exclude:
- python-version: "3.9"
engine: "PyNEURON:8.1.0"
- python-version: "3.9"
engine: "PyNEURON:8.2.7"
- runs-on: "macos-latest"
engine: "PyNEURON:7.8.2"
- python-version: "3.11"
- python-version: "3.10"
engine: "PyNEURON:7.8.2"
- python-version: "3.12"
engine: "PyNEURON:7.8.2"
- python-version: "3.11"
engine: "PyNEURON:8.0.0"
- runs-on: "macos-latest"
engine: "PyNEURON:8.0.0"
- python-version: "3.11"
- python-version: "3.12"
engine: "PyNEURON:8.1.0"

steps:
Expand Down
28 changes: 0 additions & 28 deletions HH/.test.ex5.eden.omt

This file was deleted.

28 changes: 0 additions & 28 deletions HH/.test.ex5cvode.eden.omt

This file was deleted.

4 changes: 2 additions & 2 deletions HH/.test.ex5cvode.jnmlnrn.omt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ experiments:
spike detection:
method: threshold
threshold: 0
tolerance: 0.012335544810525227
tolerance: 0.012600907058124892
m:
observables:
spike times:
Expand All @@ -25,4 +25,4 @@ experiments:
spike detection:
method: threshold
threshold: 0.9
tolerance: 0.012362083017171266
tolerance: 0.012603561505430703
Loading