-
Notifications
You must be signed in to change notification settings - Fork 48
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
reduce warnings in tests #333
Conversation
|
there are still warnings but not too many now
|
this warnings comes from resetting the coords that drop in hindcast: |
then there is |
Reminder per our discussion to check the other warnings showing up in the Travis CI. |
solved. |
I'm still seeing the following errors/warnings in CI:
Adding those should clear the rest out. |
we should keep the warnings a bit in eye. the elementwise thing I dont understand |
Description
UserWarnings
: these hint the user to better behaviour but dont break code if ignoredpytest -m 'not slow'
: took the 20 slowest testsCloses #326
Type of change
Please delete options that are not relevant.
References
Please add any references to manuscripts, textbooks, etc.