Skip to content

Commit

Permalink
use legacy unit in version 8
Browse files Browse the repository at this point in the history
  • Loading branch information
Omar Awile committed Sep 26, 2023
1 parent 95484f1 commit 007af7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modeldb/modeldb-run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1586,6 +1586,7 @@
repl: '\1time = %masked%'
script:
- sed -i '/wopen/d' Batch.hoc
- if $( nrniv --version | grep "VERSION 8" -q) ;then sed -i '/runit/a h.nrnunit_use_legacy(1)' Batch.hoc; fi
- cp Batch.hoc mosinit.hoc
run:
- run()
Expand Down

0 comments on commit 007af7d

Please sign in to comment.