From ceb003ec7a82b954c3c8b5f43292a4726b042e1e Mon Sep 17 00:00:00 2001 From: Khalim Conn-Kowlessar Date: Mon, 30 Sep 2024 11:02:32 +0100 Subject: [PATCH] debugging epc descriptions --- etl/epc_clean/epc_attributes/MainheatAttributes.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/etl/epc_clean/epc_attributes/MainheatAttributes.py b/etl/epc_clean/epc_attributes/MainheatAttributes.py index ea61c3b4..52dc1bc7 100644 --- a/etl/epc_clean/epc_attributes/MainheatAttributes.py +++ b/etl/epc_clean/epc_attributes/MainheatAttributes.py @@ -166,6 +166,11 @@ class MainHeatAttributes(Definitions): self.is_edge_case = True return + if self.description == ', mains gas': + self.edge_case_result['has_mains_gas'] = True + self.is_edge_case = True + return + if self.description == 'community, community': self.edge_case_result['has_community_scheme'] = True self.is_edge_case = True