Private
Public Access
1
0

fix trendflex

This commit is contained in:
Sander Roosendaal
2022-09-14 16:53:15 +02:00
parent b0b3631a9c
commit 44af254aa2
3 changed files with 67 additions and 2 deletions

View File

@@ -317,7 +317,7 @@ def trendflexdata(workouts, options, userid=0):
if xparam == groupby: # pragma: no cover
datadf['groupby'] = datadf[xparam]
groupby = 'groupby'
#groupby = 'groupby'
datadf = dataprep.clean_df_stats(datadf, workstrokesonly=workstrokesonly)