From d7903f438771157e7c14c08c89c00b26c165a765 Mon Sep 17 00:00:00 2001 From: "2569718930@qq.com" <2569718930@qq.com> Date: Mon, 25 May 2026 03:24:22 +0800 Subject: [PATCH] =?UTF-8?q?bias=20correction=20=E6=96=B0=E5=A2=9E=20BIAS?= =?UTF-8?q?=5FPRE=20=E6=97=A5=E5=BF=97=E6=8E=92=E6=9F=A5=E6=9D=A1=E4=BB=B6?= =?UTF-8?q?=E5=85=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/analysis_service.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/web/analysis_service.py b/web/analysis_service.py index 4033d051..8ef4a7c4 100644 --- a/web/analysis_service.py +++ b/web/analysis_service.py @@ -1511,6 +1511,10 @@ def _analyze( peak_first = int(first_peak_h or 14) peak_last_h = int(last_peak_h or 17) + logger.info( + "BIAS_PRE city={} deb_val={} _current_temp={} _local_hour={} _max_so_far={}", + city, deb_val, _current_temp, _local_hour, _max_so_far, + ) if ( deb_val is not None and _current_temp is not None