mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-30 13:10:47 +00:00
dont consider system tune up recommendations - causes error
This commit is contained in:
parent
0a3b827be2
commit
c49e1f60a2
1 changed files with 2 additions and 0 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue