From 7a3655508a0c48d321a8ecbde12aa63787ffa0d1 Mon Sep 17 00:00:00 2001 From: lxd1190 Date: Thu, 1 Nov 2018 21:18:41 +0800 Subject: [PATCH] style(local): code standards --- app/service/time_series_detector/feature/fitting_features.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/service/time_series_detector/feature/fitting_features.py b/app/service/time_series_detector/feature/fitting_features.py index 55dee90..5430213 100644 --- a/app/service/time_series_detector/feature/fitting_features.py +++ b/app/service/time_series_detector/feature/fitting_features.py @@ -11,7 +11,7 @@ Unless required by applicable law or agreed to in writing, software distributed import numpy as np from app.config.common import * -` + def time_series_moving_average(x): """ Returns the difference between the last element of x and the smoothed value after Moving Average Algorithm