OpenStudioApplication
OpenStudioApplication copied to clipboard
User file name is not preserved in Apply Measure now
Issue overview
When running Apply Measure now, the seed file is always named "temp_measure_manager.osm". This prevents the measure from obtaining the user defined file name.
Current Behavior
seed = runner.workflow.seedFile
seed = File.basename(seed.get.to_s) unless seed.empty?
seed will be "temp_measure_manager.osm"
Expected Behavior
seed should be user defined seed model name