Skip to content

Commit

Permalink
Merge pull request #1503 from eringold/fix/issue1502
Browse files Browse the repository at this point in the history
fix for Issue 1502
  • Loading branch information
mdahlhausen authored May 1, 2023
2 parents eb090c4 + 910dbde commit d332605
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -624,6 +624,7 @@ def air_loop_hvac_adjust_minimum_vav_damper_positions(air_loop_hvac)
max_oa_frac_sch_type = 'Schedule:Constant'
oa_ctrl.setMaximumFractionofOutdoorAirSchedule(max_oa_frac_sch)
else
max_oa_frac_sch = max_oa_frac_sch.get
if max_oa_frac_sch.to_ScheduleRuleset.is_initialized
max_oa_frac_sch = max_oa_frac_sch.to_ScheduleRuleset.get
max_oa_frac_sch_type = 'Schedule:Year'
Expand Down

0 comments on commit d332605

Please sign in to comment.