-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
DEPR: seems numpy is deprecating object array bool comparison w/nan in 1.9 #7065
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
Comments
cc @unutbu |
If catch_warnings were to be used to suppress the warning, I wish there was a mechanism to remind us to remove the catch_warnings when it is no longer needed... |
I think we need to write an elementwise comparer for the this part |
@jreback: Sorry, I don't understand what that entails. Are you thinking of using Cython? (that's not something I know much about.) |
I wrote that before seeing your comment in the other issue filtering warning is ok here I think |
related:
#8509
#5283
numpy/numpy#4685
The text was updated successfully, but these errors were encountered: