Skip to content

Commit

Permalink
change for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonJ-KC committed Jul 30, 2024
1 parent 3f1d66e commit 3ea9bda
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions rct229/rulesets/ashrae9012019/section10/section10rule14.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@

MOST_CONSERVATIVE_HEATPUMP_SAMPLE = 134999
MOST_CONSERVATIVE_FURNACE_SAMPLE = 224999
HEATPUMP_CAPACITY_LOW_RANGE_SAMPLE = 64999
HEATPUMP_CAPACITY_LOW_THRESHOLD = 65000
FURNACE_CAPACITY_LOW_THREHSOLD = 225000

Expand Down Expand Up @@ -246,14 +245,14 @@ def get_calc_vals(self, context, data=None):
table_g3_5_2_lookup(
HeatPumpEquipmentType.HEAT_PUMP_AIR_COOLED_HEATING,
RatingCondition.SINGLE_PACKAGE,
HEATPUMP_CAPACITY_LOW_RANGE_SAMPLE,
total_capacity_mag_b,
),
# LOW-TEMP EFFICIENCY IS NOT USED FOR THE MOST CONSERVATIVE CASE FOR SYSTEM 4
# IT IS ONLY NEEDED FOR CONSISTENT DATA FORMAT
table_g3_5_2_lookup(
HeatPumpEquipmentType.HEAT_PUMP_AIR_COOLED_HEATING,
RatingCondition.SINGLE_PACKAGE,
HEATPUMP_CAPACITY_LOW_RANGE_SAMPLE,
total_capacity_mag_b,
),
]

Expand Down

0 comments on commit 3ea9bda

Please sign in to comment.