From ac4742d2c47ffd5595237e426038e8e1d4a0ad8c Mon Sep 17 00:00:00 2001 From: Saeed Ranjbar Date: Thu, 1 Feb 2024 12:24:15 -0500 Subject: [PATCH] A new attribute "dual_supply_capability" is added to NonPVGeneration class in non_pv_generation_system.py and the catalogue importer is adjusted --- .../energy_systems/montreal_custom_catalog.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/hub/catalog_factories/energy_systems/montreal_custom_catalog.py b/hub/catalog_factories/energy_systems/montreal_custom_catalog.py index 0c0abb88..1c6bdba5 100644 --- a/hub/catalog_factories/energy_systems/montreal_custom_catalog.py +++ b/hub/catalog_factories/energy_systems/montreal_custom_catalog.py @@ -84,8 +84,9 @@ class MontrealCustomCatalog(Catalog): heat_efficiency=heating_efficiency, cooling_efficiency=cooling_efficiency, electricity_efficiency=electricity_efficiency, - energy_storage_systems=storage_systems - ) + energy_storage_systems=storage_systems, + dual_supply_capability=False + ) _equipments.append(generation_system) return _equipments