Skip to content

Commit

Permalink
quit() in test_many_ions.py before loading neurondemo library
Browse files Browse the repository at this point in the history
  • Loading branch information
nrnhines committed Sep 27, 2024
1 parent a02db19 commit 84ce3ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/hoctests/tests/test_many_ions.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ def exists(name):
# eion.cpp:431: void nrn_check_conc_write(Prop*, Prop*, int): Assertion `k < sizeof(long) * 8' failed.
nrnmechlibpath = "%s/demo/release" % h.neuronhome()
print(nrnmechlibpath)
quit()
assert load_mechanisms(nrnmechlibpath)

# ca_ion now exists and has a mechanism index > nion
Expand Down

0 comments on commit 84ce3ca

Please sign in to comment.