better value for normv
This commit is contained in:
@@ -11300,7 +11300,7 @@ def workout_summary_edit_view(request,id,message="",successmessage=""
|
||||
|
||||
tss,normp = dataprep.workout_rscore(row)
|
||||
|
||||
normv = dataprep.workout_normv(row,pp=10.0)
|
||||
normv = dataprep.workout_normv(row,pp=8.0)
|
||||
|
||||
avpace = datetime.timedelta(seconds=int(500./normv))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user