Outlier count 0 although outliers present

XMLWordPrintable

    • Type: Bug Part
    • Resolution: Fixed
    • Priority: L3 - Default
    • 2.6.0
    • Affects Version/s: None
    • Component/s: backend
    • None

      Given:

      • an outlier heatmap is retrieved

      When:

      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

        This is the controller panel for Smart Panels app

              Assignee:
              Unassigned
              Reporter:
              Sebastian Bathke
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: