Skip to content

Commit

Permalink
Cross-check against NRN+nocmodl. (#1136)
Browse files Browse the repository at this point in the history
  • Loading branch information
1uc authored Jan 11, 2024
1 parent 369dff8 commit 72af0a3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/usecases/run_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,13 @@ usecase_dir="$2"

pushd "${usecase_dir}"

# NRN + nocmodl
rm -r "${output_dir}" tmp || true
nrnivmodl
"$(uname -m)/special" -nogui simulate.py

# NRN + NMODL
rm -r "${output_dir}" tmp || true
nrnivmodl -nmodl "${nmodl}"
"$(uname -m)/special" -nogui simulate.py

Expand Down

0 comments on commit 72af0a3

Please sign in to comment.