You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks @JohannesBuchner , this clarifies the issue. The cache keyword simply isn't being passed, and on top of that, astropy's default file download caching system is being used rather than astroquery's, so the cached files are being put in the wrong place.
I think I can solve this pretty quickly, first by passing the cache kwarg here:
On request by @keflavich, in #1239 (comment) I am report a bug.
I expected `SDSS.get_spectra(..., cache=False)' to not cache on disk.
But it does:
Also setting
SDSS.cache_location
does not helpversion:
The text was updated successfully, but these errors were encountered: