correcting no avghr and no maxhr workouts
This commit is contained in:
@@ -597,7 +597,10 @@ def handle_calctrimp(id,
|
||||
|
||||
df = rowdata.df
|
||||
|
||||
df['deltat'] = df[' ElapsedTime (sec)'].diff().abs()
|
||||
try:
|
||||
df['deltat'] = df[' ElapsedTime (sec)'].diff().abs()
|
||||
except KeyError:
|
||||
return 0
|
||||
|
||||
df2 = df.copy()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user