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
Thanks @dcherian—a bisect indicates pandas-dev/pandas#60118 led to this. I think the issue is that uniques is being cast to a plain Index instead of a CFTimeIndex. Previously the constructor of self was used, which would create a CFTimeIndex. I'll think about the best way to address this upstream.
What happened?
This test fails on pandas main branch
xarray/xarray/tests/test_cftimeindex.py
Lines 1191 to 1195 in 96e0ff7
I will xfail this test but it would be good to fix it
cc @spencerkclark
The text was updated successfully, but these errors were encountered: