bug fix
This commit is contained in:
@@ -1558,6 +1558,7 @@ def getsmallrowdata_db(columns, ids=[], doclean=True, workstrokesonly=True):
|
||||
cdata2 = savgol_filter(cdata.values,windowsize,3)
|
||||
|
||||
data[c] = cdata2
|
||||
|
||||
except KeyError:
|
||||
data[c] = 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user