Private
Public Access
1
0

fitness of today not tomorrow

This commit is contained in:
Sander Roosendaal
2021-01-10 16:11:32 +01:00
parent a7f4f7b404
commit c54bc38866
3 changed files with 16 additions and 26 deletions

View File

@@ -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':