Skip to content

Commit cac73c1

Browse files
committed
Regenerating & testing nml in test_all.sh
1 parent 396fbed commit cac73c1

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

.github/workflows/ci-make.yml

-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ jobs:
5252
run: |
5353
pip install OSBModelValidation
5454
pip install pyNeuroML
55-
pip install ruff
5655
pip install numpy matplotlib
5756
pip install ruff
5857

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,4 @@
2727
/neuromlLocal/Worm2DNet.gv.png
2828
/neuromlLocal/x86_64
2929
/neuromlLocal/testc302NervousSystem
30+
/arm64

neuromlLocal/LEMS_Worm2D.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<!--
44
5-
This LEMS file has been automatically generated using PyNeuroML v1.3.15 (libNeuroML v0.6.5)
5+
This LEMS file has been automatically generated using PyNeuroML v1.3.16 (libNeuroML v0.6.5)
66
77
-->
88

test_all.sh

+6-3
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,16 @@ rm -rf test_output/*.dat
1717
make
1818

1919
if [ "$quick_test" == 0 ]; then
20+
2021
rm -rf exampleRun
2122
rm -rf exampleRun_nml
2223

23-
omv test -V neuromlLocal/.test.w2d.nrn.omt
24-
omv test -V neuromlLocal/.test.w2d.omt
25-
2624
omv test -V .test.example.omt
25+
26+
cd neuromlLocal
27+
./regenerate.sh # regenerated NML & runs omv all -V
28+
cd ..
29+
2730
omv test -V .test.nmlNS.omt
2831

2932
#omv test -V neuromlLocal/.test.w2d.omt

0 commit comments

Comments
 (0)