Sha256: b18b32c69e71adc1f47b2d1a97a5db89eebbba5e82fb9332f38f9a0bcc52b4b3
Contents?: true
Size: 965 Bytes
Versions: 1
Compression:
Stored size: 965 Bytes
Contents
{ "analysis": { "display_name": "<%= @name %>", "name": "<%= @name.downcase.gsub(" ", "_") %>", "algorithm": { "sample_method": "lhs", "number_of_samples": <%= @problem['number_of_samples'].to_i %> }, "parameter_space": [], "problem": { "number_of_samples_KEEP_HERE_UNTIL_ALGO_IS_IMPLEMENTED": <%= @problem['number_of_samples'].to_i %>, "number_of_samples": <%= @problem['number_of_samples'].to_i %>, "algorithm": { "number_of_samples": <%= @problem['number_of_samples'].to_i %>, "sample_method": <%= @problem['sensitivity_method'].to_i %> }, "name": "Problem", "workflow": [] }, "seed": { "file_type": "xml", "path": "unknown" }, "weather_file": { "file_type": "EPW", "path": "unknown" } } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
openstudio-analysis-0.1.7 | lib/openstudio/templates/analysis.json.erb |