-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
AttributeError with divmod(Series, Series) with 0 in the denominator #26987
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
This sends us down the bad path: Line 540 in dfcd2b2
Haven't looked into it. Don't plan to look further right now. |
I've got a patch for the immediate issue by just checking for divmod in
result[0] matches expected[0], but result[1] and expected[1] are:
|
see what numpy does for float args |
Strange one. This works,
This raises
The text was updated successfully, but these errors were encountered: