We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f0456e0 + 97e27e9 commit e877421Copy full SHA for e877421
.github/workflows/ci_versions.yml
@@ -44,7 +44,7 @@ jobs:
44
45
- name: Run simple OMV tests
46
run: |
47
- omv install pyNeuroML
+ omv all -V --engine=jNeuroML_NEURON
48
omv test -V utilities/tests/.test.exIzh.jnmlnetpyne.omt
49
50
omv/engines/jneuroml.py
@@ -16,7 +16,7 @@ def get_environment():
16
if "JNML_HOME" in os.environ:
17
jnmlhome = os.environ["JNML_HOME"]
18
elif shutil.which(JNeuroMLEngine.e_name) is not None:
19
- jnmlhome = Path(shutil.which(JNeuroMLEngine.e_name)).parent
+ jnmlhome = str(Path(shutil.which(JNeuroMLEngine.e_name)).parent)
20
else:
21
jnmlhome = ""
22
0 commit comments