Skip to content

Commit

Permalink
run black format
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiarongx-Xie committed Feb 9, 2024
1 parent 3ba35c5 commit f883b71
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions rct229/rulesets/ashrae9012019/section5/section5rule37.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,6 @@ def is_tolerance_fail(self, context, calc_vals=None, data=None):
TOTAL_AIR_LEAKAGE_COEFF * target_air_leakage_rate_75pa_p,
)
and empty_measured_air_leakage_rate_flow_flag == False
and
building_total_air_leakage_rate ==
TOTAL_AIR_LEAKAGE_COEFF * building_total_measured_air_leakage_rate

and building_total_air_leakage_rate
== TOTAL_AIR_LEAKAGE_COEFF * building_total_measured_air_leakage_rate
)

0 comments on commit f883b71

Please sign in to comment.