From 4a0507602bd3b37c22cd0686c3355e5544efc90a Mon Sep 17 00:00:00 2001 From: BoYanZh Date: Thu, 19 Jun 2025 11:15:44 -0400 Subject: [PATCH] chore: better penalty msg --- joint_teapot/utils/joj3.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/joint_teapot/utils/joj3.py b/joint_teapot/utils/joj3.py index f31e7a9..c315441 100644 --- a/joint_teapot/utils/joj3.py +++ b/joint_teapot/utils/joj3.py @@ -236,7 +236,9 @@ def generate_title_and_comment( "[Joint-Teapot](https://github.com/BoYanZh/Joint-Teapot) with ❤️.\n" ) if penalty_factor != 1.0: - comment += f"Note: The total score is multiplied by a penalty factor of {penalty_factor}.\n" + comment += ( + f"## Total Score Penalty Warning\nThe total score is multiplied by 0.75.\n" + ) for stage in stages: if all( result["score"] == 0 and result["comment"].strip() == ""