We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b08743 commit ab64817Copy full SHA for ab64817
tests/test_reductionist_json.py
@@ -18,7 +18,7 @@ def __init__(self, f, v):
18
self.f = pyfive.File(f)
19
ds = self.f[v]
20
self.dtype = np.dtype(ds.dtype)
21
- self.array = pyfive.ZarrArrayStub(ds.shape, ds.chunks or ds.shape)
+ self.array = pyfive.indexing.ZarrArrayStub(ds.shape, ds.chunks or ds.shape)
22
self.missing = get_missing_attributes(ds)
23
ds = ds._dataobjects
24
self.ds = ds
0 commit comments