some bug fixes
This commit is contained in:
@@ -111,6 +111,9 @@ def alert_get_stats(alert,nperiod=0):
|
||||
'nr_strokes_qualifying':0,
|
||||
'percentage':0,
|
||||
'nperiod':nperiod,
|
||||
'median': 0,
|
||||
'median_q': 0,
|
||||
'standard_dev': 0,
|
||||
}
|
||||
|
||||
# check if filters are in columns list
|
||||
@@ -143,6 +146,9 @@ def alert_get_stats(alert,nperiod=0):
|
||||
'nr_strokes_qualifying':0,
|
||||
'percentage':0,
|
||||
'nperiod':nperiod,
|
||||
'median': 0,
|
||||
'median_q': 0,
|
||||
'standard_dev': 0,
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user