dont consider system tune up recommendations - causes error

This commit is contained in:
Daniel Roth 2026-06-23 10:36:27 +00:00
parent 0a3b827be2
commit c49e1f60a2

View file

@ -284,10 +284,12 @@ def handler(body: dict[str, Any], context: Any) -> None:
# secondary_heating_removal is absent from the live material.type
# enum; exclude unconditionally until the catalogue gap is resolved.
# system_tune_up and system_tune_up_zoned have no active product.
considered: Optional[frozenset[MeasureType]] = (
frozenset(MeasureType)
- {MeasureType.SECONDARY_HEATING_REMOVAL}
- {MeasureType.SYSTEM_TUNE_UP_ZONED}
- {MeasureType.SYSTEM_TUNE_UP}
)
plan = run_modelling(