mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
removed exposed floor insulation
This commit is contained in:
parent
b04cf15ad2
commit
fffdaa0392
1 changed files with 0 additions and 7 deletions
|
|
@ -64,13 +64,6 @@ class FloorRecommendations(Definitions):
|
|||
]
|
||||
]
|
||||
|
||||
self.exposed_floor_insulation_materials = [
|
||||
part for part in materials if part["type"] == "exposed_floor_insulation"
|
||||
]
|
||||
|
||||
# TODO: To be completed
|
||||
self.exposed_floor_non_insulation_materials = []
|
||||
|
||||
def recommend(self, phase=0, measures=None):
|
||||
|
||||
measures = MEASURE_MAP["floor_insulation"] if measures is None else measures
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue