-
-
Notifications
You must be signed in to change notification settings - Fork 422
Closed
Labels
Description
I discovered when using the service astroquery.mast.Tesscut that if I manually delete my cache I can't call Tesscut again until I restart my python kernel. I haven't tried this with any other astroquery service that uses caching, so I can't be sure, but looking at the code it seems likely to be a problem in astroquery's caching code rather than Tesscut.
Version: bleeding edge (what was on master as of 3 Feb 2020).
To reproduce:
from astroquery.mast import Tesscut
- Navigate to astroquery cache (
/<home or whatever>/.astropy/cache/astroquery
) and delete everything in it Tesscut.get_sectors(coordinates="324.24368 -27.01029")