-
-
Notifications
You must be signed in to change notification settings - Fork 129
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
Ignore deprecation warnings coming from upstream gwcs package #1200
Conversation
Was a test added recently that access remote data but not marked as such? |
Not that I know of 🤔 |
Is the latest IERS table is not important for your tests, please consider the offline option. Thanks! |
gwcs release is dragging on. Maybe we should fix the CI here and merge. Are you able to rebase, @rosteen ? 🙏 |
ec00764
to
525645d
Compare
Phew at least IERS errors went away. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
We can ignore the devdeps failure, looks like Nadia is trying to fix that one at #1204 |
This ignores two deprecation warnings coming from
gwcs
. I'll open an issue to remind us to un-ignore these once they do a release that fixes them.Fixes #1197