Commit 39ea39b9 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Common tools - Method Wrappers:

- Updated default histogram set of buckets
parent 9f803a63
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -43,8 +43,7 @@ METRIC_TO_CLASS_PARAMS = {
            0.01000, 0.02000, 0.03000, 0.04000, 0.05000, 0.06000, 0.07000, 0.08000, 0.09000,
            0.10000, 0.20000, 0.30000, 0.40000, 0.50000, 0.60000, 0.70000, 0.80000, 0.90000,
            1.00000, 2.00000, 3.00000, 4.00000, 5.00000, 6.00000, 7.00000, 8.00000, 9.00000,
            10.0000, 20.0000, 30.0000, 40.0000, 50.0000, 60.0000, 70.0000, 80.0000, 90.0000,
            100.000, 200.000, 300.000, 400.000, 500.000, 600.000, 700.000, 800.000, 900.000,
            10.0, 20.0, 30.0, 40.0, 50.0, 60.0, 120.0, 180.0, 240.0, 300.0,
            INF)
    })
}