mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-21 21:04:59 +00:00
cleanup --stats output
This commit is contained in:
parent
fad464a987
commit
5b57024c84
1 changed files with 6 additions and 4 deletions
|
@ -134,6 +134,7 @@ def main():
|
|||
)
|
||||
all_results = run_test_threaded.gather(tqdm=True)
|
||||
|
||||
if not args.stats_only:
|
||||
print()
|
||||
print()
|
||||
print()
|
||||
|
@ -186,6 +187,7 @@ def summarize_results(all_results, total_tests=None):
|
|||
|
||||
|
||||
def run_test(testdir, model_name, edit_format, retries, no_test, verbose, stats_only):
|
||||
if not stats_only:
|
||||
dump(testdir)
|
||||
|
||||
if not os.path.isdir(testdir):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue