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

Commit

Permalink
Updated initial conditions script and a script that runs from input file
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed Nov 15, 2022
1 parent fa59dad commit 928f3f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/Basic_Simulation/initial_conditions.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,3 @@

# Save everything to a set of initial conditions files
sim.run()

print("All done!")
3 changes: 3 additions & 0 deletions examples/Basic_Simulation/run_from_file.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import swiftest
sim = swiftest.Simulation()
sim.run()

0 comments on commit 928f3f1

Please sign in to comment.