fitness of today not tomorrow
This commit is contained in:
@@ -1834,7 +1834,7 @@ def goldmedalscorechart(user,startdate=None,enddate=None):
|
||||
|
||||
# all workouts
|
||||
alldates,alltestpower,allduration,allids = all_goldmedalstandards(workouts,startdate,enddate)
|
||||
|
||||
|
||||
|
||||
nrdays = (enddate-startdate).days
|
||||
|
||||
@@ -2041,8 +2041,8 @@ def performance_chart(user,startdate=None,enddate=None,kfitness=42,kfatigue=7,
|
||||
})
|
||||
|
||||
|
||||
endfitness = fitnesses[-1]
|
||||
endfatigue = fatigues[-1]
|
||||
endfitness = fitnesses[-2]
|
||||
endfatigue = fatigues[-2]
|
||||
endform = endfitness-endfatigue
|
||||
|
||||
if modelchoice == 'banister':
|
||||
|
||||
Reference in New Issue
Block a user