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
This is a very subtle bug in how np.abs operates on timedelta64[ns]
It converts them to us for some reason on numpy <= 1.6.2. (maybe numpy 1.7 is better)
workaround is to wrap in a Series and astype
tricky to fix this because we really can't detect is except in finalize, but then
have to check all return dtypes from the operations.....
This is a very subtle bug in how np.abs operates on timedelta64[ns]
It converts them to us for some reason on numpy <= 1.6.2. (maybe numpy 1.7 is better)
workaround is to wrap in a Series and astype
tricky to fix this because we really can't detect is except in finalize, but then
have to check all return dtypes from the operations.....
exhibited also in #2948
The text was updated successfully, but these errors were encountered: