fix: align gaussian probability with local forecast date

This commit is contained in:
2569718930@qq.com
2026-05-28 09:44:42 +08:00
parent 2e6349cbc6
commit fb4a9d7e09
4 changed files with 53 additions and 0 deletions
+1
View File
@@ -737,6 +737,7 @@ def _analyze(
mm_hourly = _weather.fetch_multi_model(lat, lon, city=city, use_fahrenheit=is_f)
if mm_hourly and mm_hourly.get("hourly_times"):
mm = {**mm, **mm_hourly}
raw["multi_model"] = mm
risk = CITY_RISK_PROFILES.get(city, {})
network_snapshot = (
build_country_network_snapshot(city, raw)