Sha256: 9b60a40744c84640ae4ff3393807c9386a1b7a4d992b02cdb233850b84f40d78
Contents?: true
Size: 749 Bytes
Versions: 2
Compression:
Stored size: 749 Bytes
Contents
module BuildingSync # location of openstudio CLI if /mswin/.match(RUBY_PLATFORM) || /mingw/.match(RUBY_PLATFORM) OPENSTUDIO_EXE = 'C:/openstudio-2.8.0/bin/openstudio.exe' else OPENSTUDIO_EXE = '/usr/local/bin/openstudio' end # one or more file paths OPENSTUDIO_FILES = [ File.realpath("./weather", File.dirname(__FILE__)) ] # one or more measure paths OPENSTUDIO_MEASURES = [ File.realpath("./measures", File.dirname(__FILE__)), File.realpath("./../openstudio-measures/nrel_published", File.dirname(__FILE__)), File.realpath("./../openstudio-measures/nrel_dev", File.dirname(__FILE__)) ] # number of parallel BuildingSync files to run NUM_BUILDINGS_PARALLEL = 2 end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
buildingsync-0.2.1 | config.rb.in |
buildingsync-0.2.0 | config.rb.in |