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

Fixes for models 33975 and 33975 #134

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion modeldb/modeldb-run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,7 @@
repl: ''
- pattern: '^\s+\^'
repl: ''
model_dir: '.'
# this should be removed once the latest release and development branch include nrn#2027
ignore_exit_code: true
run:
Expand Down Expand Up @@ -1223,9 +1224,10 @@
repl: ''
- pattern: '\s*\^\s*'
repl: ''
run: null
script:
- sed -i'.bak' -r 's/(tstop=mytstop=htmax= \(LearnDur \+ ZipDur \+ BaseDur\*2\) \*) 1e3/\1 2e1/g' params.hoc
skip: true
comment: "incompatibility at HOC level"
144579:
comment: ".mod files do not compile"
skip: true
Expand Down