Given:
- an outlier heatmap is retrieved
When:
- I get higherOutlier or lowerOutlier results in the heatmap response
Then:
- there are, dependening on the data, entries that have higherOutlier or lowerOutlier set but the outlier count on that activity is still 0, e.g.
"Task_12p04yx" : { "lowerOutlier" : null, "higherOutlier" : { "boundValue" : 0, "percentile" : 0.0, "relation" : 8.21110255092798, "count" : 0 }, "lowerOutlierHeat" : 0.0, "higherOutlierHeat" : 0.0, "heat" : 0.0, "outlierCount" : 0 }
Expected:
- if higherOutlier or lowerOutlier are present the count should be >0