From a8baf688650daacef193ba10c20debf1aef7f6e1 Mon Sep 17 00:00:00 2001 From: dingbaorong Date: Thu, 28 Dec 2023 14:58:51 +0800 Subject: [PATCH] fix csv_to_html (#9802) --- python/llm/test/benchmark/csv_to_html.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/llm/test/benchmark/csv_to_html.py b/python/llm/test/benchmark/csv_to_html.py index 2ef69a7a..b38ffebc 100644 --- a/python/llm/test/benchmark/csv_to_html.py +++ b/python/llm/test/benchmark/csv_to_html.py @@ -119,7 +119,7 @@ def main(): latest_csv.to_html(daily_html) if args.baseline_path and not diffs_within_normal_range: - print("The diffs are outside the normal range: %" + highlight_threshold) + print("The diffs are outside the normal range: %" + str(highlight_threshold)) return 1 return 0