Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ccanel committed Feb 20, 2024
1 parent dbbabdb commit ca7154d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions unfair/scripts/eval.py
Original file line number Diff line number Diff line change
Expand Up @@ -1473,8 +1473,8 @@ def eval_multibottleneck(args, our_label, matched):
x_max=(
1.01
* max(
bneck_to_avg_maxmin_ratios_disabled[bneck],
bneck_to_avg_maxmin_ratios_enabled[bneck],
*bneck_to_avg_maxmin_ratios_disabled[bneck],
*bneck_to_avg_maxmin_ratios_enabled[bneck],
)
),
filename=f"bneck{bneck_idx}_maxmin_ratio.pdf",
Expand Down

0 comments on commit ca7154d

Please sign in to comment.