mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-08-02 12:58:30 +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> |
||
|---|---|---|
| .. | ||
| tests | ||
| __init__.py | ||
| epc.py | ||
| epc_codes.csv | ||
| epc_property_data.py | ||
| field_mappings.py | ||
| historic_epc.py | ||
| historic_epc_matching.py | ||
| mapper.py | ||