mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
add thermal transmittance unit as boolean flag to signify walls from new builds - assuming only new builds have this description
This commit is contained in:
parent
a3609ee055
commit
d51eeec58d
1 changed files with 2 additions and 2 deletions
|
|
@ -559,9 +559,9 @@ class TrainingDataset(BaseDataset):
|
|||
"walls": [
|
||||
# We need to cleaned descriptions for pulling out u-values
|
||||
"original_description",
|
||||
"thermal_transmittance_unit",
|
||||
# "thermal_transmittance_unit",
|
||||
"original_description_ending",
|
||||
"thermal_transmittance_unit_ending",
|
||||
# "thermal_transmittance_unit_ending",
|
||||
"is_cavity_wall_ending",
|
||||
"is_solid_brick_ending",
|
||||
"is_system_built_ending",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue