diff --git a/sim_functions.jl b/sim_functions.jl index a88f7a3f2291207829c93d2237ee9aaaa7f3bf8c..8c95310b7676c4a238bfb7dfa659de4242309d3b 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)