Skip to content

Commit 42311a4

Browse files
authored
Merge pull request #533 from InsightSoftwareConsortium/ngff-no-convert
BUG: Use existing NGFF Zarr as-is
2 parents 9aede3d + 4cd7a2f commit 42311a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

itkwidgets/integrations/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def _get_viewer_image(image):
9393

9494
# NGFF Zarr
9595
if isinstance(image, zarr.Group) and 'multiscales' in image.attrs:
96-
return _make_multiscale_store(image.store)
96+
return image.store
9797

9898
if HAVE_TORCH:
9999
import torch

0 commit comments

Comments
 (0)