Private
Public Access
1
0

foutje verbeterd

This commit is contained in:
Sander Roosendaal
2019-11-09 14:43:06 +01:00
parent c6c7f85bb3
commit 394797fc80

View File

@@ -529,8 +529,8 @@ def createc2workoutdata(w):
try:
spm[0] = spm[1]
except IndexError:
pass
except (KeyError,IndexError):
spm = 0*t
try:
hr = row.df[' HRCur (bpm)'].astype(int)
except ValueError: