-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
BUG: incorrect usage of pchip for timedelta #26189
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
cc @rgommers |
thanks @jreback looking into it now |
I'll add the full failure from the log here to save some clicking: The key part is
It's one of those things - we never test with
```
[gw1] linux -- Python 3.7.3 /home/vsts/miniconda3/envs/pandas-dev/bin/python
self = <pandas.tests.series.test_missing.TestSeriesInterpolateData object at 0x7f4a444c1ba8>
pandas/tests/series/test_missing.py:1445: pandas/core/generic.py:6884: in interpolate x = array([ 1, 86400000000001, 259200000000001],
E numpy.core._exceptions.UFuncTypeError: Cannot cast ufunc 'less_equal' input 0 from dtype('<m8[ns]') to dtype('<m8') with casting rule 'same_kind' ../../../miniconda3/envs/pandas-dev/lib/python3.7/site-packages/scipy/interpolate/_cubic.py:65: UFuncTypeError
|
Should work again with scipy master after scipy/scipy#10090 |
… with timedelta (pandas-dev#26190)" This reverts commit e134ddb.
This just started breaking on scipy master:
https://dev.azure.com/pandas-dev/pandas/_build/results?buildId=10858
xfailing in #26190
I think we are passing invalid inputs
The text was updated successfully, but these errors were encountered: