Skip to content

Commit 29dde90

Browse files
committed
Add nested argument
1 parent 676f7d1 commit 29dde90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_read_all.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ def read_with_zarrita(fpath, ds_name, nested):
112112
h = zarrita.get_hierarchy(str(fpath.absolute()))
113113
return h["/" + ds_name][:]
114114

115-
def read_with_xtensor_zarr(fpath, ds_name):
115+
def read_with_xtensor_zarr(fpath, ds_name, nested):
116116
if ds_name == "blosc":
117117
ds_name = "blosc/lz4"
118118
fname = "a.npz"

0 commit comments

Comments
 (0)