From c49e1f60a277baa3d3df6dd845b14edc0ee77679 Mon Sep 17 00:00:00 2001 From: Daniel Roth Date: Tue, 23 Jun 2026 10:36:27 +0000 Subject: [PATCH] dont consider system tune up recommendations - causes error --- applications/modelling_e2e/handler.py | 2 ++ 1 file changed, 2 insertions(+) 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(