We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a0267b commit c7c5426Copy full SHA for c7c5426
src/titiler/xarray/tests/test_io_tools.py
@@ -135,7 +135,7 @@ def test_zarr_group(group):
135
"""test reader."""
136
src_path = os.path.join(prefix, "pyramid.zarr")
137
138
- with Reader(src_path, variable="dataset", group=group) as src:
+ with Reader(src_path, variable="dataset", group=str(group)) as src:
139
assert src.info()
140
assert src.tile(0, 0, 0)
141
assert src.point(0, 0).data[0] == group * 2 + 1
0 commit comments