Skip to content

Commit

Permalink
removed score discount code path
Browse files Browse the repository at this point in the history
  • Loading branch information
harisang committed Oct 18, 2023
1 parent 2290bf7 commit 4287589
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/monitoring_tests/cost_coverage_per_solver_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ def cost_coverage(self, competition_data: dict[str, Any], gas_cost: float) -> bo
second_best_sol = competition_data["solutions"][-2]
if "score" in second_best_sol:
ref_score_str = second_best_sol["score"]
elif "scoreDiscounted" in second_best_sol:
ref_score_str = second_best_sol["scoreDiscounted"]
elif "scoreProtocolWithSolverRisk" in second_best_sol:
ref_score_str = second_best_sol["scoreProtocolWithSolverRisk"]
else:
Expand Down

0 comments on commit 4287589

Please sign in to comment.