mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
Get building part roof insulation information from Roof Space section 🟥
This commit is contained in:
parent
5fb2f421dd
commit
b9bb580ebd
2 changed files with 6 additions and 0 deletions
|
|
@ -194,6 +194,8 @@ class TestPdfToEpcPropertyData:
|
|||
),
|
||||
],
|
||||
wall_thickness_mm=310,
|
||||
roof_insulation_location="Joists",
|
||||
roof_insulation_thickness=100,
|
||||
),
|
||||
SapBuildingPart(
|
||||
identifier="extension_1",
|
||||
|
|
@ -212,6 +214,8 @@ class TestPdfToEpcPropertyData:
|
|||
),
|
||||
],
|
||||
wall_thickness_mm=310,
|
||||
roof_insulation_location="Sloping ceiling insulation",
|
||||
roof_insulation_thickness="As built",
|
||||
),
|
||||
],
|
||||
solar_water_heating=False,
|
||||
|
|
|
|||
|
|
@ -475,6 +475,8 @@ class TestFromSiteNotesExample1:
|
|||
),
|
||||
],
|
||||
wall_thickness_mm=280,
|
||||
roof_insulation_location="Joists",
|
||||
roof_insulation_thickness=100,
|
||||
)
|
||||
],
|
||||
solar_water_heating=False,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue