fix
This commit is contained in:
@@ -1636,7 +1636,7 @@ def workout_trimp(w, reset=False):
|
|||||||
return w.trimp, 0
|
return w.trimp, 0
|
||||||
elif w.trimp <= 0 and w.averagehr > 0:
|
elif w.trimp <= 0 and w.averagehr > 0:
|
||||||
if get_existing_job(w):
|
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)
|
ftp = float(r.ftp)
|
||||||
_ = myqueue(
|
_ = myqueue(
|
||||||
queuehigh,
|
queuehigh,
|
||||||
|
|||||||
BIN
rowers/tests/testdata/testdata.tcx.gz
vendored
BIN
rowers/tests/testdata/testdata.tcx.gz
vendored
Binary file not shown.
Reference in New Issue
Block a user