[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orekit Users] Test failure



I am a newbie to OREkit.  I ran tests and go a "near-miss" failure.  I resolved by relaxing precision.  How do I know if I am OK?



OrbitDeterminationTest.testW3B:384 expected:<0.687998> but was:<0.6880143632396981>

found this line:  Assert.assertEquals(0.687998, covariances.getEntry(6, 6), 1.0e-5);


Is the problem that acceptance criterion too tight?  Why?