-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow local IERS file redux #426
Comments
It looks like relative to when we dealt with this before there is now a new option: iers.conf.auto_max_age = None which stops the check but would require us to prestige it in the "Standard" area, so I think the previous iers.conf.iers_auto_url = 'file:/srv/finals2000A.all' is still better assuming that it still works. |
For this morning's tests at Theta, I did try adding just that line, but it still tried to download the file, so I needed to set the iers_auto_url to point to a local copy. |
Apparently astropy also wants to download a leap second file:
We can provide an alternative location by also setting
|
This effectively closed by #427 |
For running at Theta, we need to reimplement the fix described at #200
The text was updated successfully, but these errors were encountered: