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 1a2be11  Update mean test tolerance
1a2be11 is described below

commit 1a2be1185c2f8389a878fc083e431fe8e231d96b
Author: Alex Herbert <aherb...@apache.org>
AuthorDate: Sat Oct 14 07:39:10 2023 +0100

    Update mean 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 48d2335..a8ec637 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
@@ -62,7 +62,7 @@ final class MeanTest extends BaseDoubleStatisticTest<Mean> {
 
     @Override
     protected DoubleTolerance getToleranceArray() {
-        return DoubleTolerances.ulps(3);
+        return DoubleTolerances.ulps(5);
     }
 
     @Override

Reply via email to