Sha256: 428ff72265be1c9dd39c28081f9ba3498b31359eef62f8ece82833979a959481
Contents?: true
Size: 1.65 KB
Versions: 5
Compression:
Stored size: 1.65 KB
Contents
{ "argument": { "display_name": "<%= @variable['display_name'] %>", "display_name_short": "<%= @variable['display_name_short'] %>", "name": "<%= @variable['name'] %>", "value_type": "<%= @variable['type'] %>" }, "display_name": "<%= @variable['display_name'] %>", "display_name_short": "<%= @variable['display_name_short'] %>", "maximum": <%= @variable['distribution']['max'] ? @variable['distribution']['max'].inspect : 'null' %>, "minimum": <%= @variable['distribution']['min'] ? @variable['distribution']['min'].inspect : 'null' %>, "relation_to_output": "<%= @variable['relation_to_eui'] %>", "static_value": <%= @variable['distribution']['static_value'].inspect %>, "uncertainty_description": { "attributes": [ { "name": "discrete", "values_and_weights": <%= @values_and_weights %> }, { "name": "lower_bounds", "value": <%= @variable['distribution']['min'].inspect %> }, { "name": "upper_bounds", "value": <%= @variable['distribution']['max'].inspect %> }, { "name": "modes", "value": <%= @variable['distribution']['mean'] ? @variable['distribution']['mean'].inspect : 'null' %> } ], "type": "discrete_uncertain" }, "units": "<%= @variable['units'] %>", "value_type": "<%= @variable['type'] %>", "variable": true, "variable_type": "RubyContinuousVariable", "uuid": "<%= SecureRandom.uuid %>", "version_uuid": "<%= SecureRandom.uuid %>" }
Version data entries
5 entries across 5 versions & 1 rubygems