Skip to content

Commit

Permalink
Fix again
Browse files Browse the repository at this point in the history
  • Loading branch information
JCGoran committed Jan 22, 2024
1 parent b4fad06 commit d9b8b86
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions modeldb/modeldb-run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -725,13 +725,13 @@
# 424242: this is just avoiding a timing-related number being printed
- sed -i'.bak' -e 's/batch_flag=0/batch_flag=1/g;s/tstop = 1e3/tstop = 20/g;s#return tti/1e3#return 424242#g;s#print tti/.*#print "%some_time%"#g' batch_.hoc
curate_patterns:
- pattern: 'Assignment to modern physical constant [A-Z]+'
- pattern: '%neuron-executable%: Assignment to modern physical constant FARADAY'
repl: ''
- pattern: 'in .+?\.hoc near line %d'
- pattern: ' in batch_.hoc near line 90'
repl: ''
- pattern: 'FARADAY'
- pattern: ' FARADAY = 96520.*'
repl: ''
- pattern: '^\s\^'
- pattern: '^\s*^'
repl: ''
106551:
run:
Expand Down

0 comments on commit d9b8b86

Please sign in to comment.