Skip to content
Snippets Groups Projects
Commit c153976c authored by Luc Maisonobe's avatar Luc Maisonobe
Browse files

Relaxed too small test tolerance.

parent 01f3505b
No related branches found
No related tags found
No related merge requests found
Pipeline #1451 passed
......@@ -78,7 +78,7 @@ public class RoughVisibilityEstimatorTest {
Assert.assertEquals(0.0,
new AbsoluteDate("2012-01-01T03:47:08.814121623",
TimeScalesFactory.getUTC()).durationFrom(d),
1.0e-9);
1.0e-8);
}
......@@ -102,7 +102,7 @@ public class RoughVisibilityEstimatorTest {
Assert.assertEquals(0.0,
new AbsoluteDate("2012-01-01T01:02:39.122526662",
TimeScalesFactory.getUTC()).durationFrom(d),
1.0e-9);
1.0e-8);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment