From 8c791a1da00a4f990215510b97e31746d0ebac0f Mon Sep 17 00:00:00 2001
From: rhaag <rhaag@ds.mpg.de>
Date: Wed, 19 Jan 2022 13:10:09 +0100
Subject: [PATCH] commented out model waiting list filling, because that needs
 some more thought

---
 sim_functions.jl | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/sim_functions.jl b/sim_functions.jl
index a88f7a3..8c95310 100644
--- a/sim_functions.jl
+++ b/sim_functions.jl
@@ -74,9 +74,9 @@ function simulate_rp(paths::Dict, N::Int64, x, y, t0::Float64, specs, request_ty
 
     println("Initializing Model to fill TODO List")
     # Initialize Models to fill todo lists
-    model.request_type=:now
-    @time RP.run!(model;requested=15*N)
-    model.request_type=request_type
+    #model.request_type=:now
+    #@time RP.run!(model;requested=15*N)
+    #model.request_type=request_type
 
     println("Start Simulation")
     @time RP.run!(model;requested=requested, served=served)
-- 
GitLab