cleanup --stats output

This commit is contained in:
Paul Gauthier 2023-06-25 08:42:06 -07:00
parent fad464a987
commit 5b57024c84

View file

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