This is an automated email from the ASF dual-hosted git repository.

aherbert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-statistics.git


The following commit(s) were added to refs/heads/master by this push:
     new 0c7efff  Increase test tolerance
0c7efff is described below

commit 0c7efff46e76b9613e39128f0a94826093967cec
Author: Alex Herbert <aherb...@apache.org>
AuthorDate: Thu Jan 4 19:01:29 2024 +0000

    Increase test tolerance
---
 .../test/java/org/apache/commons/statistics/descriptive/MeanTest.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/commons-statistics-descriptive/src/test/java/org/apache/commons/statistics/descriptive/MeanTest.java
 
b/commons-statistics-descriptive/src/test/java/org/apache/commons/statistics/descriptive/MeanTest.java
index 89edfc3..897609b 100644
--- 
a/commons-statistics-descriptive/src/test/java/org/apache/commons/statistics/descriptive/MeanTest.java
+++ 
b/commons-statistics-descriptive/src/test/java/org/apache/commons/statistics/descriptive/MeanTest.java
@@ -101,7 +101,7 @@ final class MeanTest extends BaseDoubleStatisticTest<Mean> {
         // the array and combine.
         builder.accept(addReference(0.55,
             createRelTolerance(1e-13), // accept
-            createRelTolerance(5e-16), // array
+            createRelTolerance(1e-15), // array
             createRelTolerance(1e-13), // accept and combine
             createRelTolerance(3e-13), // array and combine
             a));

Reply via email to