diff --git a/src/test/java/org/orekit/rugged/api/RuggedTest.java b/src/test/java/org/orekit/rugged/api/RuggedTest.java index 71a8201afeb61f8db46dd4324574c5250a081d57..9a4ad6af60357ff4ef273ec864de3329427b5780 100644 --- a/src/test/java/org/orekit/rugged/api/RuggedTest.java +++ b/src/test/java/org/orekit/rugged/api/RuggedTest.java @@ -1059,7 +1059,7 @@ public class RuggedTest { public void testInverseLocationDerivativesWithLightTimeCorrection() throws RuggedException, OrekitException { doTestInverseLocationDerivatives(2000, true, false, - 3.0e-9, 9.0e-9, 7.0e-13, 9.0e-8); + 3.0e-9, 9.0e-9, 2.1e-12, 9.0e-8); } @Test @@ -1073,7 +1073,7 @@ public class RuggedTest { public void testInverseLocationDerivativesWithAllCorrections() throws RuggedException, OrekitException { doTestInverseLocationDerivatives(2000, true, true, - 3.0e-10, 5.0e-10, 8.0e-13, 7.0e-8); + 3.0e-10, 5.0e-10, 2.0e-12, 7.0e-8); } private void doTestInverseLocationDerivatives(int dimension,