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

Commit

Permalink
Actually put the pull script up this time.
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed May 23, 2023
1 parent 6ce8e38 commit 11cd4b6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions docker/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
!Dockerfile
!bin/
!pull
2 changes: 2 additions & 0 deletions docker/pull
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/sh --
docker pull daminton/swiftest:latest
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(container="docker")
sim = swiftest.Simulation()
sim.clean()

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

0 comments on commit 11cd4b6

Please sign in to comment.