Private
Public Access
1
0

boxplot tests working

This commit is contained in:
Sander Roosendaal
2019-01-07 20:36:17 +01:00
parent c7022d45cd
commit fa58fdda6d
3 changed files with 1431 additions and 574 deletions

View File

@@ -7312,6 +7312,7 @@ def boxplot_view_data(request,userid=0,
workouts = []
if not ids:
return JSONResponse({
"script":'',
@@ -7342,6 +7343,7 @@ def boxplot_view_data(request,userid=0,
# prepare data frame
datadf,extracols = dataprep.read_cols_df_sql(ids,fieldlist)
datadf = dataprep.clean_df_stats(datadf,workstrokesonly=workstrokesonly)