Skip to content

Commit e5a0ffd

Browse files
committed
20250814154600
1 parent 44bbaf6 commit e5a0ffd

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

  • aws/lambda/pytorch-auto-revert/pytorch_auto_revert/testers

aws/lambda/pytorch-auto-revert/pytorch_auto_revert/testers/autorevert.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -302,12 +302,16 @@ def autorevert_checker(
302302

303303
if verbose:
304304
print()
305-
print("*********************************************************************")
305+
print(
306+
"*********************************************************************"
307+
)
306308
print("STATS SUMMARY:")
307309
print(f" PRECISION: {stats_precision * 100:.1f}%")
308310
print(f" RECALL: {stats_recall * 100:.1f}%")
309311
print(f" F1: {stats_f1 * 100:.1f}%")
310-
print("*********************************************************************")
312+
print(
313+
"*********************************************************************"
314+
)
311315
print()
312316

313317
workflow_statistics = defaultdict(

0 commit comments

Comments
 (0)