Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename run_sim, save_snapshot, and load_snapshot to run, save and load. #28

Merged
merged 5 commits into from
Oct 24, 2023

Conversation

nhz2
Copy link
Member

@nhz2 nhz2 commented Oct 24, 2023

run_sim(cli_args; save_snapshot, load_snapshot, kwargs...)

Should be changed to:

run(cli_args; save=save_snapshot, load=load_snapshot, kwargs...)

@nhz2 nhz2 merged commit 54e6465 into main Oct 24, 2023
6 of 9 checks passed
@nhz2 nhz2 deleted the rename-functions branch October 24, 2023 23:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant