Something went wrong on our end
-
xo30xoqa authored
This commit includes a `sed` pass over all files to change all occurrences of the former spelling "Persephone" to "Persefone": `sed -ie "s/Persephone/Persefone/" *`
xo30xoqa authoredThis commit includes a `sed` pass over all files to change all occurrences of the former spelling "Persephone" to "Persefone": `sed -ie "s/Persephone/Persefone/" *`
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()