mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-07-27 23:35:01 +00:00
roof_construction_type was left None in from_site_notes, so the calculator's "flat"/"sloping ceiling" substring routing in heat_transmission couldn't detect flat roofs and every roof (flat or pitched) fell through the pitched default. country_code was never set on this path either, so the England/Wales/Scotland/NI U-value cascade (u_floor, u_basement_floor, u_door) had no country to key off. Sets roof_construction_type from the surveyed roof_space construction_type (main building + extensions), and country_code="ENG" for this all-English cohort, matching the existing from_elmhurst_site_notes path. Fixes #1566 Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| epc | ||
| __init__.py | ||
| address_match.py | ||
| datatypes.py | ||
| enums.py | ||