Skip to content

Commit

Permalink
Removing ephemeris download
Browse files Browse the repository at this point in the history
  • Loading branch information
Kathleen Kiker committed Nov 14, 2024
1 parent b4ac770 commit f448044
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tests/test_impact_study.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@
from adam_core.dynamics.impacts import ImpactProbabilities
from adam_core.observers import Observers
from adam_core.orbits import Orbits
from adam_core.propagator.adam_assist import (
ASSISTPropagator,
download_jpl_ephemeris_files,
)
from adam_core.propagator.adam_assist import ASSISTPropagator
from adam_core.time import Timestamp

from adam_impact_study.conversions import (
Expand Down Expand Up @@ -40,7 +37,6 @@ def impactors_file_mock(tmpdir):


def test_for_impact_dates(impactors_file_mock):
download_jpl_ephemeris_files()
propagator = ASSISTPropagator()
initial_orbit_objects = impactor_file_to_adam_orbit(impactors_file_mock)
for obj_id in initial_orbit_objects:
Expand Down

0 comments on commit f448044

Please sign in to comment.