Skip to content

Commit

Permalink
skip one mftest
Browse files Browse the repository at this point in the history
  • Loading branch information
gauteh committed Aug 8, 2024
1 parent 7d4e2b8 commit ba4f981
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/python/test_xarray_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ def test_coads_nc(coads, plot):
plt.show()


@pytest.mark.skip(reason = 'xarray, cftime, pandas no longer manages to decode dates here')
def test_xarray_mfdataset(data):
urls = [str(data / 'jan.nc4'), str(data / 'feb.nc4')]
ds = xr.decode_cf(xr.open_mfdataset(urls, engine='hidefix'))
Expand Down

0 comments on commit ba4f981

Please sign in to comment.