File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 60
60
cd ../neuroml2
61
61
python neuroml2_spec.py
62
62
63
- pip install pyneuroml
64
-
65
- # Requires: pip install pyneuroml
66
- pynml -validate hello_world_neuroml.net.nml
67
- pynml -validate TestNeuroML.xml
63
+ # Note: NeuroML files will be validated with OMV below
68
64
69
65
- name : Run pytest
70
66
run : |
@@ -105,6 +101,7 @@ jobs:
105
101
pip install scipy sympy matplotlib cython pandas tables
106
102
107
103
# Run OMV tests on all engines
104
+ cd examples
108
105
omv all -V
109
106
110
107
omv list -V # list installed engines
Original file line number Diff line number Diff line change 1
- # Script for running automated tests on OSB using Travis-CI, see https://github.com/OpenSourceBrain/osb-model-validation
1
+ # Script for running automated tests on OSB using Travis-CI, see https://github.com/OpenSourceBrain/osb-model-validation
2
2
3
3
# This test will validate NeuroML 2 files in the current directory using: jnml -validate *.nml
4
4
target: "*.nml TestNeuroML.xml"
You can’t perform that action at this time.
0 commit comments