Skip to content

Commit

Permalink
Merge pull request #71 from avast/sum-ratio-nominator
Browse files Browse the repository at this point in the history
Make nominator of SumRatio check public
  • Loading branch information
jachymsol authored Apr 26, 2024
2 parents 9728708 + ea8645f commit 11f53d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/epstats/toolkit/check.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ def __init__(
super().__init__(id, name, denominator)
self.max_sum_ratio = max_sum_ratio
self.confidence_level = confidence_level
self._nominator = nominator
self.nominator = nominator
self._nominator_parser = Parser(nominator, nominator)
self._goals = self._goals.union(self._nominator_parser.get_goals())

Expand Down

0 comments on commit 11f53d8

Please sign in to comment.