Skip to content
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
6 changes: 5 additions & 1 deletion modeldb/modeldb-run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,9 @@
repl: ''
- pattern: '^\s+\^'
repl: ''
# this should be removed once the latest release and development branch include nrn#2027
model_dir:
- '.'
# this should be removed once the latest release and development branch include nrn#2027
ignore_exit_code: true
run:
- ringperf()
Expand Down Expand Up @@ -1281,6 +1283,8 @@
run:
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