Skip to content

Commit

Permalink
update stainnorm.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiaqi-Lv committed Feb 16, 2024
1 parent 152b5d8 commit d809abe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tiatoolbox/tools/stainnorm.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@ class ReinhardNormalizer(StainNormalizer):

def __init__(self: ReinhardNormalizer) -> None:
"""Initialize :class:`ReinhardNormalizer`."""
super().__init__()
self.target_means: tuple[float, float, float]
self.target_stds: tuple[float, float, float]

Expand Down

0 comments on commit d809abe

Please sign in to comment.