File tree 4 files changed +8
-5
lines changed
4 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 52
52
run : |
53
53
pip install OSBModelValidation
54
54
pip install pyNeuroML
55
- pip install ruff
56
55
pip install numpy matplotlib
57
56
pip install ruff
58
57
Original file line number Diff line number Diff line change 27
27
/neuromlLocal /Worm2DNet.gv.png
28
28
/neuromlLocal /x86_64
29
29
/neuromlLocal /testc302NervousSystem
30
+ /arm64
Original file line number Diff line number Diff line change 2
2
3
3
<!--
4
4
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)
6
6
7
7
-->
8
8
Original file line number Diff line number Diff line change @@ -17,13 +17,16 @@ rm -rf test_output/*.dat
17
17
make
18
18
19
19
if [ " $quick_test " == 0 ]; then
20
+
20
21
rm -rf exampleRun
21
22
rm -rf exampleRun_nml
22
23
23
- omv test -V neuromlLocal/.test.w2d.nrn.omt
24
- omv test -V neuromlLocal/.test.w2d.omt
25
-
26
24
omv test -V .test.example.omt
25
+
26
+ cd neuromlLocal
27
+ ./regenerate.sh # regenerated NML & runs omv all -V
28
+ cd ..
29
+
27
30
omv test -V .test.nmlNS.omt
28
31
29
32
# omv test -V neuromlLocal/.test.w2d.omt
You can’t perform that action at this time.
0 commit comments