Skip to content

Commit

Permalink
Fix: Do not load via bluecellulab (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudon authored Oct 15, 2024
1 parent 9f774ca commit de50f6d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions emodel_generalisation/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,10 +196,6 @@ def load_mechanisms(mech_path=None):
if mech_path is None:
mech_path = os.environ.get("EMODEL_GENERALISATION_MOD_LIBRARY_PATH", None)

# needed to use neurodamus module
if mech_path is None:
mech_path = os.environ.get("BLUECELLULAB_MOD_LIBRARY_PATH", None)

if mech_path is not None:
try:
if (Path(mech_path) / "x86_64").exists():
Expand Down

0 comments on commit de50f6d

Please sign in to comment.