boxplot tests working
This commit is contained in:
2003
rowers/tests/testdata/fake_strokedata2.csv
vendored
2003
rowers/tests/testdata/fake_strokedata2.csv
vendored
File diff suppressed because it is too large
Load Diff
BIN
rowers/tests/testdata/testdata.csv.gz
vendored
BIN
rowers/tests/testdata/testdata.csv.gz
vendored
Binary file not shown.
@@ -7312,6 +7312,7 @@ def boxplot_view_data(request,userid=0,
|
|||||||
|
|
||||||
workouts = []
|
workouts = []
|
||||||
|
|
||||||
|
|
||||||
if not ids:
|
if not ids:
|
||||||
return JSONResponse({
|
return JSONResponse({
|
||||||
"script":'',
|
"script":'',
|
||||||
@@ -7343,6 +7344,7 @@ def boxplot_view_data(request,userid=0,
|
|||||||
datadf,extracols = dataprep.read_cols_df_sql(ids,fieldlist)
|
datadf,extracols = dataprep.read_cols_df_sql(ids,fieldlist)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
datadf = dataprep.clean_df_stats(datadf,workstrokesonly=workstrokesonly)
|
datadf = dataprep.clean_df_stats(datadf,workstrokesonly=workstrokesonly)
|
||||||
|
|
||||||
datadf = dataprep.filter_df(datadf,'spm',spmmin,
|
datadf = dataprep.filter_df(datadf,'spm',spmmin,
|
||||||
|
|||||||
Reference in New Issue
Block a user