Select Git revision
mxl_wtp_space_NR_caseC.R
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
run.jl 283 B
#!/usr/bin/env julia
# A very thin wrapper to start a Persefone simulation.
# (This is not included in Persefone.jl in order to enable the latter to
# be used as a library, without automatically launching a simulation.)
using Pkg
Pkg.activate(".")
using Persefone
@time simulate()