Skip to content

Commit

Permalink
Merge branch 'main' into experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
pgleeson committed Apr 9, 2024
2 parents 557c98a + 281de79 commit a22882b
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 10 deletions.
20 changes: 15 additions & 5 deletions .github/workflows/omv-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,24 @@ jobs:
strategy:
fail-fast: false
matrix:
engine: [ jNeuroML, jNeuroML_NEURON, jNeuroML_EDEN, "jNeuroML_EDEN:0.2.2", jNeuroML_validate, EDEN, "EDEN:0.2.1"]
runs-on: [ ubuntu-latest, macos-latest, macos-11 ]
python-version: [ 3.9 ]
runs-on: [ ubuntu-latest, macos-14 ]
engine:
- jNeuroML
- jNeuroML_NEURON
- jNeuroML_EDEN
- "jNeuroML_EDEN:0.2.3"
- jNeuroML_validate
- "EDEN:0.2.0"
- "EDEN:0.2.2"
- "EDEN:0.2.3"

python-version: [ "3.10" ]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

Expand All @@ -39,3 +48,4 @@ jobs:
run: |
omv list -V # list installed engines
pip list
env
4 changes: 2 additions & 2 deletions .github/workflows/pip-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
runs-on: [ubuntu-latest, macos-latest, windows-latest]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

Expand Down
2 changes: 1 addition & 1 deletion NeuroML2/.test.2007.jnmleden.omt
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ experiments:
spike detection:
method: threshold
threshold: 0
tolerance: 0.000
tolerance: 3.667537832120739e-08 # due to slight difference on mac/linux of eden...
2 changes: 1 addition & 1 deletion NeuroML2/.test.eden.omt
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ experiments:
spike detection:
method: threshold
threshold: 0
tolerance: 0
tolerance: 3.667537832120739e-08 # due to slight difference on mac/linux of eden...
2 changes: 1 addition & 1 deletion NeuroML2/.test.ex5.eden.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.00350330618543931
tolerance: 0.0035033174501254887
m:
observables:
spike times:
Expand Down

0 comments on commit a22882b

Please sign in to comment.