diff --git a/applications/modelling_e2e/handler.py b/applications/modelling_e2e/handler.py index d45951e3..2a02d8b2 100644 --- a/applications/modelling_e2e/handler.py +++ b/applications/modelling_e2e/handler.py @@ -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(