bug fixes
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user