[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Orekit Users] Test failure
Dear Colleagues,
I encountered the same failure when I compiled Orekit 9.2. As Walter Grossmann
suggested, I relaxed the tolerance in the assertion in
OrbitDeterminationTest.java line 384
// drag coefficient variance
// Assert.assertEquals(0.687998, covariances.getEntry(6, 6), 1.0e-5);
Assert.assertEquals(0.687998, covariances.getEntry(6, 6), 1.0e-4); // BU
relaxed this to help it pass the test
Best regards,
Bogdan
- - - - - - - - - - - - - - -
My machine configuration is:
Intel64 Family 6 Model 62 Stepping 4
Intel(R) Core(TM) i7-4820K CPU @ 3.70GHz
Number of cores: 4
OS Name: Microsoft Windows 10 Pro
OS Version: 10.0.17134 N/A Build 17134
OS Manufacturer: Microsoft Corporation
OS Configuration: Standalone Workstation
Java version "1.8.0_172"
Java(TM) SE Runtime Environment (build 1.8.0_172-b11)
Java HotSpot(TM) 64-Bit Server VM (build 25.172-b11, mixed mode)