mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +00:00
fix: Update path to edit_leaderboard.yml file
This commit is contained in:
parent
9d283b849d
commit
56975d02a1
1 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue