Skip to content

Commit

Permalink
fixup! Remove SpikeWriter.mod and out.dat
Browse files Browse the repository at this point in the history
  • Loading branch information
jorblancoa committed Feb 13, 2024
1 parent ab54470 commit a064527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neurodamus/core/_neurodamus.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def check_load_lib(mech, env_lib_path):
# which might not bring the model (support for split neurodamus) in which case
# we should load only the model libs pointed by BGLIBPY_MOD_LIBRARY_PATH.

if not check_load_lib("SonataReports", "NRNMECH_LIB_PATH"):
if not check_load_lib("SonataReport", "NRNMECH_LIB_PATH"):
logging.error("Could not load neurodamus core mechs from NRNMECH_LIB_PATH")
sys.exit(1)
if not check_load_lib("ProbAMPANMDA_EMS", "BGLIBPY_MOD_LIBRARY_PATH"):
Expand Down

0 comments on commit a064527

Please sign in to comment.