We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efcd961 commit 99d7269Copy full SHA for 99d7269
1 file changed
scdata/device/process/timeseries.py
@@ -90,7 +90,7 @@ def clean_ts(dataframe, **kwargs):
90
result[result < lower_limit] = nan
91
92
# Smoothing
93
- window=kwargs.get('window', 3)
+ window=kwargs.get('window', None)
94
win_type=kwargs.get('win_type', None)
95
96
if window is not None:
0 commit comments