You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You get also several other failures when ensuring numexpr is used and running the pandas/tests/arithmetic tests (with Timestamp/datetime scalars, pd.NaT, etc)
When surpassing the minimum number of elements threshold to use numexpr, the following operation starts to fail:
This doesn't happen for a Timedelta object, I assume because of this check:
pandas/pandas/core/ops/array_ops.py
Lines 202 to 203 in 7af47c9
The text was updated successfully, but these errors were encountered: