Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Also check directories in $PATH for NEURON_HOME #87

Merged
merged 10 commits into from
Nov 23, 2022

Commits on Nov 10, 2021

  1. Add ci

    pgleeson committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    66e62ef View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2022

  1. Configuration menu
    Copy the full SHA
    d9c0814 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2022

  1. Configuration menu
    Copy the full SHA
    b456111 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2022

  1. Merge branch 'development' into experimental

    * development:
      More tests on units
      Add variable to mod file to record current dens specific to that ion channel
      Improved netpyne json handling
      Use getMembraneProperties(cell) & formatting
      Bwetter handling of np exec
      fix(mac): check for `libnrnmech.dylib` on macs
    pgleeson committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    e889671 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2022

  1. Configuration menu
    Copy the full SHA
    cec7dba View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2022

  1. Configuration menu
    Copy the full SHA
    014e4b5 View commit details
    Browse the repository at this point in the history
  2. feat(process-manager): check PATH folders for NEURON executables also

    `NEURON_HOME` gets priority if it is defined, but if it is not, also
    check `PATH` in addition to other common folders on Mac/Linux.
    sanjayankur31 committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    8bdd78e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    04bcb29 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'experimental' into feat/check-PATH

    * experimental:
      Support __SIMULATOR__ & __TIMESTAMP__ in report files for nrn/npyne
      Correcting units for Neuron saving of channel cond/current
      Add ci
    pgleeson committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    e9c0cf9 View commit details
    Browse the repository at this point in the history
  5. Tweak of path finding

    pgleeson committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    e91b8f3 View commit details
    Browse the repository at this point in the history