From 5672083d179a903e23f996fb0819d4aeb8243679 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B7=B4=E6=8B=89=28BaLa=29?= <65432935+Da-233@users.noreply.github.com> Date: Fri, 17 Apr 2026 22:23:54 +0800 Subject: [PATCH] Add comment to print statement for clarity --- FID.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FID.py b/FID.py index d2ba033..a89ba0f 100644 --- a/FID.py +++ b/FID.py @@ -156,4 +156,4 @@ class EvalConfig: with open(history_file, "w", encoding="utf-8") as jf: json.dump(history, jf, indent=4, ensure_ascii=False) -print(f"📊 实验结果已追加至: {history_file} (当前累计 {len(history)} 条记录)") \ No newline at end of file +print(f"📊 实验结果已追加至: {history_file} (当前累计 {len(history)} 条记录)") #经典的输出