You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ah...@apache.org on 2022/11/25 17:27:06 UTC

[commons-statistics] 03/03: Reinstate previously failing test

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

commit f1e0c0d2eee3c1a2114dbc5cb84cd3df6e347f35
Author: aherbert <ah...@apache.org>
AuthorDate: Fri Nov 25 17:12:31 2022 +0000

    Reinstate previously failing test
---
 .../apache/commons/statistics/distribution/test.lognormal.2.properties | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/commons-statistics-distribution/src/test/resources/org/apache/commons/statistics/distribution/test.lognormal.2.properties b/commons-statistics-distribution/src/test/resources/org/apache/commons/statistics/distribution/test.lognormal.2.properties
index 27ad58a..93afbd0 100644
--- a/commons-statistics-distribution/src/test/resources/org/apache/commons/statistics/distribution/test.lognormal.2.properties
+++ b/commons-statistics-distribution/src/test/resources/org/apache/commons/statistics/distribution/test.lognormal.2.properties
@@ -54,6 +54,3 @@ pdf.values = \
   1.4800157244728182e-01, 1.2591055687217639e-01,\
   1.0666557638466362e-01, 9.0086334161030540e-02,\
   7.5921269497598851e-02
-# Fails on point 0.01 (cdf=1.8139777883515717e-29) which returns 0.0 not 0.01.
-# Currently the inverse uses 2*p-1 which loses precision as p -> 0.
-disable.cdf.inverse = true