This commit is contained in:
Paul Gauthier 2024-05-31 11:28:38 -07:00
parent 676b644df4
commit 2c6b472946
3 changed files with 127 additions and 129 deletions

View file

@ -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)