diff --git a/sdfvae/get_interval_anomaly.py b/sdfvae/get_interval_anomaly.py index 153515caf4c0ca1c0ceeaeabc32afc235896323f..cf73bf577234f65af759e819ddf05c5bda4da500 100644 --- a/sdfvae/get_interval_anomaly.py +++ b/sdfvae/get_interval_anomaly.py @@ -6,7 +6,6 @@ class IntervalAnomaly: self.timeWindow = [] self.anomalyWindow = [] self.anomalyIntervalStart = "" - # self.anomalyIntervalEnd = "20190101000001" self.anomalyIntervalEnd = "20180101000001" self.windowsize = 3 self.IntervalAnomalyThreshold = 1