Skip to content

Commit b39c102

Browse files
Merge pull request #217 from NeuroML/issue202-add-tests
test(modchananalysis): test to check that nrnivmodl is run when required
2 parents 2b9c2bf + 332bb56 commit b39c102

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-ghactions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ if [ "$run_neuron_examples" == true ]; then
143143
echo "################################################"
144144
echo "## Test analysis of channel in mod file"
145145

146-
nrnivmodl
146+
# do not run nrnivmodl, modchananalysis should run it if required
147147
pynml-modchananalysis -stepV 20 NaConductance -dt 0.01 -nogui
148148

149149

0 commit comments

Comments
 (0)