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 92ebf58 commit d23f902Copy full SHA for d23f902
tests/slice/test_cm.py
@@ -35,6 +35,7 @@ def test_slice_item_is_slice_source(self):
35
ctx = Context(dict(target_dir="memory://target.zarr"))
36
slice_item = MemorySliceSource(dataset, 0)
37
slice_cm = open_slice_dataset(ctx, slice_item)
38
+ self.assertIsInstance(slice_cm, SliceSourceContextManager)
39
self.assertIs(slice_item, slice_cm.slice_source)
40
41
def test_slice_item_is_dataset(self):
0 commit comments