Skip to content

Commit

Permalink
make backwards compat
Browse files Browse the repository at this point in the history
  • Loading branch information
nhz2 committed Oct 24, 2023
1 parent f4cecb8 commit 4833deb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/run-sim.jl
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ function run(cli_args;
return
end

@deprecate run_sim(cli_args; jobs::Vector{String}, save_snapshot, load_snapshot, kwargs...) run(cli_args; save=save_snapshot, load=load_snapshot, kwargs...) false


function start_job(out_dir, job::String;
setup,
Expand Down

0 comments on commit 4833deb

Please sign in to comment.