minor, need to estimate building age

This commit is contained in:
Khalim Conn-Kowlessar 2023-06-20 18:41:19 +01:00
parent 4f83c85077
commit 4a67e7f222
2 changed files with 2 additions and 1 deletions

View file

@ -124,4 +124,4 @@ def handler():
# Internal wall insulation
from model_data.recommendations.WallRecommendations import WallRecommendations
self = WallRecommendations(property_instance=input_properties[0])
self = WallRecommendations(property_instance=input_properties[1])

View file

@ -144,6 +144,7 @@ class WallRecommendations:
u_value = self.property.walls["thermal_transmittance"]
is_cavity_wall = self.property.walls["is_cavity_wall"]
is_solid_brick = self.property.walls["is_solid_brick"]
if u_value:
if self.property.walls["thermal_transmittance_unit"] != self.U_VALUE_UNIT: