Skip to content

Commit 48d481f

Browse files
authored
Merge pull request #12 from OpenSourceBrain/development
Tests with netpyne format
2 parents 257b96b + 2b6a816 commit 48d481f

62 files changed

Lines changed: 258 additions & 432 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/non-omv.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
python-version: [ 3.9, "3.10" ]
16+
python-version: [ 3.9, "3.12" ]
1717
runs-on: [ ubuntu-latest, macos-latest ]
1818

1919
steps:
@@ -33,15 +33,16 @@ jobs:
3333
run: |
3434
pip install git+https://github.com/OpenSourceBrain/osb-model-validation
3535
pip install scipy sympy matplotlib cython pandas tables
36-
37-
pip install 'numpy<=1.23.0' # see https://github.com/OpenSourceBrain/osb-model-validation/issues/91
36+
3837
3938
- name: Regenerate and test
4039
run: |
4140
omv install neuron
4241
omv install netpyne
4342
omv install pyNeuroML
4443
44+
pip list
45+
4546
export NEURON_HOME=$pythonLocation
4647
4748
omv list -V

.github/workflows/omv-ci.yml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Continuous builds
22

33
on:
4+
schedule:
5+
- cron: "1 1 10 */1 *" # Run once a month to test...
46
push:
57
branches: [ master, development, experimental ]
68
pull_request:
@@ -9,11 +11,11 @@ on:
911
jobs:
1012
build:
1113

12-
runs-on: ubuntu-latest
14+
runs-on: ubuntu-22.04 # for eden...
1315
strategy:
1416
fail-fast: false
1517
matrix:
16-
python-version: [ 3.8, 3.9, "3.10" ]
18+
python-version: [ 3.9, "3.10", "3.12" ]
1719
engine: [ NetPyNE, jNeuroML, jNeuroML_NEURON, jNeuroML_NetPyNE, jNeuroML_EDEN, jNeuroML_validate ]
1820

1921
steps:
@@ -23,12 +25,17 @@ jobs:
2325
with:
2426
python-version: ${{ matrix.python-version }}
2527

28+
29+
- name: Ensure setuptools is up-to-date
30+
run: |
31+
pip install --upgrade setuptools
32+
2633
- name: Install OMV
2734
run: |
2835
pip install git+https://github.com/OpenSourceBrain/osb-model-validation
36+
2937
pip install scipy sympy matplotlib cython pandas tables
3038
31-
pip install 'numpy<=1.23.0' # see https://github.com/OpenSourceBrain/osb-model-validation/issues/91
3239
3340
- name: Run OMV tests on engine ${{ matrix.engine }}
3441
run: |

.travis.yml

Lines changed: 0 additions & 49 deletions
This file was deleted.

NetPyNE/ACnet/AMPA_syn.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ TITLE Mod file for component: Component(id=AMPA_syn type=expTwoSynapse)
33
COMMENT
44

55
This NEURON file has been generated by org.neuroml.export (see https://github.com/NeuroML/org.neuroml.export)
6-
org.neuroml.export v1.10.1
7-
org.neuroml.model v1.10.1
8-
jLEMS v0.11.1
6+
org.neuroml.export v1.11.0
7+
org.neuroml.model v1.11.0
8+
jLEMS v0.12.0
99

1010
ENDCOMMENT
1111

NetPyNE/ACnet/AMPA_syn_inh.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ TITLE Mod file for component: Component(id=AMPA_syn_inh type=expTwoSynapse)
33
COMMENT
44

55
This NEURON file has been generated by org.neuroml.export (see https://github.com/NeuroML/org.neuroml.export)
6-
org.neuroml.export v1.10.1
7-
org.neuroml.model v1.10.1
8-
jLEMS v0.11.1
6+
org.neuroml.export v1.11.0
7+
org.neuroml.model v1.11.0
8+
jLEMS v0.12.0
99

1010
ENDCOMMENT
1111

NetPyNE/ACnet/BackgroundRandomIClamps.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ TITLE Mod file for component: Component(id=BackgroundRandomIClamps type=pulseGen
33
COMMENT
44

55
This NEURON file has been generated by org.neuroml.export (see https://github.com/NeuroML/org.neuroml.export)
6-
org.neuroml.export v1.10.1
7-
org.neuroml.model v1.10.1
8-
jLEMS v0.11.1
6+
org.neuroml.export v1.11.0
7+
org.neuroml.model v1.11.0
8+
jLEMS v0.12.0
99

1010
ENDCOMMENT
1111

NetPyNE/ACnet/Ca_conc.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ TITLE Mod file for component: Component(id=Ca_conc type=fixedFactorConcentration
33
COMMENT
44

55
This NEURON file has been generated by org.neuroml.export (see https://github.com/NeuroML/org.neuroml.export)
6-
org.neuroml.export v1.10.1
7-
org.neuroml.model v1.10.1
8-
jLEMS v0.11.1
6+
org.neuroml.export v1.11.0
7+
org.neuroml.model v1.11.0
8+
jLEMS v0.12.0
99

1010
ENDCOMMENT
1111

NetPyNE/ACnet/Ca_pyr.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ TITLE Mod file for component: Component(id=Ca_pyr type=ionChannelHH)
33
COMMENT
44

55
This NEURON file has been generated by org.neuroml.export (see https://github.com/NeuroML/org.neuroml.export)
6-
org.neuroml.export v1.10.1
7-
org.neuroml.model v1.10.1
8-
jLEMS v0.11.1
6+
org.neuroml.export v1.11.0
7+
org.neuroml.model v1.11.0
8+
jLEMS v0.12.0
99

1010
ENDCOMMENT
1111

NetPyNE/ACnet/GABA_syn.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ TITLE Mod file for component: Component(id=GABA_syn type=expTwoSynapse)
33
COMMENT
44

55
This NEURON file has been generated by org.neuroml.export (see https://github.com/NeuroML/org.neuroml.export)
6-
org.neuroml.export v1.10.1
7-
org.neuroml.model v1.10.1
8-
jLEMS v0.11.1
6+
org.neuroml.export v1.11.0
7+
org.neuroml.model v1.11.0
8+
jLEMS v0.12.0
99

1010
ENDCOMMENT
1111

NetPyNE/ACnet/GABA_syn_inh.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ TITLE Mod file for component: Component(id=GABA_syn_inh type=expTwoSynapse)
33
COMMENT
44

55
This NEURON file has been generated by org.neuroml.export (see https://github.com/NeuroML/org.neuroml.export)
6-
org.neuroml.export v1.10.1
7-
org.neuroml.model v1.10.1
8-
jLEMS v0.11.1
6+
org.neuroml.export v1.11.0
7+
org.neuroml.model v1.11.0
8+
jLEMS v0.12.0
99

1010
ENDCOMMENT
1111

0 commit comments

Comments
 (0)