erased a print
This commit is contained in:
parent
e3acabeb74
commit
07a925b46b
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user