Skip to content

Commit

Permalink
Merge pull request #2306 from pleroy/Linux2
Browse files Browse the repository at this point in the history
More tolerances on Linux
pleroy authored Aug 25, 2019
2 parents d973d16 + cbf6d16 commit 0e5ea5e
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion astronomy/orbital_elements_test.cpp
Original file line number Diff line number Diff line change
@@ -208,7 +208,7 @@ TEST_F(OrbitalElementsTest, KeplerOrbit) {
EXPECT_THAT(elements.mean_eccentricity_interval().measure(),
Lt(1.1e-10));
EXPECT_THAT(elements.mean_inclination_interval().measure(),
Lt(0.67 * Micro(ArcSecond)));
Lt(0.78 * Micro(ArcSecond)));
EXPECT_THAT(elements.mean_longitude_of_ascending_node_interval().measure(),
Lt(2.1 * ArcMinute));
EXPECT_THAT(elements.mean_argument_of_periapsis_interval().measure(),
2 changes: 1 addition & 1 deletion astronomy/solar_system_dynamics_test.cpp
Original file line number Diff line number Diff line change
@@ -498,7 +498,7 @@ TEST_F(SolarSystemDynamicsTest, TenYearsFromJ2000) {
{SolarSystemFactory::Charon,
{/*separation_per_orbit=*/254.946459_⑴ * ArcSecond,
/*inclination_drift_per_orbit=*/0.000086_⑴ * ArcSecond,
/*longitude_of_ascending_node_drift_per_orbit=*/0.11318_⑴ * ArcSecond,
/*longitude_of_ascending_node_drift_per_orbit=*/0.1132_⑴ * ArcSecond,
/*argument_of_periapsis_drift_per_orbit=*/512.625_⑴ * ArcSecond}},
};

0 comments on commit 0e5ea5e

Please sign in to comment.