This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a commit to branch geoapi-4.0 in repository https://gitbox.apache.org/repos/asf/sis.git
commit 41663b06b84f667b53b8241eeef65a8290e073fa Author: Martin Desruisseaux <martin.desruisse...@geomatys.com> AuthorDate: Tue Nov 21 15:33:51 2023 +0100 Empirical threshold adjustment for a random (but rare) test failure. --- .../sis/referencing/operation/transform/CartesianToSphericalTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endorsed/src/org.apache.sis.referencing/test/org/apache/sis/referencing/operation/transform/CartesianToSphericalTest.java b/endorsed/src/org.apache.sis.referencing/test/org/apache/sis/referencing/operation/transform/CartesianToSphericalTest.java index e9c3165d4e..802c8f671d 100644 --- a/endorsed/src/org.apache.sis.referencing/test/org/apache/sis/referencing/operation/transform/CartesianToSphericalTest.java +++ b/endorsed/src/org.apache.sis.referencing/test/org/apache/sis/referencing/operation/transform/CartesianToSphericalTest.java @@ -81,7 +81,7 @@ public final class CartesianToSphericalTest extends TransformTestCase { public void testConsistency() throws FactoryException, TransformException { transform = CartesianToSpherical.INSTANCE.completeTransform(SphericalToCartesianTest.factory()); derivativeDeltas = new double[] {1E-6, 1E-6, 1E-6}; - tolerance = 3E-6; + tolerance = 1E-5; verifyInDomain(new double[] {-100, -100, -100}, // Minimal coordinates new double[] {+100, +100, +100}, // Maximal coordinates new int[] { 10, 10, 10},