lib/openstudio/analysis/translator/workflow.rb in openstudio-analysis-1.0.0.rc6 vs lib/openstudio/analysis/translator/workflow.rb in openstudio-analysis-1.0.0.rc7
- old
+ new
@@ -50,9 +50,10 @@
end
step_hash[:name] = step[:name] if step[:name]
step_hash[:measure_id] = step[:uuid] if step[:uuid]
step_hash[:version_id] = step[:version_uuid] if step[:version_uuid]
step_hash[:description] = step[:description] if step[:description]
+ 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'
@steps << step_hash
end