From 7c8aeaf0af5f2006cc74d01d57ec5eb3c23e0835 Mon Sep 17 00:00:00 2001 From: Sander Roosendaal Date: Mon, 8 Apr 2024 16:36:24 +0200 Subject: [PATCH] nothing --- rowers/interactiveplots.py | 1 + 1 file changed, 1 insertion(+) diff --git a/rowers/interactiveplots.py b/rowers/interactiveplots.py index 1c64244c..5568caea 100644 --- a/rowers/interactiveplots.py +++ b/rowers/interactiveplots.py @@ -4996,6 +4996,7 @@ def interactive_cum_flex_chart2(theworkouts, promember=0, # datadf = dataprep.smalldataprep(theworkouts,xparam,yparam1,yparam2) ids = [int(w.id) for w in theworkouts] columns = [xparam, yparam1, yparam2, 'spm', 'driveenergy', 'distance'] + datadf = dataprep.getsmallrowdata_db(columns, ids=ids, doclean=True, workstrokesonly=workstrokesonly)