First time here? Check out the Help page!
1 | initial version |
I downloaded these measures from the BCL and think this is probably happening because the CreateBarFromBuildingTypeRatios measure has spaces in the directory name, i.e. "Create Bar From Building Type Ratios"
So when you make the call to compute_arguments
you need to add quotes around the directory name otherwise the CLI will think you are computing arguments for a measure in a directory named "Create".
C:\test>\openstudio-3.0.1\bin\openstudio.exe measure --compute_arguments untitled.osm "Create Bar From Building Type Ratios"