diff --git a/resources/hpxml-measures/HPXMLtoOpenStudio/resources/hvac.rb b/resources/hpxml-measures/HPXMLtoOpenStudio/resources/hvac.rb index 61b3939cce..c56a9c0766 100644 --- a/resources/hpxml-measures/HPXMLtoOpenStudio/resources/hvac.rb +++ b/resources/hpxml-measures/HPXMLtoOpenStudio/resources/hvac.rb @@ -1550,7 +1550,7 @@ def self.get_cooling_setpoints(hpxml_bldg, hvac_control, has_ceiling_fan, year, end # Apply cooling setpoint offset due to ceiling fan? - if has_ceiling_fan && hpxml_bldg.building_occupancy.number_of_residents != 0 # If operational calculation w/ zero occupants, exclude ceiling fan setpoint adjustment + if has_ceiling_fan # && hpxml_bldg.building_occupancy.number_of_residents != 0 # If operational calculation w/ zero occupants, exclude ceiling fan setpoint adjustment clg_ceiling_fan_offset = hvac_control.ceiling_fan_cooling_setpoint_temp_offset if not clg_ceiling_fan_offset.nil? months = Defaults.get_ceiling_fan_months(weather)