Skip to content

Commit 224de85

Browse files
committed
Rename ZarrTIFFWSIReader to FsspecJsonWSIReader.
1 parent 91d5911 commit 224de85

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tiatoolbox/wsicore/wsireader.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -372,9 +372,6 @@ def open( # noqa: PLR0911
372372
last_suffix = suffixes[-1]
373373

374374
if WSIReader.is_valid_zarr_fsspec(input_path):
375-
msg = f"File {input_path} should be a valid fsspec JSON zarr v2."
376-
raise FileNotSupportedError(msg)
377-
378375
return FsspecJsonWSIReader(input_path, mpp=mpp, power=power)
379376

380377
if last_suffix == ".db":

0 commit comments

Comments
 (0)