From fffdaa0392c56e703cfbd11833afba992f123253 Mon Sep 17 00:00:00 2001 From: Khalim Conn-Kowlessar Date: Thu, 5 Sep 2024 13:46:57 +0100 Subject: [PATCH] removed exposed floor insulation --- recommendations/FloorRecommendations.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/recommendations/FloorRecommendations.py b/recommendations/FloorRecommendations.py index 0e6c46ad..a1f63f96 100644 --- a/recommendations/FloorRecommendations.py +++ b/recommendations/FloorRecommendations.py @@ -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