Skip to content

Commit

Permalink
Fix line length in compute_probability_of_improvement.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestum committed Oct 23, 2023
1 parent e7380bf commit c6a5910
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions benchmarking/compute_probability_of_improvement.py
Original file line number Diff line number Diff line change
Expand Up @@ -283,8 +283,8 @@ def main():
)

print(
f"Comparison based on {probability_of_improvement_result.n_samples} samples per "
f"environment for {algo_str} and "
f"Comparison based on {probability_of_improvement_result.n_samples} samples "
f"per environment for {algo_str} and "
f"{probability_of_improvement_result.n_baseline_samples} samples per "
f"environment for {baseline_algo_str}.",
)
Expand Down

0 comments on commit c6a5910

Please sign in to comment.