Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
Signed-off-by: Avik Basu <ab93@users.noreply.github.com>
  • Loading branch information
ab93 committed Jul 26, 2023
1 parent 929d93b commit 0ebe64e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion numalogic/models/threshold/_mahalanobis.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

_INLIER: Final[int] = 0
_OUTLIER: Final[int] = 1
_INPUT_DIMS = Final[int] = 2
_INPUT_DIMS: Final[int] = 2


class MahalanobisThreshold(BaseThresholdModel):
Expand Down

0 comments on commit 0ebe64e

Please sign in to comment.