mirror of
https://github.com/Tencent/Metis.git
synced 2025-12-25 19:52:49 +00:00
style(local): code standards
This commit is contained in:
parent
5bd6f8e7ef
commit
7a3655508a
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue