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 e65195a Remove obsolete test tolerance property e65195a is described below commit e65195a1c10b34620ea570030db59daf16d9debf Author: Alex Herbert <aherb...@apache.org> AuthorDate: Wed Oct 27 12:04:54 2021 +0100 Remove obsolete test tolerance property tolerance.hp has been replaced with tolerance.hp.relative tolerance.hp.absolute --- .../org/apache/commons/statistics/distribution/test.poisson.2.properties | 1 - .../org/apache/commons/statistics/distribution/test.poisson.3.properties | 1 - .../org/apache/commons/statistics/distribution/test.poisson.4.properties | 1 - 3 files changed, 3 deletions(-) diff --git a/commons-statistics-distribution/src/test/resources/org/apache/commons/statistics/distribution/test.poisson.2.properties b/commons-statistics-distribution/src/test/resources/org/apache/commons/statistics/distribution/test.poisson.2.properties index 44237b4..c721fac 100644 --- a/commons-statistics-distribution/src/test/resources/org/apache/commons/statistics/distribution/test.poisson.2.properties +++ b/commons-statistics-distribution/src/test/resources/org/apache/commons/statistics/distribution/test.poisson.2.properties @@ -17,7 +17,6 @@ parameters = 1.0 mean = 1 variance = 1 lower = 0 -tolerance.hp = 1e-33 # Reference values are from scipy stats poisson cdf.points = 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20 cdf.values = \ diff --git a/commons-statistics-distribution/src/test/resources/org/apache/commons/statistics/distribution/test.poisson.3.properties b/commons-statistics-distribution/src/test/resources/org/apache/commons/statistics/distribution/test.poisson.3.properties index e0ed68f..c1b18ef 100644 --- a/commons-statistics-distribution/src/test/resources/org/apache/commons/statistics/distribution/test.poisson.3.properties +++ b/commons-statistics-distribution/src/test/resources/org/apache/commons/statistics/distribution/test.poisson.3.properties @@ -17,7 +17,6 @@ parameters = 10.0 mean = 10 variance = 10 lower = 0 -tolerance.hp = 1e-33 # Reference values are from scipy stats poisson cdf.points = 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20 cdf.values = \ diff --git a/commons-statistics-distribution/src/test/resources/org/apache/commons/statistics/distribution/test.poisson.4.properties b/commons-statistics-distribution/src/test/resources/org/apache/commons/statistics/distribution/test.poisson.4.properties index ccf2997..1e7603e 100644 --- a/commons-statistics-distribution/src/test/resources/org/apache/commons/statistics/distribution/test.poisson.4.properties +++ b/commons-statistics-distribution/src/test/resources/org/apache/commons/statistics/distribution/test.poisson.4.properties @@ -17,7 +17,6 @@ parameters = 0.75 mean = 0.75 variance = 0.75 lower = 0 -tolerance.hp = 1e-27 # Reference values are from scipy stats poisson cdf.points = 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20 cdf.values = \