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

make Folders now also acts as init

parent 4e297a1e
No related branches found
No related tags found
No related merge requests found
using Pkg
Pkg.activate(".")
Pkg.add(url="https://gitlab.gwdg.de/smuehle1/RidePooling/", rev="myopic_earliest_pickup")
Pkg.add(url="https://gitlab.gwdg.de/ruben.haag/ridepooling_eval.git", rev="main")
Pkg.upgrade_manifest()
if length(ARGS) == 3 if length(ARGS) == 3
name = ARGS[3] name = ARGS[3]
...@@ -19,3 +27,7 @@ catch e ...@@ -19,3 +27,7 @@ catch e
println(e.msg) println(e.msg)
end end
#Test, if everything runs
run(`$julia_path sim.jl $index $settings_path $name`)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment