Skip to content

Commit ab64817

Browse files
committed
correct test for new Pyive API
1 parent 8b08743 commit ab64817

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_reductionist_json.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def __init__(self, f, v):
1818
self.f = pyfive.File(f)
1919
ds = self.f[v]
2020
self.dtype = np.dtype(ds.dtype)
21-
self.array = pyfive.ZarrArrayStub(ds.shape, ds.chunks or ds.shape)
21+
self.array = pyfive.indexing.ZarrArrayStub(ds.shape, ds.chunks or ds.shape)
2222
self.missing = get_missing_attributes(ds)
2323
ds = ds._dataobjects
2424
self.ds = ds

0 commit comments

Comments
 (0)