Hi guys, first time poster here. I'm running OpenStudio 2.9.1 on macOS 10.15.7 and having trouble running the Space Type and Construction Set Wizard measure (https://bcl.nrel.gov/node/82266).
When I try to run the measure, I get a broken script error indicating that the 'get_doe_building_types' method is undefined. This method clearly lives within the os_lib_model_generation.rb file, so I'm not sure why it's not being recognized by the measure. I've looked through this similar post: (https://unmethours.com/question/44432/how-to-add-internal-loads-to-a-model-through-measure-script/) and confirmed that the openstudio-extension gem (version 0.1.2) is packaged in my open studio Gemfile, and exists on rubygems.org (https://rubygems.org/gems/openstudio-extension/versions/0.1.2)
At this point, not sure where else to look. The measure appears to have been updated more recently than my version of OS, but compatibility is noted back to OS 2.8.0, so shouldn't be an issue there.
Any insight would be greatly appreciated!