Skip to content

Commit 281de79

Browse files
authored
Merge pull request #2 from OpenSourceBrain/development
Test on linux & mac 14
2 parents a0a47e7 + d0f33bd commit 281de79

12 files changed

+271
-12
lines changed

.github/workflows/omv-ci.yml

+16-7
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Continuous builds
22

33
on:
44
push:
5-
branches: [ main, development ]
5+
branches: [ main, development, experimental ]
66
pull_request:
7-
branches: [ main, development ]
7+
branches: [ main, development, experimental ]
88

99
jobs:
1010
build:
@@ -14,15 +14,24 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
python-version: [ 3.9 ]
18-
runs-on: [ ubuntu-latest, macos-latest, macos-11 ]
19-
engine: [ jNeuroML, jNeuroML_NEURON, jNeuroML_EDEN, jNeuroML_validate, EDEN, "EDEN:0.2.0" ]
17+
runs-on: [ ubuntu-latest, macos-14 ]
18+
engine:
19+
- jNeuroML
20+
- jNeuroML_NEURON
21+
- jNeuroML_EDEN
22+
- "jNeuroML_EDEN:0.2.3"
23+
- jNeuroML_validate
24+
- "EDEN:0.2.0"
25+
- "EDEN:0.2.2"
26+
- "EDEN:0.2.3"
2027

28+
python-version: [ "3.10" ]
29+
2130
steps:
22-
- uses: actions/checkout@v2
31+
- uses: actions/checkout@v4
2332

2433
- name: Set up Python ${{ matrix.python-version }}
25-
uses: actions/setup-python@v2
34+
uses: actions/setup-python@v5
2635
with:
2736
python-version: ${{ matrix.python-version }}
2837

.github/workflows/pip-install.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
runs-on: [ubuntu-latest, macos-latest, windows-latest]
1818

1919
steps:
20-
- uses: actions/checkout@v3
20+
- uses: actions/checkout@v4
2121
- name: Set up Python ${{ matrix.python-version }}
22-
uses: actions/setup-python@v3
22+
uses: actions/setup-python@v5
2323
with:
2424
python-version: ${{ matrix.python-version }}
2525

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@
66
x86_64
77
*_nrn.py
88
arm64
9+
/NeuroML2/hhcell.hoc
10+
/NeuroML2/report.*.txt

NeuroML2/.test.2007.jnmleden.omt

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ experiments:
1414
spike detection:
1515
method: threshold
1616
threshold: 0
17-
tolerance: 0.000
17+
tolerance: 3.667537832120739e-08 # due to slight difference on mac/linux of eden...

NeuroML2/.test.eden.omt

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ experiments:
1212
spike detection:
1313
method: threshold
1414
threshold: 0
15-
tolerance: 0
15+
tolerance: 3.667537832120739e-08 # due to slight difference on mac/linux of eden...

NeuroML2/.test.ex5.eden.omt

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Script for running automated tests on OSB using Travis-CI, see https://github.com/OpenSourceBrain/osb-model-validation
2+
3+
target: LEMS_NML2_Ex5_DetCell.xml
4+
engine: jNeuroML_EDEN
5+
mep: .test.ex5.mep
6+
experiments:
7+
v:
8+
observables:
9+
spike times:
10+
file:
11+
path: ex5_v.dat
12+
columns: [0,1]
13+
scaling: [1000, 1000]
14+
spike detection:
15+
method: threshold
16+
threshold: 0
17+
tolerance: 0.0035033174501254887
18+
m:
19+
observables:
20+
spike times:
21+
file:
22+
path: ex5_vars.dat
23+
columns: [0,1]
24+
scaling: [1000, 1]
25+
spike detection:
26+
method: threshold
27+
threshold: 0.9
28+
tolerance: 0.0035249957767891716

NeuroML2/.test.ex5.jnml.omt

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Script for running automated tests on OSB using Travis-CI, see https://github.com/OpenSourceBrain/osb-model-validation
2+
3+
target: LEMS_NML2_Ex5_DetCell.xml
4+
engine: jNeuroML
5+
mep: .test.ex5.mep
6+
experiments:
7+
v:
8+
observables:
9+
spike times:
10+
file:
11+
path: ex5_v.dat
12+
columns: [0,1]
13+
scaling: [1000, 1000]
14+
spike detection:
15+
method: threshold
16+
threshold: 0
17+
tolerance: 0.005542225676726113
18+
m:
19+
observables:
20+
spike times:
21+
file:
22+
path: ex5_vars.dat
23+
columns: [0,1]
24+
scaling: [1000, 1]
25+
spike detection:
26+
method: threshold
27+
threshold: 0.9
28+
tolerance: 0.005574638211610937

NeuroML2/.test.ex5.jnmlnrn.omt

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Script for running automated tests on OSB using Travis-CI, see https://github.com/OpenSourceBrain/osb-model-validation
2+
3+
target: LEMS_NML2_Ex5_DetCell.xml
4+
engine: jNeuroML_NEURON
5+
mep: .test.ex5.mep
6+
experiments:
7+
v:
8+
observables:
9+
spike times:
10+
file:
11+
path: ex5_v.dat
12+
columns: [0,1]
13+
scaling: [1000, 1000]
14+
spike detection:
15+
method: threshold
16+
threshold: 0
17+
tolerance: 0
18+
m:
19+
observables:
20+
spike times:
21+
file:
22+
path: ex5_vars.dat
23+
columns: [0,1]
24+
scaling: [1000, 1]
25+
spike detection:
26+
method: threshold
27+
threshold: 0.9
28+
tolerance: 0

NeuroML2/.test.ex5.mep

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
system: Test Ex0
2+
3+
experiments:
4+
v:
5+
expected:
6+
spike times: [102.22, 118.46, 134.5, 150.51999999999998, 166.55, 182.57999999999998, 198.6, 214.63, 230.65, 246.68, 262.71, 278.72999999999996, 294.76000000000005, 310.79, 326.81, 342.84, 358.86, 374.89, 390.92, 406.94, 422.97, 439.0, 455.02, 471.05, 487.07, 503.09999999999997, 519.13, 535.15, 551.18, 567.2, 583.23, 599.26, 615.2800000000001, 631.3100000000001, 647.34, 663.3599999999999, 679.3900000000001, 695.41, 711.4399999999999, 727.4699999999999, 743.49, 759.52, 775.55, 791.57, 807.6, 823.62, 839.65, 855.68, 871.7, 887.73]
7+
m:
8+
expected:
9+
spike times: [102.44, 118.69, 134.72, 150.75, 166.77, 182.79999999999998, 198.83, 214.85000000000002, 230.88, 246.9, 262.93, 278.96, 294.98, 311.01, 327.04, 343.06, 359.09000000000003, 375.11, 391.14, 407.16999999999996, 423.19, 439.22, 455.25, 471.27000000000004, 487.3, 503.32, 519.35, 535.38, 551.4, 567.43, 583.45, 599.48, 615.51, 631.5300000000001, 647.5600000000001, 663.59, 679.61, 695.64, 711.66, 727.6899999999999, 743.72, 759.74, 775.77, 791.8, 807.8199999999999, 823.85, 839.87, 855.9, 871.93, 887.95]

NeuroML2/LEMS_NML2_Ex5_DetCell.xml

+64
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
<Lems>
2+
3+
<!-- Example with Simple cell specifying segment details-->
4+
5+
<!-- This is a file which can be read and executed by the LEMS Interpreter.
6+
It imports the LEMS definitions of the core NeuroML 2 Components,
7+
imports in "pure" NeuroML 2 and contains some LEMS elements for running
8+
a simulation -->
9+
10+
11+
<Target component="sim1" reportFile="report.ex5.txt"/>
12+
13+
<Include file="Cells.xml"/>
14+
<Include file="Networks.xml"/>
15+
<Include file="Simulation.xml"/>
16+
17+
18+
<!-- Including file with a <neuroml> root, a "real" NeuroML 2 file -->
19+
<Include file="NML2_SingleCompHHCell.nml"/>
20+
21+
22+
<Simulation id="sim1" length="1000ms" step="0.01ms" target="net1">
23+
24+
<Display id="d1" title="Ex5: HH cell with simple morphology: voltage" timeScale="1ms" xmin="0" xmax="300" ymin="-90" ymax="50">
25+
<Line id="v" quantity="hhpop[0]/v" scale="1mV" color="#cccccc" timeScale="1ms"/>
26+
<Line id="spiking" quantity="hhpop[0]/spiking" scale="0.1V" color="#004040" timeScale="1ms"/>
27+
<!--<Line id="l3" quantity="hhpop[0]/debugVal" scale="1V" color="#999999" timeScale="1ms"/>-->
28+
</Display>
29+
<Display id="d2" title="Ex5: HH cell with simple morphology: rate variables" timeScale="1ms" xmin="0" xmax="300" ymin="-0.1" ymax="1.1">
30+
<Line id="m" quantity="hhpop[0]/bioPhys1/membraneProperties/naChans/naChan/m/q" scale="1" color="#000000" timeScale="1ms"/>
31+
<Line id="h" quantity="hhpop[0]/bioPhys1/membraneProperties/naChans/naChan/h/q" scale="1" color="#ff0000" timeScale="1ms"/>
32+
<Line id="n" quantity="hhpop[0]/bioPhys1/membraneProperties/kChans/kChan/n/q" scale="1" color="#0000ff" timeScale="1ms"/>
33+
</Display>
34+
<Display id="d3" title="Ex5: HH cell with simple morphology: current densities" timeScale="1ms" xmin="0" xmax="300" ymin="-0.1" ymax="1.1">
35+
<Line id="ina" quantity="hhpop[0]/bioPhys1/membraneProperties/naChans/iDensity" scale="1" color="#000000" timeScale="1ms"/>
36+
<Line id="ik" quantity="hhpop[0]/bioPhys1/membraneProperties/kChans/iDensity" scale="1" color="#ff0000" timeScale="1ms"/>
37+
</Display>
38+
<Display id="d4" title="Ex5: HH cell with simple morphology: conductance densities" timeScale="1ms" xmin="0" xmax="300" ymin="-50" ymax="350">
39+
<Line id="gna" quantity="hhpop[0]/bioPhys1/membraneProperties/naChans/gDensity" scale="1" color="#000000" timeScale="1ms"/>
40+
<Line id="gk" quantity="hhpop[0]/bioPhys1/membraneProperties/kChans/gDensity" scale="1" color="#ff0000" timeScale="1ms"/>
41+
</Display>
42+
43+
44+
<OutputFile id="of0" fileName="ex5_v.dat">
45+
<OutputColumn id="v" quantity="hhpop[0]/v"/>
46+
</OutputFile>
47+
48+
<OutputFile id="of1" fileName="ex5_vars.dat">
49+
<OutputColumn id="m" quantity="hhpop[0]/bioPhys1/membraneProperties/naChans/naChan/m/q"/>
50+
<OutputColumn id="h" quantity="hhpop[0]/bioPhys1/membraneProperties/naChans/naChan/h/q"/>
51+
<OutputColumn id="n" quantity="hhpop[0]/bioPhys1/membraneProperties/kChans/kChan/n/q"/>
52+
</OutputFile>
53+
54+
<!-- Not supported by EDEN...
55+
<OutputFile id="of2" fileName="results/ex5_curr_dens.dat">
56+
<OutputColumn id="ina" quantity="hhpop[0]/bioPhys1/membraneProperties/naChans/iDensity"/>
57+
<OutputColumn id="ik" quantity="hhpop[0]/bioPhys1/membraneProperties/kChans/iDensity"/>
58+
</OutputFile>-->
59+
60+
61+
</Simulation>
62+
63+
64+
</Lems>

NeuroML2/NML2_SingleCompHHCell.nml

+90
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,90 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
3+
<neuroml xmlns="http://www.neuroml.org/schema/neuroml2"
4+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5+
xsi:schemaLocation="http://www.neuroml.org/schema/neuroml2 ../Schemas/NeuroML2/NeuroML_v2beta4.xsd"
6+
id="NML2_SingleCompHHCell">
7+
8+
<!-- Single compartment cell with HH channels -->
9+
10+
<!-- This is a "pure" NeuroML 2 file. It can be included in a LEMS file for use in a simulaton
11+
by the LEMS interpreter, see LEMS_NML2_Ex5_DetCell.xml -->
12+
13+
<ionChannelHH id="passiveChan" conductance="10pS">
14+
<notes>Leak conductance</notes>
15+
</ionChannelHH>
16+
17+
18+
<ionChannelHH id="naChan" conductance="10pS" species="na">
19+
<notes>Na channel</notes>
20+
21+
<gateHHrates id="m" instances="3">
22+
<forwardRate type="HHExpLinearRate" rate="1per_ms" midpoint="-40mV" scale="10mV"/>
23+
<reverseRate type="HHExpRate" rate="4per_ms" midpoint="-65mV" scale="-18mV"/>
24+
</gateHHrates>
25+
26+
<gateHHrates id="h" instances="1">
27+
<forwardRate type="HHExpRate" rate="0.07per_ms" midpoint="-65mV" scale="-20mV"/>
28+
<reverseRate type="HHSigmoidRate" rate="1per_ms" midpoint="-35mV" scale="10mV"/>
29+
</gateHHrates>
30+
31+
</ionChannelHH>
32+
33+
34+
<ionChannelHH id="kChan" conductance="10pS" species="k">
35+
36+
<gateHHrates id="n" instances="4">
37+
<forwardRate type="HHExpLinearRate" rate="0.1per_ms" midpoint="-55mV" scale="10mV"/>
38+
<reverseRate type="HHExpRate" rate="0.125per_ms" midpoint="-65mV" scale="-80mV"/>
39+
</gateHHrates>
40+
41+
</ionChannelHH>
42+
43+
44+
45+
<cell id="hhcell">
46+
47+
<morphology id="morph1">
48+
<segment id="0" name="soma">
49+
<proximal x="0" y="0" z="0" diameter="17.841242"/> <!--Gives a convenient surface area of 1000.0 um^2-->
50+
<distal x="0" y="0" z="0" diameter="17.841242"/>
51+
</segment>
52+
53+
<segmentGroup id="soma_group">
54+
<member segment="0"/>
55+
</segmentGroup>
56+
57+
</morphology>
58+
59+
<biophysicalProperties id="bioPhys1">
60+
61+
<membraneProperties>
62+
63+
<channelDensity id="leak" ionChannel="passiveChan" condDensity="3.0 S_per_m2" erev="-54.3mV" ion="non_specific"/>
64+
<channelDensity id="naChans" ionChannel="naChan" condDensity="120.0 mS_per_cm2" erev="50.0 mV" ion="na"/>
65+
<channelDensity id="kChans" ionChannel="kChan" condDensity="360 S_per_m2" erev="-77mV" ion="k"/>
66+
67+
<spikeThresh value="-20mV"/>
68+
<specificCapacitance value="1.0 uF_per_cm2"/>
69+
<initMembPotential value="-65mV"/>
70+
71+
</membraneProperties>
72+
73+
<intracellularProperties>
74+
<resistivity value="0.03 kohm_cm"/> <!-- Note: not used in single compartment simulations -->
75+
</intracellularProperties>
76+
77+
</biophysicalProperties>
78+
79+
</cell>
80+
81+
<pulseGenerator id="pulseGen1" delay="100ms" duration="800ms" amplitude="0.08nA"/>
82+
83+
84+
<network id="net1">
85+
<population id="hhpop" component="hhcell" size="1"/>
86+
<explicitInput target="hhpop[0]" input="pulseGen1"/>
87+
</network>
88+
89+
</neuroml>
90+

NeuroML2/clean.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
rm x86_64 *.c *.so *.dat
1+
rm -rf x86_64 arm64
2+
mv *nrn.py LEMS*_eden.py *.c *.so *.dat *.mod *txt *.hoc /tmp

0 commit comments

Comments
 (0)