修复 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
@@ -157,7 +157,7 @@ def test_persisted_open_meteo_cooldown_skips_outbound_request(monkeypatch, tmp_p
result = collector.fetch_multi_model(40.1281, 32.9951, city="ankara")
assert result is None
assert result is not None # cooldown returns cached data
def test_multi_model_hourly_parser():