Skip to content

Commit 145bc39

Browse files
authored
Merge pull request #10 from OpenSourceBrain/development
Regenerated
2 parents 56c54a5 + 40ea7c3 commit 145bc39

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

.github/workflows/non-omv.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
python-version: [ 3.7, 3.9, "3.10"]
17+
python-version: [ 3.9, "3.10", "3.11"]
1818

1919
steps:
2020
- uses: actions/checkout@v4
@@ -28,7 +28,7 @@ jobs:
2828
run: |
2929
pip install git+https://github.com/OpenSourceBrain/osb-model-validation
3030
31-
pip install 'numpy<=1.23.0' # see https://github.com/OpenSourceBrain/osb-model-validation/issues/91
31+
#pip install 'numpy<=1.23.0' # see https://github.com/OpenSourceBrain/osb-model-validation/issues/91
3232
3333
- name: Test some scripts
3434
run: |

.github/workflows/omv-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
pip install git+https://github.com/OpenSourceBrain/osb-model-validation
3434
pip install scipy sympy matplotlib cython pandas tables
3535
36-
pip install 'numpy<=1.23.0' # see https://github.com/OpenSourceBrain/osb-model-validation/issues/91
36+
#pip install 'numpy<=1.23.0' # see https://github.com/OpenSourceBrain/osb-model-validation/issues/91
3737
3838
- name: Run OMV tests on engine ${{ matrix.engine }}
3939
run: |

NeuroML2/BrunelFromPyNN.net.nml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
<neuroml xmlns="http://www.neuroml.org/schema/neuroml2" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.neuroml.org/schema/neuroml2 https://raw.github.com/NeuroML/NeuroML2/development/Schemas/NeuroML2/NeuroML_v2.3.xsd" id="BrunelFromPyNN">
1+
<neuroml xmlns="http://www.neuroml.org/schema/neuroml2" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.neuroml.org/schema/neuroml2 https://raw.github.com/NeuroML/NeuroML2/development/Schemas/NeuroML2/NeuroML_v2.3.1.xsd" id="BrunelFromPyNN">
22
<notes>
33
This NeuroML 2 file has been generated from:
4-
PyNN v0.10.1
5-
libNeuroML v0.5.9
6-
pyNeuroML v1.2.13
4+
PyNN v0.11.0
5+
libNeuroML v0.6.3
6+
pyNeuroML v1.3.7
77
</notes>
88
<IF_curr_alpha id="IF_curr_alpha_E_net" cm="0.001" i_offset="0.0" tau_syn_E="0.1" tau_syn_I="0.1" v_init="0.0" tau_m="20.0" tau_refrac="2.0" v_reset="0.0" v_rest="0.0" v_thresh="20.0"/>
99
<IF_curr_alpha id="IF_curr_alpha_I_net" cm="0.001" i_offset="0.0" tau_syn_E="0.1" tau_syn_I="0.1" v_init="0.0" tau_m="20.0" tau_refrac="2.0" v_reset="0.0" v_rest="0.0" v_thresh="20.0"/>

NeuroML2/LEMS_Sim_BrunelFromPyNN.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
<!--
44
This LEMS file has been generated from:
5-
PyNN v0.10.1
6-
libNeuroML v0.5.9
7-
pyNeuroML v1.2.13
5+
PyNN v0.11.0
6+
libNeuroML v0.6.3
7+
pyNeuroML v1.3.7
88
-->
99

1010
<!-- Specify which component to run -->

0 commit comments

Comments
 (0)