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 ef8509b commit be63783Copy full SHA for be63783
tests/test_slice.py
@@ -135,8 +135,9 @@ def test_persistent_slice_source_for_nc_nonlocal(self):
135
with slice_source as slice_ds:
136
self.assertIsInstance(slice_ds, xr.Dataset)
137
except KeyError as e:
138
- # TODO: Find out what's going wrong in xarray.
139
- # This should not happen.
+ # This is unexpected! xarray cannot open the NetCDF file it just
+ # created. Maybe report a xarray issue once we can isolate the
140
+ # root cause. But it may be related to just the memory FS.
141
warnings.warn(f"received known exception from to_netcdf(): {e}")
142
143
def test_persistent_slice_source_for_nc_local(self):
0 commit comments