We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4c4682 commit 44a8c97Copy full SHA for 44a8c97
xarray/tests/test_cftimeindex.py
@@ -799,6 +799,7 @@ def test_to_datetimeindex_feb_29(calendar):
799
800
801
@pytest.mark.skipif(not has_cftime, reason='cftime not installed')
802
+@pytest.mark.xfail(reason='https://github.com/pandas-dev/pandas/issues/24263')
803
def test_multiindex():
804
index = xr.cftime_range('2001-01-01', periods=100, calendar='360_day')
805
mindex = pd.MultiIndex.from_arrays([index])
0 commit comments