From a7b390ab1b1ac8f17eeaefb4cf8751fc2b8601c2 Mon Sep 17 00:00:00 2001 From: dlagul Date: Fri, 23 Oct 2020 17:28:20 +0800 Subject: [PATCH] Update get_interval_anomaly.py --- sdfvae/get_interval_anomaly.py | 1 - 1 file changed, 1 deletion(-) diff --git a/sdfvae/get_interval_anomaly.py b/sdfvae/get_interval_anomaly.py index 153515c..cf73bf5 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 -- GitLab