Skip to content

Commit

Permalink
Use None id_type
Browse files Browse the repository at this point in the history
  • Loading branch information
Yash-10 committed Nov 29, 2021
1 parent 9cc5a4d commit 581cc7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tests_twobody/test_orbit.py
Original file line number Diff line number Diff line change
Expand Up @@ -1245,7 +1245,7 @@ def test_can_set_iss_attractor_to_earth():
# See https://github.com/poliastro/poliastro/issues/798
epoch = Time("2019-11-10 12:00:00")
ephem = Ephem.from_horizons(
"International Space Station", epochs=epoch, attractor=Sun, id_type="majorbody"
"International Space Station", epochs=epoch, attractor=Sun, id_type=None
)
iss = Orbit.from_ephem(Sun, ephem, epoch)
iss = iss.change_attractor(Earth)
Expand Down

0 comments on commit 581cc7c

Please sign in to comment.