Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 540 Bytes

increasing_upgrade_options.rst

File metadata and controls

14 lines (9 loc) · 540 Bytes

Increasing Upgrade Options

To allow more options per upgrade, increase the value returned by the following method defined in resources/measures/HPXMLtoOpenStudio/resources/constants.rb:

def self.NumApplyUpgradeOptions
  return 25
end

Then run the update_measures rake task. See rake_tasks for instructions on how to run rake tasks.

Then you will need to update the outputs section for all PAT projects. See updating_projects for instructions on how to update projects.