Skip to content

Commit

Permalink
Fix code in increasing upgrade options docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
joseph-robertson committed Dec 10, 2024
1 parent 9d2d669 commit c427d8c
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ To allow more options per upgrade, increase the value returned by the following

.. code::
def self.NumApplyUpgradeOptions
return 25
end
module Constants
NumApplyUpgradeOptions = 25
NumApplyUpgradesCostsPerOption = 2
...
Then run ``openstudio tasks.rb update_measures``. See :doc:`running_tasks` for instructions on how to run tasks.

0 comments on commit c427d8c

Please sign in to comment.