lib/openstudio/analysis/translator/workflow.rb in openstudio-analysis-1.0.4 vs lib/openstudio/analysis/translator/workflow.rb in openstudio-analysis-1.0.5
- old
+ new
@@ -94,10 +94,10 @@
step_hash[:measure_id] = step[:measure_definition_uuid] if step[:measure_definition_uuid]
step_hash[:version_id] = step[:measure_definition_version_uuid] if step[:measure_definition_version_uuid]
step_hash[:modeler_description] = step[:modeler_description] if step[:modeler_description]
step_hash[:taxonomy] = step[:taxonomy] if step[:taxonomy]
step_hash[:measure_type] = step[:measure_type]
- step_hash[:measure_type] = 'ModelMeasure' if step_hash[:measure_type] == 'RubyMeasure'
+ step_hash[:measure_type] = 'ModelMeasure'
@steps << step_hash
end
end
# Convert a file in the form of an OSD into an OSW