Skip to content

Commit b8dd291

Browse files
committed
Fix tests.
1 parent 4b7860e commit b8dd291

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tiatoolbox/wsicore/wsireader.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3902,6 +3902,7 @@ def _info(self: FsspecJsonWSIReader) -> WSIMeta:
39023902

39033903
zarr_attrs = self._zarr_array.attrs
39043904

3905+
filetype_params = {}
39053906
# Check for "multiscales" and extract metadata
39063907
if "multiscales" in zarr_attrs:
39073908
multiscales = zarr_attrs[

0 commit comments

Comments
 (0)