From 56975d02a16202502b17fc2257295bef5719279a Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Wed, 14 Aug 2024 06:20:31 -0700 Subject: [PATCH] fix: Update path to edit_leaderboard.yml file --- benchmark/over_time.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/benchmark/over_time.py b/benchmark/over_time.py index 0ea641d64..1c20dc336 100644 --- a/benchmark/over_time.py +++ b/benchmark/over_time.py @@ -2,7 +2,7 @@ import matplotlib.pyplot as plt import yaml from imgcat import imgcat from matplotlib import rc - +from aider.dump import dump # noqa: 401 def plot_over_time(yaml_file): with open(yaml_file, "r") as file: @@ -57,4 +57,4 @@ def plot_over_time(yaml_file): # Example usage -plot_over_time("_data/edit_leaderboard.yml") +plot_over_time("aider/website/_data/edit_leaderboard.yml")