Skip to content

Commit

Permalink
Reformat.
Browse files Browse the repository at this point in the history
  • Loading branch information
hoanganhngo610 committed Oct 31, 2023
1 parent 269a1f8 commit 2c62ed6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion river/anomaly/sad.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ class StandardAbsoluteDeviation(anomaly.base.AnomalyDetector):
"""

def __init__(self, sub_stat="mean"):

if sub_stat == "mean":
self.subtracted_statistic = stats.Mean()
elif sub_stat == "median":
Expand Down

0 comments on commit 2c62ed6

Please sign in to comment.