-
-
Couldn't load subscription status.
- Fork 1.2k
Open
Labels
Description
What happened?
This test fails on pandas main branch
xarray/xarray/tests/test_cftimeindex.py
Lines 1191 to 1195 in 96e0ff7
| @requires_cftime | |
| def test_multiindex(): | |
| index = xr.cftime_range("2001-01-01", periods=100, calendar="360_day") | |
| mindex = pd.MultiIndex.from_arrays([index]) | |
| assert mindex.get_loc("2001-01") == slice(0, 30) |
I will xfail this test but it would be good to fix it