-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
BUG: overflow in Timedelta arithmetic #17637
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
A sufficient condition to fix this particular error:
|
@jbrockmendel its actually much simpler than that.
|
not realistic, you want to declare types for things as you actually want the overflow |
Yah. I've spent enough time with np_datetime.c to know that numpy has implemented multi-unit datetime64, haven't looked at their timedelta64 implementation that closely. I'll check if they've got anything that can be adapted. |
There are actually 2 issues:
these are both useful but non-trivial. |
xref #17318 (comment)
This is not behaving on master, started after: b59f107
The text was updated successfully, but these errors were encountered: