Skip to content

Commit

Permalink
mark TRAPPIST-1 optimization secular
Browse files Browse the repository at this point in the history
  • Loading branch information
eggrobin committed Aug 26, 2019
1 parent 8e2d151 commit 05ff2f8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion astronomy/trappist_dynamics_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1310,7 +1310,7 @@ TEST_F(TrappistDynamicsTest, PlanetBPlanetDAlignment) {
}
#endif

TEST_F(TrappistDynamicsTest, DISABLED_Optimization) {
TEST_F(TrappistDynamicsTest, DISABLED_SECULAR_Optimization) {
auto const gravity_model_message = ParseGravityModel(
SOLUTION_DIR / "astronomy" / "trappist_gravity_model.proto.txt");
auto const preoptimization_initial_state_message = ParseInitialState(
Expand Down
10 changes: 5 additions & 5 deletions build_for_benchmarking.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ $ErrorActionPreference = "Stop"

$msbuild = &".\find_msbuild.ps1"

&$msbuild `
"/t:benchmarks;Scripts\benchmark_automation" `
/m `
/property:Configuration=Release `
/property:Platform=x64 `
&$msbuild `
"/t:Build" `
/m `
/property:Configuration=Release `
/property:Platform=x64 `
Principia.sln

if (!$?) {
Expand Down

0 comments on commit 05ff2f8

Please sign in to comment.