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

Commit

Permalink
Created docker pull script
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed May 23, 2023
1 parent f8265e2 commit 6ce8e38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/Basic_Simulation/initial_conditions.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

# Initialize the simulation object as a variable. Arguments may be defined here or through the sim.run() method.
#sim = swiftest.Simulation(fragmentation=True, minimum_fragment_mass = 2.5e-11, mtiny=2.5e-8)
sim = swiftest.Simulation()
sim = swiftest.Simulation(container="docker")
sim.clean()

# Add the modern planets and the Sun using the JPL Horizons Database.
Expand Down

0 comments on commit 6ce8e38

Please sign in to comment.