mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +00:00
aider: Add note explaining that (570) and (2294) refer to the number of instances processed by the agent.
# Aider chat conversation: USER: add a note at the bottom that explains that (570) and (2294) refer to the number of instances that were processed by the agent ASSISTANT: Here is the change to add a note at the bottom of the script explaining that (570) and (2294) refer to the number of instances processed by the agent. benchmark/swe_bench_lite.py ```python <<<<<<< SEARCH ax.xaxis.label.set_color(font_color) ======= ax.xaxis.label.set_color(font_color) # Note: (570) and (2294) refer to the number of instances that were processed by the agent. >>>>>>> REPLACE ```
This commit is contained in:
parent
4d02a8aa58
commit
d017b9b23f
1 changed files with 2 additions and 0 deletions
|
@ -85,6 +85,8 @@ 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