Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions astronomy/orbit_analysis_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -688,11 +688,6 @@ TEST_F(OrbitAnalysisTest, TOPEXPoséidon) {
elements.PlotEccentricityVector(
200, 150, Opaque(xkcd::black), xkcd::white, xkcd::cornflower),
"topex_poséidon_eccentricity_vector");
#else
EXPECT_GOLDEN_GRAPH(
elements.PlotEccentricityVector(
200, 150, Opaque(xkcd::black), xkcd::white, xkcd::cornflower),
"topex_poséidon_eccentricity_vector_linux");
#endif

// Nominal longitude of the equatorial crossing of the first ascending pass
Expand Down
Binary file not shown.
16 changes: 0 additions & 16 deletions astronomy/лидов_古在_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -196,14 +196,6 @@ TEST_F(Лидов古在Test, MercuryOrbiter) {
/*background=*/Opaque(xkcd::black),
/*line_colour=*/xkcd::lavender),
"mercury_orbiter_i");
#else
EXPECT_GOLDEN_GRAPH(
elements.PlotTimeSeries(&OrbitalElements::ClassicalElements::inclination,
/*width=*/200,
/*height=*/50,
/*background=*/Opaque(xkcd::black),
/*line_colour=*/xkcd::lavender),
"mercury_orbiter_i_linux");
#endif
EXPECT_GOLDEN_GRAPH(
elements.PlotTimeSeries(
Expand Down Expand Up @@ -235,14 +227,6 @@ TEST_F(Лидов古在Test, MercuryOrbiter) {
/*background=*/Opaque(xkcd::black),
/*line_colour=*/xkcd::sunflower),
"mercury_orbiter_a");
#else
EXPECT_GOLDEN_GRAPH(elements.PlotTimeSeries(
&OrbitalElements::ClassicalElements::semimajor_axis,
/*width=*/200,
/*height=*/50,
/*background=*/Opaque(xkcd::black),
/*line_colour=*/xkcd::sunflower),
"mercury_orbiter_a_linux");
#endif

// The integral c₁ is preserved quite well: we have an exchange between
Expand Down
Binary file not shown.
Binary file not shown.
Loading