Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Omar Awile committed Sep 26, 2023
1 parent 007af7d commit 4ad4e25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modeldb/modeldb-run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1586,7 +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
- 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 4ad4e25

Please sign in to comment.