-
-
Notifications
You must be signed in to change notification settings - Fork 18.2k
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
Index division by zero not filled #19322
Comments
this is what numpy does though i think we changed for Series a long time ago |
The test from #9308 for
15 of these fail, 38 for the analogous Update The tests with |
there is an old issue and whatsnew about this see if u can find it |
0.12.0 has
It looks like #3600 and #9308 are both about this, but unsigned ints appear to be missing form the tests, along with a bunch of the reverse ops. I can patch this and implement a thorough set of test cases, but need to confirm that all ints and all zeros are interchangeable for this purpose. |
this is tricky as numpy does different things for uint and int i think we should though - see what breaks |
Making some progress on this. It's liable to be a big diff, so my thought is to first write all the tests and xfail the ones that are currently wrong (allowing a reviewer to double-check my understanding of the desired behavior), then make reasonably-sized PRs to un-xfail those tests. |
yeah I think these should all match what we do in series now.
yes xfailing things would be ok. Note since these are in ops, It think it would make sense to split out the giant tests_ops to sub-modules first :> (I know that's for Series), but same idea. |
Closed by #27321. |
Others are OK:
The text was updated successfully, but these errors were encountered: