You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running import neuron from Python, or nrniv directly, NEURON implicitly loads any additional mechanisms from the ${ARCH} subdirectory of the current working directory. At least in the case of Python, this can be traced to the load_mechanisms function:
When running
import neuron
from Python, ornrniv
directly, NEURON implicitly loads any additional mechanisms from the${ARCH}
subdirectory of the current working directory. At least in the case of Python, this can be traced to theload_mechanisms
function:nrn/share/lib/python/neuron/__init__.py
Line 300 in 90900fa
We should clarify how this works in the online documentation, notably:
${ARCH}
subdir in the current working dirNRN_NMODL_PATH
env variable is setThe text was updated successfully, but these errors were encountered: