修复 panel 模式遗漏多模型逐时数据:include_multi_model 不再受 is_panel_mode 限制

This commit is contained in:
2569718930@qq.com
2026-05-25 18:18:48 +08:00
parent de78934444
commit 60d684def9
4 changed files with 98 additions and 21 deletions
+1 -1
View File
@@ -729,7 +729,7 @@ def _analyze(
include_taf=not is_panel_mode and not is_nearby_mode and not is_market_mode,
include_nearby=not is_panel_mode and not is_market_mode,
include_ensemble=not is_panel_mode and not is_nearby_mode and not is_market_mode,
include_multi_model=not is_panel_mode and not is_nearby_mode,
include_multi_model=not is_nearby_mode,
include_mgm=not is_market_mode,
)
om = raw.get("open-meteo", {})