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.
1 parent b851086 commit 9f405f1Copy full SHA for 9f405f1
.github/workflows/non_omv.yml
@@ -11,6 +11,7 @@ jobs:
11
12
runs-on: ubuntu-latest
13
strategy:
14
+ fail-fast: false
15
matrix:
16
python-version: [ 3.7, 3.9 ]
17
@@ -36,6 +37,7 @@ jobs:
36
37
run: |
38
cd Channelpedia
39
pip install pyneuroml
40
+ pip install pyelectro
41
python ChannelpediaToNeuroML2.py HCN1
42
python analyse.py
43
pynml LEMS_Test_HCN1.xml -nogui
Channelpedia/test.sh
@@ -1,3 +1,6 @@
1
+#!/bin/bash
2
+set -ex
3
+
4
5
pynml LEMS_Test_HCN1.xml &
6
0 commit comments