Private
Public Access
1
0

added workstrokesonly keyword to empower force curve

This commit is contained in:
Sander Roosendaal
2018-06-25 12:52:22 +02:00
parent 19ded52e57
commit 84cba40065
2 changed files with 3 additions and 2 deletions

View File

@@ -328,7 +328,8 @@ def interactive_forcecurve(theworkouts,workstrokesonly=False):
'peakforceangle','peakforce','spm','distance',
'workoutstate','driveenergy']
rowdata = dataprep.getsmallrowdata_db(columns,ids=ids)
rowdata = dataprep.getsmallrowdata_db(columns,ids=ids,
workstrokesonly=workstrokesonly)
rowdata.dropna(axis=1,how='all',inplace=True)
rowdata.dropna(axis=0,how='any',inplace=True)