erased non used variables

This commit is contained in:
Pilar Monsalvete 2023-05-02 14:48:51 -04:00
parent 27549e784d
commit d4029aee10

View File

@ -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 = []