Skip to content
Snippets Groups Projects
Commit 8c791a1d authored by rhaag's avatar rhaag
Browse files

commented out model waiting list filling, because that needs some more thought

parent 015584cb
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment