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> |
||
|---|---|---|
| .. | ||
| domain | ||
| loaders | ||
| schema | ||
| search | ||
| surveys | ||
| __init__.py | ||
| construction_age_band.py | ||
| efficiency.py | ||
| floor.py | ||
| fuel.py | ||
| heating_controls.py | ||
| hotwater.py | ||
| main_heating.py | ||
| property_type_built_form.py | ||
| roof.py | ||
| walls.py | ||
| windows.py | ||