mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 18:25:00 +00:00
copy
This commit is contained in:
parent
676b644df4
commit
2c6b472946
3 changed files with 127 additions and 129 deletions
|
@ -86,7 +86,7 @@ def plot_swe_bench_lite(data_file):
|
|||
)
|
||||
plt.figtext(
|
||||
0.5,
|
||||
0.025,
|
||||
0.05,
|
||||
note,
|
||||
wrap=True,
|
||||
horizontalalignment="center",
|
||||
|
@ -102,8 +102,6 @@ def plot_swe_bench_lite(data_file):
|
|||
imgcat(fig)
|
||||
ax.xaxis.label.set_color(font_color)
|
||||
|
||||
# Note: (570) and (2294) refer to the number of instances that were processed by the agent.
|
||||
|
||||
|
||||
fname = sys.argv[1]
|
||||
plot_swe_bench_lite(fname)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue