Private
Public Access
1
0

working on low level plannedsession

This commit is contained in:
Sander Roosendaal
2018-02-05 13:49:59 +01:00
parent 92d69087cf
commit a60bba671e
5 changed files with 103 additions and 6 deletions

View File

@@ -307,6 +307,7 @@ This value should be fairly constant across all stroke rates.""",
},
)
def calc_trimp(df,sex,hrmax,hrmin):
if sex == 'male':
f = 1.92
@@ -321,6 +322,7 @@ def calc_trimp(df,sex,hrmax,hrmin):
return trimp
def getagegrouprecord(age,sex='male',weightcategory='hwt',
distance=2000,duration=None,indf=pd.DataFrame()):