Monkeypatching stuff internal to astropy.utils.data functions have broken astroquery compatibility with astropy 4.0 and later.
See #1588 (comment)
|
aud._is_url = lambda x: True |
Example CI log: https://travis-ci.org/astropy/astroquery/jobs/613319228
tl;dr -- By setting _is_url to True, astropy now will attempt to download the file from Internet.
Monkeypatching stuff internal to
astropy.utils.datafunctions have brokenastroquerycompatibility withastropy4.0 and later.See #1588 (comment)
astroquery/astroquery/utils/tests/test_utils.py
Line 413 in c96d5f4
Example CI log: https://travis-ci.org/astropy/astroquery/jobs/613319228
tl;dr -- By setting
_is_urltoTrue,astropynow will attempt to download the file from Internet.