bias correction 新增 BIAS_PRE 日志排查条件入口
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user