Private
Public Access
1
0

bug fixes

This commit is contained in:
2024-02-26 12:06:14 +01:00
parent aaa59dcd0d
commit 06323eadcb
3 changed files with 6 additions and 3 deletions

View File

@@ -209,7 +209,7 @@ class C2Integration(SyncIntegration):
spmav = 0
try:
hrav = int(row.df[' HRCur (bpm)'][mask].mean())
except ValuError:
except ValueError:
hrav = 0
intervaldict = {
'type': 'distance',