From ca7154de8daba5f33087d6243738c5d0607720ea Mon Sep 17 00:00:00 2001 From: Christopher Canel Date: Tue, 20 Feb 2024 03:24:36 +0000 Subject: [PATCH] Fix --- unfair/scripts/eval.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/unfair/scripts/eval.py b/unfair/scripts/eval.py index 58b3202..36b3188 100755 --- a/unfair/scripts/eval.py +++ b/unfair/scripts/eval.py @@ -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",