erased a print

This commit is contained in:
Pilar 2022-06-08 17:22:17 -04:00
parent e3acabeb74
commit 07a925b46b

View File

@ -455,7 +455,6 @@ class Idf:
construction_name = f'{boundary.construction_name}_{boundary.vegetation.name}' construction_name = f'{boundary.construction_name}_{boundary.vegetation.name}'
else: else:
construction_name = boundary.construction_name construction_name = boundary.construction_name
print(outside_boundary_condition, sun_exposure, wind_exposure)
surface = self._idf.newidfobject(self._SURFACE, Name=f'{boundary.parent_surface.name}', surface = self._idf.newidfobject(self._SURFACE, Name=f'{boundary.parent_surface.name}',
Surface_Type=idf_surface_type, Surface_Type=idf_surface_type,
Zone_Name=thermal_zone.id, Zone_Name=thermal_zone.id,