astropy / astroplan

Observation planning package for astronomers – maintainer @bmorris3
https://astroplan.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
198 stars 109 forks source link

Replacing deprecated astropy function: get_moon #558

Closed bmorris3 closed 1 year ago

bmorris3 commented 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.