-
-
Notifications
You must be signed in to change notification settings - Fork 26.5k
[MRG] Remove np.seterr calls in test files #13712
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
[MRG] Remove np.seterr calls in test files #13712
Conversation
|
@NicolasHug @jnothman The tests are passing with np.seterr removed. We can remove the statements |
|
|
||
|
|
||
| np.seterr(all='warn') | ||
| # np.seterr(all='warn') |
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.
please remove them entirely then, not just uncomment ;)
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.
@NicolasHug Commented them to just test the changes. Removed them now
NicolasHug
left a comment
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.
LGTM if all goes green!
|
@NicolasHug Can be merged |
This reverts commit 12e3cd5.
This reverts commit 12e3cd5.
Reference Issues/PRs
Fixes #13650
What does this implement/fix? Explain your changes.
Removes np.seterr calls