Skip to content

Commit

Permalink
Update adam_assist.py
Browse files Browse the repository at this point in the history
Remove unnecessary collect.
  • Loading branch information
akoumjian authored Nov 1, 2024
1 parent 8d22e99 commit 98d0f16
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/adam_core/propagator/adam_assist.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ def _propagate_orbits_inner(
asteroids_path=str(root_dir.joinpath("sb441-n16.bsp")),
)
sim = None
gc.collect()
sim = rebound.Simulation()
sim.ri_ias15.min_dt = 1e-15
sim.ri_ias15.adaptive_mode = 2
Expand Down

0 comments on commit 98d0f16

Please sign in to comment.