From 6d75a10c8bd003961a3ad8bb69f3553755014776 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Thu, 23 May 2024 10:01:12 -0700 Subject: [PATCH] Changed font weight to "light" for model "Aider" in plot_swe_bench_lite. --- benchmark/swe_bench_lite.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmark/swe_bench_lite.py b/benchmark/swe_bench_lite.py index a7a0f77eb..dec87492c 100644 --- a/benchmark/swe_bench_lite.py +++ b/benchmark/swe_bench_lite.py @@ -42,7 +42,7 @@ def plot_swe_bench_lite(data_file): yval = bar.get_height() y = yval + 0.75 if "Aider" in model else yval - 1.25 va = "bottom" if "Aider" in model else "top" - fontweight = "bold" if "Aider" in model else "normal" + fontweight = "bold" if "Aider" in model else "light" ax.text( bar.get_x() + bar.get_width() / 2,