Skip to content

Commit

Permalink
Change docstrings according to CR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
alessiamarcolini committed Aug 6, 2020
1 parent 40203b7 commit 071a100
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/histolab/tiler.py
Expand Up @@ -29,9 +29,9 @@ class Tiler(Protocol):

@lru_cache(maxsize=100)
def box_mask_thumb(self, slide: Slide) -> np.ndarray:
"""Return binary mask at thumbnail dimensions of the box for tiles extraction.
"""Return binary mask, at thumbnail level, of the box for tiles extraction.
The mask pixels set to True will be the ones corresponding to the tissue box.
The mask pixels set to True correspond to the tissue box.
Parameters
----------
Expand All @@ -41,7 +41,7 @@ def box_mask_thumb(self, slide: Slide) -> np.ndarray:
Returns
-------
np.ndarray
Extraction mask at thumbnail dimensions
Extraction mask at thumbnail level
"""

return slide.biggest_tissue_box_mask
Expand Down

0 comments on commit 071a100

Please sign in to comment.