Skip to content

Commit

Permalink
Fixes for models 33975 and 144538
Browse files Browse the repository at this point in the history
  • Loading branch information
JCGoran committed Oct 31, 2024
1 parent 2e23ebd commit d8bd292
Showing 1 changed file with 3 additions and 1 deletion.
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

0 comments on commit d8bd292

Please sign in to comment.