mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 16:54:59 +00:00
Update model names to remove parentheses and extra whitespace in benchmark plot.
This commit is contained in:
parent
445c73267a
commit
c8d2649bb8
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ def plot_over_time(yaml_file):
|
||||||
if 'released' in entry and 'pass_rate_2' in entry:
|
if 'released' in entry and 'pass_rate_2' in entry:
|
||||||
dates.append(entry['released'])
|
dates.append(entry['released'])
|
||||||
pass_rates.append(entry['pass_rate_2'])
|
pass_rates.append(entry['pass_rate_2'])
|
||||||
models.append(entry['model'])
|
models.append(entry['model'].split('(')[0].strip())
|
||||||
|
|
||||||
plt.rcParams["hatch.linewidth"] = 0.5
|
plt.rcParams["hatch.linewidth"] = 0.5
|
||||||
plt.rcParams["hatch.color"] = "#444444"
|
plt.rcParams["hatch.color"] = "#444444"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue