Private
Public Access
1
0

coverage stuff

This commit is contained in:
Sander Roosendaal
2021-05-26 16:03:59 +02:00
parent 9572a18263
commit 3d6229a1dd
4 changed files with 5 additions and 5 deletions

View File

@@ -630,7 +630,7 @@ def createc2workoutdata(w):
try:
spmav = int(row.df[' Cadence (stokes/min)'][mask].mean().astype(int))
hrav = int(row.df[' HRCur (bpm)'][mask].mean().astype(int))
except AttributeError:
except AttributeError: # pragma: no cover
spmav = int(row.df[' Cadence (stokes/min)'][mask].mean())
hrav = int(row.df[' HRCur (bpm)'][mask].mean())
intervaldict = {