Skip to content
Open
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
10 changes: 4 additions & 6 deletions .github/workflows/omv-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,20 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ 3.8, 3.9 ]
python-version: [ 3.9, "3.12" ]
engine:
- jNeuroML_validate
# - "NEURON:7.8.2" # slightly different spike times...
- "NEURON:8.0.0"
- "NEURON:8.0.2"
- "NEURON:8.1"
- "NEURON:8.2.6"
- jNeuroML
- jNeuroML_NEURON
- jNeuroML_NetPyNE

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

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

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ The conversion to NeuroML of this model can be found [here](NeuroML2).
See also https://github.com/OpenSourceBrain/Contribute/issues/15 for issue related to this.

Much of the work to convert this model to NeuroML wascarried out by [Shayan Shafquat](https://github.com/shayan823) as part of Google Summer of Code 2023.

Loading