Skip to content
Snippets Groups Projects
Commit beeef33e authored by Ruben Haag's avatar Ruben Haag
Browse files

Frequency and dt_latest_dropoff were switched in the getValue function

parent e6b15363
No related branches found
No related tags found
No related merge requests found
...@@ -73,15 +73,15 @@ if !isdir(paths[:model]) ...@@ -73,15 +73,15 @@ if !isdir(paths[:model])
end end
map_folder = paths[:map] map_folder = paths[:map]
requested = 100 * N requested = 2 * N
served = 100 * N served = 2 * N
include(paths[:map]*"map.jl") # include(paths[:map]*"map.jl") #
include(paths[:dispatcher]*"dispatcher.jl") include(paths[:dispatcher]*"dispatcher.jl")
x, y = getValue(index-1, 0, 100, 20, 3, 10, 10) x, y = getValue(index-1, 3, 10, 20, 0, 2*t0, 20)
println("$x\t$y") println("$x\t$y")
random_gens = Dict(:pickup => [:notRandom, y/t0]) random_gens = Dict(:pickup => [:notRandom, y/t0])
......
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