From 26951d24583ed6b8282647042ccfffff845a376f Mon Sep 17 00:00:00 2001 From: guille Date: Mon, 27 Mar 2023 11:40:39 -0400 Subject: [PATCH] Remove un used variable --- hub/exports/building_energy/idf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/hub/exports/building_energy/idf.py b/hub/exports/building_energy/idf.py index a2f3ae0d..88cdacaa 100644 --- a/hub/exports/building_energy/idf.py +++ b/hub/exports/building_energy/idf.py @@ -365,7 +365,6 @@ class Idf: def _add_appliances(self, thermal_zone, zone_name): fuel_type = 'Electricity' fraction_radiant = thermal_zone.appliances.radiative_fraction - fraction_convective = thermal_zone.appliances.convective_fraction fraction_latent = 0 method = 'Watts/Area' factor_size = thermal_zone.total_floor_area / thermal_zone.footprint_area