MintonGroup / swiftest

Swiftest is a software packaged designed to model the long-term dynamical dynamics of n-body systems with a dominant central body, like the solar system.
https://swiftest.readthedocs.io/en/latest/
Other
4 stars 2 forks source link

Fix the horizon query methods that use get_raw_response #19

Closed profminton closed 7 months ago

profminton commented 7 months ago

The get_solar_system_body method is broken when using astroquery 0.4.7. This appears to be related to the deprecation of get_raw_response.

profminton commented 7 months ago

Switched to using the ephemerides_async method instead of getting the raw_response attribute.