Skip to content

Commit

Permalink
105507: avoid printing times differently
Browse files Browse the repository at this point in the history
  • Loading branch information
olupton committed Mar 24, 2023
1 parent 921bad6 commit 7a26d16
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions modeldb/modeldb-run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -712,15 +712,12 @@
- run()
- verify_graph_()
105507:
curate_patterns:
- pattern: '^([0-9.\-e]+) kilocycles$'
repl: '%some_count% kilocycles'
run:
- load_file("batch_.hoc")
- verify_graph_()
script:
# 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' batch_.hoc
- 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/[ceps0136]*\)#// \1#g' batch_.hoc
106551:
run:
- use_mcell_ran4(1)
Expand Down

0 comments on commit 7a26d16

Please sign in to comment.