mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
allow roof_insulation in create_recommendation_scoring_data
This commit is contained in:
parent
193e013764
commit
9346b82c2e
1 changed files with 1 additions and 1 deletions
|
|
@ -201,7 +201,7 @@ def create_recommendation_scoring_data(
|
|||
scoring_dict["NUMBER_OPEN_FIREPLACES_ENDING"] = 0
|
||||
|
||||
if recommendation["type"] not in [
|
||||
"wall_insulation", "floor_insulation", "mechanical_ventilation", "sealing_open_fireplace"
|
||||
"wall_insulation", "floor_insulation", "roof_insulation", "mechanical_ventilation", "sealing_open_fireplace",
|
||||
]:
|
||||
raise NotImplementedError("Implement me")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue