Skip to content

Commit

Permalink
Update plot_rho_physics_benchmark.C
Browse files Browse the repository at this point in the history
Second attempt at failure status
  • Loading branch information
zsweger authored May 12, 2024
1 parent e9c1e49 commit d77a9dc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions benchmarks/u_rho/macros/plot_rho_physics_benchmark.C
Original file line number Diff line number Diff line change
Expand Up @@ -731,8 +731,7 @@ void plot_rho_physics_benchmark(TString filename="./benchmark_output/plot_combin
TString figure6name = figure_directory+"/benchmark_rho_recoquality.pdf";
c6->Print(figure6name);

double rhorecoeff = thiseff/100.0;
rhorecoeff = rhorecoeff/5.0;//Test benchmark status failure
double rhorecoeff = thiseff/500.0;
setbenchstatus(rhorecoeff);

}

0 comments on commit d77a9dc

Please sign in to comment.