From 83500543ca5e3298fb9d8595c75ee24efd6a5cf1 Mon Sep 17 00:00:00 2001 From: Khalim Conn-Kowlessar Date: Thu, 7 Sep 2023 16:16:23 +0300 Subject: [PATCH] debugging RoofAttributes --- model_data/epc_attributes/RoofAttributes.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/model_data/epc_attributes/RoofAttributes.py b/model_data/epc_attributes/RoofAttributes.py index 7f12fe7c..9125b252 100644 --- a/model_data/epc_attributes/RoofAttributes.py +++ b/model_data/epc_attributes/RoofAttributes.py @@ -10,8 +10,7 @@ class RoofAttributes(Definitions): WELSH_TEXT = { "ar oleddf, dim inswleiddio": "pitched, no insulation", - "ar oleddf, 150 mm o inswleiddio yn y llofft": "pitched, 150 mm loft insulation", - "ar oleddf, 300 mm o inswleiddio yn y llofft": "pitched, 300 mm loft insulation" + "(annedd arall uwchben)": "(another dwelling above)" } def __init__(self, description: str):