mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
Handle limited insulation case
This commit is contained in:
parent
2a2fd4fe3a
commit
70a2284a75
1 changed files with 2 additions and 0 deletions
|
|
@ -55,6 +55,8 @@ def handler():
|
|||
def search_description_options(desc):
|
||||
if desc == "insulated":
|
||||
return "average"
|
||||
if desc == "limited":
|
||||
return "below average"
|
||||
raise Exception("Handle me")
|
||||
|
||||
def find_insulation_thickness(description_lower, is_pitched, is_roof_room, is_flat):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue