Skip to content

Commit be63783

Browse files
committed
Removed TODO that isn't one
1 parent ef8509b commit be63783

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/test_slice.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,9 @@ def test_persistent_slice_source_for_nc_nonlocal(self):
135135
with slice_source as slice_ds:
136136
self.assertIsInstance(slice_ds, xr.Dataset)
137137
except KeyError as e:
138-
# TODO: Find out what's going wrong in xarray.
139-
# This should not happen.
138+
# This is unexpected! xarray cannot open the NetCDF file it just
139+
# created. Maybe report a xarray issue once we can isolate the
140+
# root cause. But it may be related to just the memory FS.
140141
warnings.warn(f"received known exception from to_netcdf(): {e}")
141142

142143
def test_persistent_slice_source_for_nc_local(self):

0 commit comments

Comments
 (0)