Private
Public Access
1
0

fixing reststrokes on compare plot

This commit is contained in:
Sander Roosendaal
2020-11-03 20:58:11 +01:00
parent 35830c0274
commit e2469e1eca
5 changed files with 18 additions and 8 deletions

View File

@@ -2203,6 +2203,7 @@ def getsmallrowdata_db(columns, ids=[], doclean=True,workstrokesonly=True,comput
if compute and len(df):
data = df.copy()
if doclean:
print('aap')
data = clean_df_stats(data, ignorehr=True,
workstrokesonly=workstrokesonly)
data.dropna(axis=1,how='all',inplace=True)