Closed bmorris3 closed 1 year ago
Fixes #557
Astropy has deprecated get_moon(time...) in favor of get_body('moon', time...). This pull request changes those calls, and catches some expected warnings in the test matrix.
get_moon(time...)
get_body('moon', time...)
Fixes #557
Astropy has deprecated
get_moon(time...)
in favor ofget_body('moon', time...)
. This pull request changes those calls, and catches some expected warnings in the test matrix.