Skip to content

Commit

Permalink
Fixes for RNG, part 3 (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
JCGoran authored Nov 14, 2024
1 parent 30530bd commit b162e10
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions modeldb/modeldb-run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,7 @@
- restart("demo_ampa")
- verify_graph_()
18502:
github: 'pull/1'
run:
- restart("ltp_two")
- verify_graph_()
Expand Down Expand Up @@ -1158,7 +1159,7 @@
- verify_graph_()
model_dir: OneDimension/Neuron
138379:
github: "pull/3"
github: "pull/4"
curate_patterns:
- pattern: 't=100\.00;(\d+)\([0-9.\-e]+\)'
repl: 't=100.00;\1(%some_kind_of_clock%)'
Expand Down Expand Up @@ -1258,7 +1259,7 @@
- pattern: 'Current time: .*'
repl: 'Current time: %current_time%'
146949:
github: "pull/4"
github: "pull/5"
curate_patterns:
- pattern: 't=([0-9\.]+);(\d+)\([0-9.\-e]+\)'
repl: 't=\1;\2(%some_kind_of_clock%)'
Expand Down Expand Up @@ -1435,7 +1436,7 @@
skip: true
comment: takes too long, need to see how to reduce time
229276:
github: 'pull/3'
github: 'pull/4'
model_dir: mechanisms
script:
- mkdir hoc_recordings
Expand Down Expand Up @@ -1939,4 +1940,4 @@
126640:
github: 'pull/1'
184732:
github: 'pull/2'
github: 'pull/2'

0 comments on commit b162e10

Please sign in to comment.