Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mockingbirdnest/Principia
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d973d1696a60
Choose a base ref
...
head repository: mockingbirdnest/Principia
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0e5ea5e5b6bf
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Aug 25, 2019

  1. More tolerances on Linux.

    pleroy committed Aug 25, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    cbf6d16 View commit details
  2. Merge pull request #2306 from pleroy/Linux2

    More tolerances on Linux
    pleroy authored Aug 25, 2019
    Copy the full SHA
    0e5ea5e View commit details
Showing with 2 additions and 2 deletions.
  1. +1 −1 astronomy/orbital_elements_test.cpp
  2. +1 −1 astronomy/solar_system_dynamics_test.cpp
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}},
};