Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Added save method to run method so that you don't have to call save b…
Browse files Browse the repository at this point in the history
…efore run manually
  • Loading branch information
daminton committed Feb 27, 2024
1 parent c914c52 commit 87fca61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions swiftest/simulation_class.py
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,7 @@ def run(self,
# Save initial conditions
if not self.restart:
self.clean()
self.save()

# Write out the current parameter set before executing run
self.write_param(verbose=False,**kwargs)
Expand Down

0 comments on commit 87fca61

Please sign in to comment.