style(local): code standards

This commit is contained in:
lxd1190 2018-11-01 21:18:41 +08:00
parent 5bd6f8e7ef
commit 7a3655508a

View File

@ -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