Merge pull request 'erased not needed print' (#35) from erased_print_in_meb into main

Reviewed-on: https://nextgenerations-cities.encs.concordia.ca/gitea/CERC/hub/pulls/35
This commit is contained in:
Guille Gutierrez 2023-07-18 12:29:58 -04:00
commit 1a8dbe7f87

View File

@ -222,7 +222,6 @@ class InselMonthlyEnergyBalance:
parameters.append(0.0)
parameters.append(0.0)
else:
print(window_area, thermal_boundary.thermal_openings)
thermal_opening = thermal_boundary.thermal_openings[0]
parameters.append(thermal_opening.frame_ratio)
parameters.append(thermal_opening.overall_u_value)