mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-07-12 13:29:04 +00:00
ND loft roof on a pre-1950 dwelling gets loft insulation 🟩
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
989cd61574
commit
1d13dee38e
1 changed files with 3 additions and 1 deletions
|
|
@ -130,7 +130,9 @@ def recommend_roof_insulation(
|
|||
if "no access" in roof_type:
|
||||
return None # the roof void can't be reached to insulate it
|
||||
|
||||
if main.roof_insulation_thickness != _ROOF_UNINSULATED_MM:
|
||||
if not _pitched_roof_is_uninsulated(
|
||||
main.roof_insulation_thickness, main.construction_age_band
|
||||
):
|
||||
return None
|
||||
return _roof_recommendation(
|
||||
epc,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue