lib/openstudio/templates/uncertain_variable.json.erb in openstudio-analysis-0.3.2 vs lib/openstudio/templates/uncertain_variable.json.erb in openstudio-analysis-0.3.3

- old
+ new

@@ -1,14 +1,16 @@ { "argument": { "display_name": "<%= @variable['display_name'] %>", + "display_name_short": "<%= @variable['display_name_short'] %>", "machine_name": "<%= @variable['machine_name'] %>", "name": "<%= @variable['name'] %>", "required": false, "uuid": "<%= UUID.new.generate %>", "version_uuid": "<%= UUID.new.generate %>" }, "display_name": "<%= @variable['display_name'] %>", + "display_name_short": "<%= @variable['display_name_short'] %>", "machine_name": "<%= @variable['machine_name'] %>", "maximum": <%= @variable['distribution']['max'] ? @variable['distribution']['max'].inspect : 'null' %>, "minimum": <%= @variable['distribution']['min'] ? @variable['distribution']['min'].inspect : 'null' %>, "name": "<%= @variable['machine_name'] %>", "relation_to_output": "<%= @variable['relation_to_eui'] %>",