You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: libs/exponential-histogram/src/test/java/org/elasticsearch/exponentialhistogram/QuantileAccuracyTests.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -84,7 +84,7 @@ public void testMinMaxClampedPercentileaccurace() {
84
84
85
85
// The 0.5 percentile linearly interpolates between the two buckets.
86
86
// For the (1, 2] bucket, the point of least relative error will be used (1.33333)
87
-
// For the (1, 2] bucket, the max of the histogram should be used instead (2.1)
87
+
// For the (2, 4] bucket, the max of the histogram should be used instead (2.1)
0 commit comments