astropy / astroquery

Functions and classes to access online data resources. Maintainers: @keflavich and @bsipocz and @ceb8
http://astroquery.readthedocs.org/en/latest/
BSD 3-Clause "New" or "Revised" License
706 stars 399 forks source link

Fix the failing tests getting spectra from ESA Sky #3107

Closed emellega closed 1 month ago

emellega commented 1 month ago

This will fix the test test_esasky_get_spectra for mission HST-UV and HST-OPTICAL. I can't find anything on our end that explains why these tests started failing. We have a rather small default radius (5 arc seconds) where we look for spectra. Maybe the underlying data changed, or the M1 supernova moved slightly in the CDS name resolver?

bsipocz commented 1 month ago

Thank you @emellega! Welcome to astroquery with your first PR.