Bug fixing in associate energy systems

This commit is contained in:
Guille Gutierrez 2023-06-13 12:48:46 -04:00
parent d11c67615c
commit fbdd4e369e

View File

@ -15,6 +15,7 @@ class MontrealSystemToHubEnergyGenerationSystem:
def __init__(self):
self._dictionary = {
'Unitary air conditioner with baseboard heater fuel fired boiler': cte.BOILER,
'Unitary air conditioner with baseboard heater electrical boiler': cte.BOILER,
'4 pipe fan coils with fuel fired boiler': cte.BOILER,
'4 pipe fan coils with electrical resistance water boiler': cte.BOILER,
'Single zone packaged rooftop unit with fuel-fired furnace and baseboards and fuel boiler for acs': cte.BOILER,