File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4301,7 +4301,7 @@ def __init__(
4301
4301
)
4302
4302
4303
4303
def _canonical_shape (self : ZarrTIFFWSIReader , shape : IntPair ) -> tuple :
4304
- # Copy/paste from TIFFWSIReader._canonical_shape , clean it up
4304
+ # Copy/paste from TIFFWSIReader, clean it up
4305
4305
"""Make a level shape tuple in YXS order.
4306
4306
4307
4307
Args:
@@ -4368,7 +4368,7 @@ def read_rect(
4368
4368
coord_space : str = "baseline" ,
4369
4369
** kwargs : dict , # noqa: ARG002
4370
4370
) -> np .ndarray :
4371
- # Copy/paste from TIFFWSIReader._canonical_shape , clean it up
4371
+ # Copy/paste from TIFFWSIReader, clean it up
4372
4372
"""Read a region of the whole slide image at a location and size.
4373
4373
4374
4374
Location is in terms of the baseline image (level 0 / maximum
@@ -4605,7 +4605,7 @@ def read_bounds(
4605
4605
coord_space : str = "baseline" ,
4606
4606
** kwargs : dict ,
4607
4607
) -> np .ndarray :
4608
- # Copy/paste from TIFFWSIReader._canonical_shape , clean it up
4608
+ # Copy/paste from TIFFWSIReader, clean it up
4609
4609
"""Read a region of the whole slide image within given bounds.
4610
4610
4611
4611
Bounds are in terms of the baseline image (level 0 / maximum
You can’t perform that action at this time.
0 commit comments