Skip to content

Commit

Permalink
Add message to exception
Browse files Browse the repository at this point in the history
  • Loading branch information
alessiamarcolini committed Aug 23, 2021
1 parent ff115f6 commit c557145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/histolab/filters/compositions.py
Expand Up @@ -97,7 +97,7 @@ def tissue_mask_filters(self) -> imf.Compose:
- `morphological_filters.BinaryFillHoles(structure=np.ones((5, 5)))
<morphological_filters.html#src.histolab.filters.morphological_filters.BinaryFillHoles>`_
"""
raise NotImplementedError
raise NotImplementedError("Must be implemented by each subclass")


class _SlideFiltersComposition(FiltersComposition):
Expand Down

0 comments on commit c557145

Please sign in to comment.