Private
Public Access
1
0
This commit is contained in:
2025-11-14 16:09:51 +01:00
parent fba6ea22d0
commit ee4e5d9ef5
3 changed files with 3 additions and 2 deletions

View File

@@ -493,7 +493,8 @@ def calculate_goldmedalstandard(rower, workout, recurrance=True):
wcdurations.append(record.duration)
wcpower.append(record.power)
else:
getrecords = True
pass
# getrecords = True
if getrecords: # pragma: no cover
durations = [1, 4, 30, 60]