Private
Public Access
1
0
This commit is contained in:
2023-08-15 17:06:26 +02:00
parent efab99900e
commit e34446e268
2 changed files with 1 additions and 1 deletions

View File

@@ -1636,7 +1636,7 @@ def workout_trimp(w, reset=False):
return w.trimp, 0
elif w.trimp <= 0 and w.averagehr > 0:
if get_existing_job(w):
return 0, w.averagehr
return 0, 100.*(w.averagehr/r.hrftp)*(w.duration.hour*60 + w.duration.minute)/60.
ftp = float(r.ftp)
_ = myqueue(
queuehigh,

Binary file not shown.