Private
Public Access
1
0
This commit is contained in:
2024-04-16 13:38:22 +02:00
parent 4efe88c56d
commit 9568b6d132
2 changed files with 3 additions and 3 deletions

View File

@@ -475,8 +475,8 @@ def trendflexdata(workouts, options, userid=0):
'groupsize': groupsize,
})
if yparam == 'pace':
df['y'] = dataprep.paceformatsecs(df['y']/1.0e3)
#if yparam == 'pace':
# df['y'] = dataprep.paceformatsecs(df['y']/1.0e3)
aantal = len(df)