Skip to content

Commit

Permalink
more zarr v3 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
measty committed Jan 16, 2025
1 parent 1ac61c5 commit f12b048
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tiatoolbox/wsicore/wsireader.py
Original file line number Diff line number Diff line change
Expand Up @@ -3507,7 +3507,7 @@ def page_area(page: tifffile.TiffPage) -> float:
self._zarr_lru_cache = zarr.LRUStoreCache(self._zarr_store, max_size=cache_size)
self._zarr_group = zarr.open(self._zarr_lru_cache)
if not isinstance(self._zarr_group, zarr.Group):
group = zarr.group()
group = zarr.open_group()
group[0] = self._zarr_group
self._zarr_group = group
self.level_arrays = {
Expand Down

0 comments on commit f12b048

Please sign in to comment.