mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +00:00
use underscores in graph fnames
This commit is contained in:
parent
0120d434ff
commit
38ac9de678
3 changed files with 1 additions and 1 deletions
Before Width: | Height: | Size: 50 KiB After Width: | Height: | Size: 50 KiB |
Before Width: | Height: | Size: 56 KiB After Width: | Height: | Size: 56 KiB |
|
@ -96,7 +96,7 @@ def plot_swe_bench_lite(data_file):
|
|||
|
||||
plt.tight_layout(pad=3.0)
|
||||
|
||||
out_fname = Path(data_file)
|
||||
out_fname = Path(data_file.replace("-", "_"))
|
||||
plt.savefig(out_fname.with_suffix(".jpg").name)
|
||||
plt.savefig(out_fname.with_suffix(".svg").name)
|
||||
imgcat(fig)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue