bias correction 新增 BIAS_PRE 日志排查条件入口

This commit is contained in:
2569718930@qq.com
2026-05-25 03:24:22 +08:00
parent 89497bdf69
commit d7903f4387
+4
View File
@@ -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