From 249f329b07d81d5fc5eac61468e809eb6d051724 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Sat, 12 Apr 2025 20:24:51 -0700 Subject: [PATCH] fix: Correct leaderboard bar colors and logic for accuracy --- aider/website/docs/leaderboards/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aider/website/docs/leaderboards/index.md b/aider/website/docs/leaderboards/index.md index 7a490cd5f..4c569f6c8 100644 --- a/aider/website/docs/leaderboards/index.md +++ b/aider/website/docs/leaderboards/index.md @@ -61,11 +61,11 @@ The model also has to successfully apply all its changes to the source file with {{ row.model }} -
+
{{ row.pass_rate_2 }}% -
+
{{ row.percent_cases_well_formed }}% {% assign cost_percent = row.total_cost | times: 100.0 | divided_by: max_cost %}