erased not needed print

This commit is contained in:
Pilar Monsalvete 2023-07-18 11:56:18 -04:00
parent f8ccdf7eeb
commit 89bfa33d1e

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)