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: a02605a16917
Choose a base ref
...
head repository: mockingbirdnest/Principia
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 48db68cee859
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Aug 10, 2019

  1. Ifdef out slow tests.

    pleroy committed Aug 10, 2019
    Copy the full SHA
    610211c View commit details
  2. Merge pull request #2273 from pleroy/SlowTests

    Ifdef out slow tests
    pleroy authored Aug 10, 2019
    Copy the full SHA
    48db68c View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 astronomy/orbital_elements_test.cpp
4 changes: 2 additions & 2 deletions astronomy/orbital_elements_test.cpp
Original file line number Diff line number Diff line change
@@ -149,6 +149,8 @@ class OrbitalElementsTest : public ::testing::Test {
}
};

#if !defined(_DEBUG)

TEST_F(OrbitalElementsTest, KeplerOrbit) {
// The satellite is under the influence of an isotropic Earth and no third
// bodies.
@@ -341,8 +343,6 @@ TEST_F(OrbitalElementsTest, J2Perturbation) {
elements.mean_equinoctial_elements());
}

#if !defined(_DEBUG)

TEST_F(OrbitalElementsTest, RealPerturbation) {
SolarSystem<ICRS> solar_system(
SOLUTION_DIR / "astronomy" / "sol_gravity_model.proto.txt",