From ce75f5e9b438f29275be3d8b98230009d45c8977 Mon Sep 17 00:00:00 2001 From: Khalim Conn-Kowlessar Date: Sun, 30 Nov 2025 21:32:31 +0000 Subject: [PATCH] covering another heating system type --- backend/app/assumptions.py | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/app/assumptions.py b/backend/app/assumptions.py index 8edc03db..31acbe29 100644 --- a/backend/app/assumptions.py +++ b/backend/app/assumptions.py @@ -90,6 +90,7 @@ DESCRIPTIONS_TO_FUEL_TYPES = { "Oil range cooker, no cylinder thermostat": {"fuel": "Oil", "cop": 0.85}, "Air source heat pump, Warm air, electric": {"fuel": "Electricity", "cop": AVERAGE_ASHP_EFFICIENCY / 100}, "Boiler and underfloor heating, electric": {"fuel": "Electricity", "cop": 1}, + "Community scheme with CHP, mains gas": {"fuel": "Natural Gas", "cop": 0.85}, } # These are the measure types where if there is a ventilation recommendation, we force the inclusion of it