-
-
Notifications
You must be signed in to change notification settings - Fork 18.7k
Closed
Labels
CIContinuous IntegrationContinuous IntegrationCompatpandas objects compatability with Numpy or Python functionspandas objects compatability with Numpy or Python functions
Description
It looks like some .intersection
tests are failing. AFAICT this traces back to here:
Line 685 in bdcc5bf
return np.asarray(obj, dtype='int64'), 0 |
Which on numpy dev during test execution isn't raising an OverflowError
and instead performs a wraparound. Interestingly enough, running:
np.asarray([2 ** 63, 2**63 + 1], dtype="int64")
With numpydev does overflow in the Python space, so perhaps a Cython issue?
Metadata
Metadata
Assignees
Labels
CIContinuous IntegrationContinuous IntegrationCompatpandas objects compatability with Numpy or Python functionspandas objects compatability with Numpy or Python functions