Skip to content

Commit

Permalink
Remove unnecessary gc.collect
Browse files Browse the repository at this point in the history
  • Loading branch information
akoumjian authored Nov 1, 2024
1 parent 98d0f16 commit 9190b67
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/adam_core/propagator/adam_assist.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import gc
import hashlib
import os
import pathlib
Expand Down Expand Up @@ -291,7 +290,6 @@ def _detect_impacts(
asteroids_path=str(root_dir.joinpath("sb441-n16.bsp")),
)
sim = None
gc.collect()
sim = rebound.Simulation()

# Set the simulation time, relative to the jd_ref
Expand Down

0 comments on commit 9190b67

Please sign in to comment.