Sha256: a31485eb1ec886a92166a77c523f364c2aea06a3cb7e1e41d2bbd681e4c94695
Contents?: true
Size: 1.74 KB
Versions: 9
Compression:
Stored size: 1.74 KB
Contents
{ "argument": { "display_name": "<%= @variable['display_name'] %>", "machine_name": "<%= @variable['machine_name'] %>", "name": "<%= @variable['name'] %>", "uuid": "<%= UUID.new.generate %>", "version_uuid": "b33cf6b0-f1aa-4706-afab-9470e6bd1912" }, "display_name": "<%= @variable['display_name'] %>", "machine_name": "<%= @variable['machine_name'] %>", "name": "<%= @variable['machine_name'] %>", "minimum": <%= @variable['distribution']['min'].inspect %>, "maximum": <%= @variable['distribution']['max'].inspect %>, "units": "<%= @variable['units'] %>", "value_type": "<%= @variable['type'] %>", "variable": true, "relation_to_output": "<%= @variable['relation_to_eui'] %>", "uncertainty_description": { "attributes": [ { "name": "modes", "value": <%= @variable['distribution']['mean'] %> }, { "name": "lower_bounds", "value": <%= @variable['distribution']['min'] %> }, { "name": "upper_bounds", "value": <%= @variable['distribution']['max'] %> }, { "name": "stddev", "value": <%= @variable['distribution']['stddev'] %> }, { "name": "delta_x", "value": <%= @variable['distribution']['delta_x'] ? @variable['distribution']['delta_x'].inspect : 'null' %> } ], "type": <%= @variable['distribution']['type'].inspect %> }, "uuid": "d157d709-b83e-42bd-bd30-1bc3a7979672", "variable_type": "RubyContinuousVariable", "version_uuid": "26e7d8de-83e3-4a53-938b-45d3e0f29953" }
Version data entries
9 entries across 9 versions & 1 rubygems