File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4444
4545 - name : Run simple OMV tests
4646 run : |
47- omv install pyNeuroML
47+ omv all -V --engine=jNeuroML_NEURON
4848 omv test -V utilities/tests/.test.exIzh.jnmlnetpyne.omt
4949
5050
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ def get_environment():
1616 if "JNML_HOME" in os .environ :
1717 jnmlhome = os .environ ["JNML_HOME" ]
1818 elif shutil .which (JNeuroMLEngine .e_name ) is not None :
19- jnmlhome = Path (shutil .which (JNeuroMLEngine .e_name )).parent
19+ jnmlhome = str ( Path (shutil .which (JNeuroMLEngine .e_name )).parent )
2020 else :
2121 jnmlhome = ""
2222
Original file line number Diff line number Diff line change 11[metadata]
22name = OSBModelValidation
3- version = 0.3.9
3+ version = 0.3.10
44author = Boris Marin, Padraig Gleeson
5566url = https://github.com/OpenSourceBrain/osb-model-validation
You can’t perform that action at this time.
0 commit comments