From d4029aee10d26f5e3c7c6f9bcbc65c0dfdd086a4 Mon Sep 17 00:00:00 2001 From: p_monsalvete Date: Tue, 2 May 2023 14:48:51 -0400 Subject: [PATCH] erased non used variables --- hub/city_model_structure/building.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/hub/city_model_structure/building.py b/hub/city_model_structure/building.py index 97582a7c..5e82efdf 100644 --- a/hub/city_model_structure/building.py +++ b/hub/city_model_structure/building.py @@ -47,8 +47,6 @@ class Building(CityObject): self._lighting_electrical_demand = dict() self._appliances_electrical_demand = dict() self._domestic_hot_water_heat_demand = dict() - self._heating_peak_load = dict() - self._cooling_peak_load = dict() self._eave_height = None self._grounds = [] self._roofs = []