From b162e1082f7be6fe25a01c530aa9afc91134508a Mon Sep 17 00:00:00 2001 From: JCGoran <JCGoran@users.noreply.github.com> Date: Thu, 14 Nov 2024 11:00:40 +0100 Subject: [PATCH] Fixes for RNG, part 3 (#140) --- modeldb/modeldb-run.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/modeldb/modeldb-run.yaml b/modeldb/modeldb-run.yaml index 5207bf3..a1f5a33 100644 --- a/modeldb/modeldb-run.yaml +++ b/modeldb/modeldb-run.yaml @@ -287,6 +287,7 @@ - restart("demo_ampa") - verify_graph_() 18502: + github: 'pull/1' run: - restart("ltp_two") - verify_graph_() @@ -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%)' @@ -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%)' @@ -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 @@ -1939,4 +1940,4 @@ 126640: github: 'pull/1' 184732: - github: 'pull/2' \ No newline at end of file + github: 'pull/2'