openstudio-analysis 0.4.0 → 0.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/openstudio/analysis/translator/excel.rb +1 -1
- data/lib/openstudio/analysis/version.rb +1 -1
- data/lib/openstudio/analysis/workflow.rb +1 -1
- data/spec/files/analysis/example_analysis_api.json +34 -34
- data/spec/files/analysis/lhs_discrete_and_continuous_variables_api.json +50 -50
- data/spec/files/analysis/medium_office.json +88 -88
- data/spec/files/analysis/medium_office.zip +0 -0
- data/spec/files/analysis/name_goes_here_api.json +74 -74
- data/spec/files/analysis/output_vars_api.json +32 -32
- data/spec/files/analysis/preflight_api.json +11 -11
- data/spec/files/analysis/simple_test_api.json +10 -10
- data/spec/files/analysis/test_model_api.json +7 -7
- data/spec/files/export/analysis/{639cb8a5-cdbb-4b69-955a-cbb650f6872b.json → 0754ec1c-39d7-45e7-a8a5-5e5847a757fb.json} +14 -14
- data/spec/files/export/analysis/{639cb8a5-cdbb-4b69-955a-cbb650f6872b.zip → 0754ec1c-39d7-45e7-a8a5-5e5847a757fb.zip} +0 -0
- data/spec/files/export/analysis/0_1_09_outputvars.json +38 -38
- data/spec/files/export/analysis/0_1_09_outputvars.zip +0 -0
- data/spec/files/export/analysis/0_1_11_discrete_variables.json +40 -40
- data/spec/files/export/analysis/0_1_11_discrete_variables.zip +0 -0
- data/spec/files/export/analysis/0_1_12_discrete_dynamic_columns.json +8 -8
- data/spec/files/export/analysis/0_1_12_discrete_dynamic_columns.zip +0 -0
- data/spec/files/export/analysis/0_2_0_template_simpletest.json +12 -12
- data/spec/files/export/analysis/0_2_0_template_simpletest.zip +0 -0
- data/spec/files/export/analysis/0_3_0_outputs.json +6 -6
- data/spec/files/export/analysis/0_3_0_outputs.zip +0 -0
- data/spec/files/export/analysis/{c50f0062-cdfb-4dec-bc02-215f6c29af3c.json → 10e6ec76-f2e8-43bd-b5a0-26a311173576.json} +14 -14
- data/spec/files/export/analysis/{c50f0062-cdfb-4dec-bc02-215f6c29af3c.zip → 10e6ec76-f2e8-43bd-b5a0-26a311173576.zip} +0 -0
- data/spec/files/export/analysis/{9560f95b-5730-4038-a95b-328c825c596b.json → 4d9244ef-58b6-43c4-87bc-625e6d7365df.json} +6 -6
- data/spec/files/export/analysis/{9560f95b-5730-4038-a95b-328c825c596b.zip → 4d9244ef-58b6-43c4-87bc-625e6d7365df.zip} +0 -0
- data/spec/files/export/analysis/{276ccf51-ed22-4604-a380-8985cec5efe8.json → d1e0168f-97c4-4f25-9ac2-8daf34769494.json} +10 -10
- data/spec/files/export/analysis/{276ccf51-ed22-4604-a380-8985cec5efe8.zip → d1e0168f-97c4-4f25-9ac2-8daf34769494.zip} +0 -0
- data/spec/files/export/analysis/discrete_lhs_example.json +60 -60
- data/spec/files/export/analysis/discrete_lhs_example.zip +0 -0
- data/spec/files/export/analysis/small_seed.json +38 -38
- data/spec/files/export/analysis/small_seed.zip +0 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Formulation.xml +8 -8
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-object-instance.xml +2 -2
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.xml +2 -2
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.xml +1 -1
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.xml +3 -29
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.xml +3 -11
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.xml +6 -6
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.xml +2 -2
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.xml +2 -2
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.xml +8 -52
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.xml +5 -22
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.xml +2 -2
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.xml +2 -2
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.xml +5 -28
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.xml +2 -2
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.xml +3 -3
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0-simple.xml +5 -13
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0.xml +5 -55
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-dynamic-uuid-assignments.xml +4 -9
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-measure-existence-checks.xml +3 -8
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-objective-functions.xml +5 -13
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-3-and-short-display-names.xml +4 -9
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-5-and-measure-paths.xml +4 -9
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-7-and-worker-init-final-scripts.0.xml +2 -34
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-7-and-worker-init-final-scripts.xml +4 -9
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.xml +1 -1
- data/spec/reports/SPEC-OpenStudio-Analysis-Workflow.xml +7 -7
- data/spec/reports/SPEC-OpenStudio-Analysis-WorkflowStep.xml +7 -7
- metadata +17 -17
|
Binary file
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="OpenStudio::Analysis::Formulation" tests="7" time="0.
|
|
3
|
-
<testcase name="OpenStudio::Analysis::Formulation should create an analysis" time="0.
|
|
2
|
+
<testsuite name="OpenStudio::Analysis::Formulation" tests="7" time="0.036784" failures="0" errors="0" skipped="0" timestamp="2015-01-06T07:51:47-07:00">
|
|
3
|
+
<testcase name="OpenStudio::Analysis::Formulation should create an analysis" time="0.000639">
|
|
4
4
|
</testcase>
|
|
5
|
-
<testcase name="OpenStudio::Analysis::Formulation should have a workflow object" time="
|
|
5
|
+
<testcase name="OpenStudio::Analysis::Formulation should have a workflow object" time="7.8e-05">
|
|
6
6
|
</testcase>
|
|
7
|
-
<testcase name="OpenStudio::Analysis::Formulation should load the workflow from a file" time="0.
|
|
7
|
+
<testcase name="OpenStudio::Analysis::Formulation should load the workflow from a file" time="0.001022">
|
|
8
8
|
</testcase>
|
|
9
|
-
<testcase name="OpenStudio::Analysis::Formulation should save a hash (version 1)" time="0.
|
|
9
|
+
<testcase name="OpenStudio::Analysis::Formulation should save a hash (version 1)" time="0.000914">
|
|
10
10
|
</testcase>
|
|
11
|
-
<testcase name="OpenStudio::Analysis::Formulation should create a save an empty analysis" time="0.
|
|
11
|
+
<testcase name="OpenStudio::Analysis::Formulation should create a save an empty analysis" time="0.000312">
|
|
12
12
|
</testcase>
|
|
13
|
-
<testcase name="OpenStudio::Analysis::Formulation should increment objective functions" time="
|
|
13
|
+
<testcase name="OpenStudio::Analysis::Formulation should increment objective functions" time="9.5e-05">
|
|
14
14
|
</testcase>
|
|
15
|
-
<testcase name="OpenStudio::Analysis::Formulation should create a new formulation" time="0.
|
|
15
|
+
<testcase name="OpenStudio::Analysis::Formulation should create a new formulation" time="0.033141">
|
|
16
16
|
</testcase>
|
|
17
17
|
<system-out>
|
|
18
18
|
Parsing file version 1
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="OpenStudio::Analysis::ServerApi create a new object instance" tests="1" time="0.
|
|
3
|
-
<testcase name="OpenStudio::Analysis::ServerApi create a new object instance should set the default host to localhost" time="0.
|
|
2
|
+
<testsuite name="OpenStudio::Analysis::ServerApi create a new object instance" tests="1" time="0.004193" failures="0" errors="0" skipped="0" timestamp="2015-01-06T07:51:47-07:00">
|
|
3
|
+
<testcase name="OpenStudio::Analysis::ServerApi create a new object instance should set the default host to localhost" time="0.000239">
|
|
4
4
|
</testcase>
|
|
5
5
|
</testsuite>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="OpenStudio::Analysis::ServerApi test not localhost" tests="1" time="0.
|
|
3
|
-
<testcase name="OpenStudio::Analysis::ServerApi test not localhost should have a not localhost URL" time="0.
|
|
2
|
+
<testsuite name="OpenStudio::Analysis::ServerApi test not localhost" tests="1" time="0.000738" failures="0" errors="0" skipped="0" timestamp="2015-01-06T07:51:47-07:00">
|
|
3
|
+
<testcase name="OpenStudio::Analysis::ServerApi test not localhost should have a not localhost URL" time="0.000456">
|
|
4
4
|
</testcase>
|
|
5
5
|
</testsuite>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="OpenStudio::Analysis::ServerApi" tests="0" time="
|
|
2
|
+
<testsuite name="OpenStudio::Analysis::ServerApi" tests="0" time="9.7e-05" skipped="0" timestamp="2015-01-06T07:51:47-07:00">
|
|
3
3
|
</testsuite>
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="OpenStudio::Analysis::Translator::Excel discrete variables" tests="2" time="0.
|
|
3
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel discrete variables should have parsed the spreadsheet" time="0.
|
|
2
|
+
<testsuite name="OpenStudio::Analysis::Translator::Excel discrete variables" tests="2" time="0.46224" failures="0" errors="0" skipped="0" timestamp="2015-01-06T07:51:38-07:00">
|
|
3
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel discrete variables should have parsed the spreadsheet" time="0.001465">
|
|
4
4
|
</testcase>
|
|
5
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel discrete variables should save the file" time="0.
|
|
5
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel discrete variables should save the file" time="0.032342">
|
|
6
6
|
</testcase>
|
|
7
7
|
<system-out>
|
|
8
8
|
{"variable_type"=>"variable", "display_name"=>"Alter Design Day Thermostats?", "display_name_short"=>"Alter Design Day Thermostats?", "name"=>"alter_design_days", "index"=>3, "type"=>"bool", "units"=>nil, "distribution"=>{"enumerations"=>["true", "false"], "min"=>true, "max"=>true, "mean"=>false, "stddev"=>false, "discrete_values"=>[true, false], "discrete_weights"=>[0.8, 0.2], "type"=>"discrete_uncertain", "static_value"=>false, "delta_x"=>nil, "source"=>nil}, "notes"=>nil, "relation_to_eui"=>nil}
|
|
@@ -10,30 +10,4 @@ Creating JSON and ZIP file for Example Analysis:0_1_11_discrete_variables
|
|
|
10
10
|
Adding measure /Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/reduce_lighting_loads_by_percentage to zip file
|
|
11
11
|
Adding measure /Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/example_measure_auto_directory_name to zip file
|
|
12
12
|
</system-out>
|
|
13
|
-
<system-err>
|
|
14
|
-
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: discrete_uncertain
|
|
15
|
-
Deprecation Warning. RubyContinuousVariable (OpenStudio called this the variable_type) is no longer persisted
|
|
16
|
-
Deprecation Warning. workflow_step_type is no longer persisted
|
|
17
|
-
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: uniform_uncertain
|
|
18
|
-
Deprecation Warning. RubyContinuousVariable (OpenStudio called this the variable_type) is no longer persisted
|
|
19
|
-
Deprecation Warning. workflow_step_type is no longer persisted
|
|
20
|
-
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: uniform_uncertain
|
|
21
|
-
Deprecation Warning. RubyContinuousVariable (OpenStudio called this the variable_type) is no longer persisted
|
|
22
|
-
Deprecation Warning. workflow_step_type is no longer persisted
|
|
23
|
-
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: uniform_uncertain
|
|
24
|
-
Deprecation Warning. RubyContinuousVariable (OpenStudio called this the variable_type) is no longer persisted
|
|
25
|
-
Deprecation Warning. workflow_step_type is no longer persisted
|
|
26
|
-
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: discrete_uncertain
|
|
27
|
-
Deprecation Warning. RubyContinuousVariable (OpenStudio called this the variable_type) is no longer persisted
|
|
28
|
-
Deprecation Warning. workflow_step_type is no longer persisted
|
|
29
|
-
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: triangle_uncertain
|
|
30
|
-
Deprecation Warning. RubyContinuousVariable (OpenStudio called this the variable_type) is no longer persisted
|
|
31
|
-
Deprecation Warning. workflow_step_type is no longer persisted
|
|
32
|
-
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: triangle_uncertain
|
|
33
|
-
Deprecation Warning. RubyContinuousVariable (OpenStudio called this the variable_type) is no longer persisted
|
|
34
|
-
Deprecation Warning. workflow_step_type is no longer persisted
|
|
35
|
-
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: discrete_uncertain
|
|
36
|
-
Deprecation Warning. RubyContinuousVariable (OpenStudio called this the variable_type) is no longer persisted
|
|
37
|
-
Deprecation Warning. workflow_step_type is no longer persisted
|
|
38
|
-
</system-err>
|
|
39
13
|
</testsuite>
|
data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.xml
CHANGED
|
@@ -1,19 +1,11 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="OpenStudio::Analysis::Translator::Excel discrete with dynamic columns" tests="2" time="0.
|
|
3
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel discrete with dynamic columns should have parsed the spreadsheet" time="0.
|
|
2
|
+
<testsuite name="OpenStudio::Analysis::Translator::Excel discrete with dynamic columns" tests="2" time="0.428456" failures="0" errors="0" skipped="0" timestamp="2015-01-06T07:51:38-07:00">
|
|
3
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel discrete with dynamic columns should have parsed the spreadsheet" time="0.000154">
|
|
4
4
|
</testcase>
|
|
5
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel discrete with dynamic columns should save the file" time="0.
|
|
5
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel discrete with dynamic columns should save the file" time="0.010648">
|
|
6
6
|
</testcase>
|
|
7
7
|
<system-out>
|
|
8
8
|
Creating JSON and ZIP file for test_model:0_1_12_discrete_dynamic_columns
|
|
9
9
|
Adding measure /Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/example_measure_auto_directory_name to zip file
|
|
10
10
|
</system-out>
|
|
11
|
-
<system-err>
|
|
12
|
-
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: discrete_uncertain
|
|
13
|
-
Deprecation Warning. RubyContinuousVariable (OpenStudio called this the variable_type) is no longer persisted
|
|
14
|
-
Deprecation Warning. workflow_step_type is no longer persisted
|
|
15
|
-
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: discrete_uncertain
|
|
16
|
-
Deprecation Warning. RubyContinuousVariable (OpenStudio called this the variable_type) is no longer persisted
|
|
17
|
-
Deprecation Warning. workflow_step_type is no longer persisted
|
|
18
|
-
</system-err>
|
|
19
11
|
</testsuite>
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="OpenStudio::Analysis::Translator::Excel no variables defined" tests="4" time="0.
|
|
3
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel no variables defined should have excel data" time="0.
|
|
2
|
+
<testsuite name="OpenStudio::Analysis::Translator::Excel no variables defined" tests="4" time="0.746388" failures="0" errors="0" skipped="0" timestamp="2015-01-06T07:51:34-07:00">
|
|
3
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel no variables defined should have excel data" time="0.121633">
|
|
4
4
|
</testcase>
|
|
5
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel no variables defined should process the excel file" time="0.
|
|
5
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel no variables defined should process the excel file" time="0.272606">
|
|
6
6
|
</testcase>
|
|
7
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel no variables defined should not work because no variables defined" time="0.
|
|
7
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel no variables defined should not work because no variables defined" time="0.072708">
|
|
8
8
|
</testcase>
|
|
9
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel no variables defined should not export to a JSON" time="0.
|
|
9
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel no variables defined should not export to a JSON" time="0.27885">
|
|
10
10
|
</testcase>
|
|
11
11
|
<system-out>
|
|
12
|
-
#<OpenStudio::Analysis::Translator::Excel:
|
|
12
|
+
#<OpenStudio::Analysis::Translator::Excel:0x007f909abd6690>
|
|
13
13
|
</system-out>
|
|
14
14
|
</testsuite>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="OpenStudio::Analysis::Translator::Excel proxy setup with user" tests="1" time="0.
|
|
3
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel proxy setup with user should have a user" time="0.
|
|
2
|
+
<testsuite name="OpenStudio::Analysis::Translator::Excel proxy setup with user" tests="1" time="0.394847" failures="0" errors="0" skipped="0" timestamp="2015-01-06T07:51:37-07:00">
|
|
3
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel proxy setup with user should have a user" time="0.000183">
|
|
4
4
|
</testcase>
|
|
5
5
|
</testsuite>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="OpenStudio::Analysis::Translator::Excel proxy setup" tests="1" time="0.
|
|
3
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel proxy setup should have a proxy setting" time="0.
|
|
2
|
+
<testsuite name="OpenStudio::Analysis::Translator::Excel proxy setup" tests="1" time="0.414659" failures="0" errors="0" skipped="0" timestamp="2015-01-06T07:51:37-07:00">
|
|
3
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel proxy setup should have a proxy setting" time="0.000199">
|
|
4
4
|
</testcase>
|
|
5
5
|
</testsuite>
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="OpenStudio::Analysis::Translator::Excel setup output variables" tests="7" time="0.
|
|
3
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel setup output variables should have a model" time="0.
|
|
2
|
+
<testsuite name="OpenStudio::Analysis::Translator::Excel setup output variables" tests="7" time="0.459127" failures="0" errors="0" skipped="0" timestamp="2015-01-06T07:51:39-07:00">
|
|
3
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel setup output variables should have a model" time="0.000193">
|
|
4
4
|
</testcase>
|
|
5
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel setup output variables should have a weather file" time="
|
|
5
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel setup output variables should have a weather file" time="8.7e-05">
|
|
6
6
|
</testcase>
|
|
7
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel setup output variables should have notes and source" time="
|
|
7
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel setup output variables should have notes and source" time="7.8e-05">
|
|
8
8
|
</testcase>
|
|
9
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel setup output variables should have typed booleans" time="
|
|
9
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel setup output variables should have typed booleans" time="6.4e-05">
|
|
10
10
|
</testcase>
|
|
11
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel setup output variables should have algorithm setup" time="7.
|
|
11
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel setup output variables should have algorithm setup" time="7.5e-05">
|
|
12
12
|
</testcase>
|
|
13
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel setup output variables should create a valid hash" time="0.
|
|
13
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel setup output variables should create a valid hash" time="0.027596">
|
|
14
14
|
</testcase>
|
|
15
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel setup output variables should write a json" time="0.
|
|
15
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel setup output variables should write a json" time="0.017092">
|
|
16
16
|
</testcase>
|
|
17
17
|
<system-out>
|
|
18
18
|
/Users/nlong/working/OpenStudio-analysis-gem/spec/files/partial_weather.epw
|
|
@@ -20,48 +20,4 @@ Creating JSON and ZIP file for Output Vars:0_1_09_outputvars
|
|
|
20
20
|
Adding measure /Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/reduce_lighting_loads_by_percentage to zip file
|
|
21
21
|
Adding measure /Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/example_measure_auto_directory_name to zip file
|
|
22
22
|
</system-out>
|
|
23
|
-
<system-err>
|
|
24
|
-
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: triangle_uncertain
|
|
25
|
-
Deprecation Warning. RubyContinuousVariable (OpenStudio called this the variable_type) is no longer persisted
|
|
26
|
-
Deprecation Warning. workflow_step_type is no longer persisted
|
|
27
|
-
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: uniform_uncertain
|
|
28
|
-
Deprecation Warning. RubyContinuousVariable (OpenStudio called this the variable_type) is no longer persisted
|
|
29
|
-
Deprecation Warning. workflow_step_type is no longer persisted
|
|
30
|
-
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: uniform_uncertain
|
|
31
|
-
Deprecation Warning. RubyContinuousVariable (OpenStudio called this the variable_type) is no longer persisted
|
|
32
|
-
Deprecation Warning. workflow_step_type is no longer persisted
|
|
33
|
-
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: uniform_uncertain
|
|
34
|
-
Deprecation Warning. RubyContinuousVariable (OpenStudio called this the variable_type) is no longer persisted
|
|
35
|
-
Deprecation Warning. workflow_step_type is no longer persisted
|
|
36
|
-
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: triangle_uncertain
|
|
37
|
-
Deprecation Warning. RubyContinuousVariable (OpenStudio called this the variable_type) is no longer persisted
|
|
38
|
-
Deprecation Warning. workflow_step_type is no longer persisted
|
|
39
|
-
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: triangle_uncertain
|
|
40
|
-
Deprecation Warning. RubyContinuousVariable (OpenStudio called this the variable_type) is no longer persisted
|
|
41
|
-
Deprecation Warning. workflow_step_type is no longer persisted
|
|
42
|
-
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: triangle_uncertain
|
|
43
|
-
Deprecation Warning. RubyContinuousVariable (OpenStudio called this the variable_type) is no longer persisted
|
|
44
|
-
Deprecation Warning. workflow_step_type is no longer persisted
|
|
45
|
-
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: triangle_uncertain
|
|
46
|
-
Deprecation Warning. RubyContinuousVariable (OpenStudio called this the variable_type) is no longer persisted
|
|
47
|
-
Deprecation Warning. workflow_step_type is no longer persisted
|
|
48
|
-
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: uniform_uncertain
|
|
49
|
-
Deprecation Warning. RubyContinuousVariable (OpenStudio called this the variable_type) is no longer persisted
|
|
50
|
-
Deprecation Warning. workflow_step_type is no longer persisted
|
|
51
|
-
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: uniform_uncertain
|
|
52
|
-
Deprecation Warning. RubyContinuousVariable (OpenStudio called this the variable_type) is no longer persisted
|
|
53
|
-
Deprecation Warning. workflow_step_type is no longer persisted
|
|
54
|
-
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: uniform_uncertain
|
|
55
|
-
Deprecation Warning. RubyContinuousVariable (OpenStudio called this the variable_type) is no longer persisted
|
|
56
|
-
Deprecation Warning. workflow_step_type is no longer persisted
|
|
57
|
-
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: triangle_uncertain
|
|
58
|
-
Deprecation Warning. RubyContinuousVariable (OpenStudio called this the variable_type) is no longer persisted
|
|
59
|
-
Deprecation Warning. workflow_step_type is no longer persisted
|
|
60
|
-
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: triangle_uncertain
|
|
61
|
-
Deprecation Warning. RubyContinuousVariable (OpenStudio called this the variable_type) is no longer persisted
|
|
62
|
-
Deprecation Warning. workflow_step_type is no longer persisted
|
|
63
|
-
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: triangle_uncertain
|
|
64
|
-
Deprecation Warning. RubyContinuousVariable (OpenStudio called this the variable_type) is no longer persisted
|
|
65
|
-
Deprecation Warning. workflow_step_type is no longer persisted
|
|
66
|
-
</system-err>
|
|
67
23
|
</testsuite>
|
|
@@ -1,28 +1,11 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="OpenStudio::Analysis::Translator::Excel setup version 0.1.9" tests="4" time="0.
|
|
3
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel setup version 0.1.9 should have a version and analysis name in machine format" time="0.
|
|
2
|
+
<testsuite name="OpenStudio::Analysis::Translator::Excel setup version 0.1.9" tests="4" time="0.398202" failures="0" errors="0" skipped="0" timestamp="2015-01-06T07:51:36-07:00">
|
|
3
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel setup version 0.1.9 should have a version and analysis name in machine format" time="0.000204">
|
|
4
4
|
</testcase>
|
|
5
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel setup version 0.1.9 should have the new settings" time="6.
|
|
5
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel setup version 0.1.9 should have the new settings" time="6.3e-05">
|
|
6
6
|
</testcase>
|
|
7
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel setup version 0.1.9 should have algorithm setup" time="0.
|
|
7
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel setup version 0.1.9 should have algorithm setup" time="0.000473">
|
|
8
8
|
</testcase>
|
|
9
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel setup version 0.1.9 should create a valid hash" time="0.
|
|
9
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel setup version 0.1.9 should create a valid hash" time="0.005136">
|
|
10
10
|
</testcase>
|
|
11
|
-
<system-err>
|
|
12
|
-
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: triangle_uncertain
|
|
13
|
-
Deprecation Warning. RubyContinuousVariable (OpenStudio called this the variable_type) is no longer persisted
|
|
14
|
-
Deprecation Warning. workflow_step_type is no longer persisted
|
|
15
|
-
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: uniform_uncertain
|
|
16
|
-
Deprecation Warning. RubyContinuousVariable (OpenStudio called this the variable_type) is no longer persisted
|
|
17
|
-
Deprecation Warning. workflow_step_type is no longer persisted
|
|
18
|
-
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: uniform_uncertain
|
|
19
|
-
Deprecation Warning. RubyContinuousVariable (OpenStudio called this the variable_type) is no longer persisted
|
|
20
|
-
Deprecation Warning. workflow_step_type is no longer persisted
|
|
21
|
-
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: triangle_uncertain
|
|
22
|
-
Deprecation Warning. RubyContinuousVariable (OpenStudio called this the variable_type) is no longer persisted
|
|
23
|
-
Deprecation Warning. workflow_step_type is no longer persisted
|
|
24
|
-
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: triangle_uncertain
|
|
25
|
-
Deprecation Warning. RubyContinuousVariable (OpenStudio called this the variable_type) is no longer persisted
|
|
26
|
-
Deprecation Warning. workflow_step_type is no longer persisted
|
|
27
|
-
</system-err>
|
|
28
11
|
</testsuite>
|
data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.xml
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="OpenStudio::Analysis::Translator::Excel small list of incomplete variables" tests="1" time="0.
|
|
3
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel small list of incomplete variables should fail to process" time="0.
|
|
2
|
+
<testsuite name="OpenStudio::Analysis::Translator::Excel small list of incomplete variables" tests="1" time="0.438866" failures="0" errors="0" skipped="0" timestamp="2015-01-06T07:51:35-07:00">
|
|
3
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel small list of incomplete variables should fail to process" time="0.370016">
|
|
4
4
|
</testcase>
|
|
5
5
|
</testsuite>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="OpenStudio::Analysis::Translator::Excel small list of variables should not validate" tests="1" time="0.
|
|
3
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should not validate should fail to process" time="0.
|
|
2
|
+
<testsuite name="OpenStudio::Analysis::Translator::Excel small list of variables should not validate" tests="1" time="0.390068" failures="0" errors="0" skipped="0" timestamp="2015-01-06T07:51:36-07:00">
|
|
3
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should not validate should fail to process" time="0.317538">
|
|
4
4
|
</testcase>
|
|
5
5
|
</testsuite>
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="OpenStudio::Analysis::Translator::Excel small list of variables" tests="4" time="0.
|
|
3
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should have a model" time="0.
|
|
2
|
+
<testsuite name="OpenStudio::Analysis::Translator::Excel small list of variables" tests="4" time="0.462186" failures="0" errors="0" skipped="0" timestamp="2015-01-06T07:51:36-07:00">
|
|
3
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should have a model" time="0.000189">
|
|
4
4
|
</testcase>
|
|
5
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should have a weather file" time="
|
|
5
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should have a weather file" time="7.9e-05">
|
|
6
6
|
</testcase>
|
|
7
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should have notes and source" time="7.
|
|
7
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should have notes and source" time="7.3e-05">
|
|
8
8
|
</testcase>
|
|
9
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should write a json" time="0.
|
|
9
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should write a json" time="0.034599">
|
|
10
10
|
</testcase>
|
|
11
11
|
<system-out>
|
|
12
12
|
/Users/nlong/working/OpenStudio-analysis-gem/spec/files/partial_weather.epw
|
|
@@ -14,27 +14,4 @@ Creating JSON and ZIP file for Example Analysis:small_seed
|
|
|
14
14
|
Adding measure /Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/reduce_lighting_loads_by_percentage to zip file
|
|
15
15
|
Adding measure /Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/example_measure_auto_directory_name to zip file
|
|
16
16
|
</system-out>
|
|
17
|
-
<system-err>
|
|
18
|
-
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: triangle_uncertain
|
|
19
|
-
Deprecation Warning. RubyContinuousVariable (OpenStudio called this the variable_type) is no longer persisted
|
|
20
|
-
Deprecation Warning. workflow_step_type is no longer persisted
|
|
21
|
-
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: uniform_uncertain
|
|
22
|
-
Deprecation Warning. RubyContinuousVariable (OpenStudio called this the variable_type) is no longer persisted
|
|
23
|
-
Deprecation Warning. workflow_step_type is no longer persisted
|
|
24
|
-
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: uniform_uncertain
|
|
25
|
-
Deprecation Warning. RubyContinuousVariable (OpenStudio called this the variable_type) is no longer persisted
|
|
26
|
-
Deprecation Warning. workflow_step_type is no longer persisted
|
|
27
|
-
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: uniform_uncertain
|
|
28
|
-
Deprecation Warning. RubyContinuousVariable (OpenStudio called this the variable_type) is no longer persisted
|
|
29
|
-
Deprecation Warning. workflow_step_type is no longer persisted
|
|
30
|
-
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: triangle_uncertain
|
|
31
|
-
Deprecation Warning. RubyContinuousVariable (OpenStudio called this the variable_type) is no longer persisted
|
|
32
|
-
Deprecation Warning. workflow_step_type is no longer persisted
|
|
33
|
-
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: triangle_uncertain
|
|
34
|
-
Deprecation Warning. RubyContinuousVariable (OpenStudio called this the variable_type) is no longer persisted
|
|
35
|
-
Deprecation Warning. workflow_step_type is no longer persisted
|
|
36
|
-
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: triangle_uncertain
|
|
37
|
-
Deprecation Warning. RubyContinuousVariable (OpenStudio called this the variable_type) is no longer persisted
|
|
38
|
-
Deprecation Warning. workflow_step_type is no longer persisted
|
|
39
|
-
</system-err>
|
|
40
17
|
</testsuite>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="OpenStudio::Analysis::Translator::Excel small list with with repeated variable names" tests="1" time="0.
|
|
3
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel small list with with repeated variable names should fail to process" time="0.
|
|
2
|
+
<testsuite name="OpenStudio::Analysis::Translator::Excel small list with with repeated variable names" tests="1" time="0.411169" failures="0" errors="0" skipped="0" timestamp="2015-01-06T07:51:35-07:00">
|
|
3
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel small list with with repeated variable names should fail to process" time="0.337658">
|
|
4
4
|
</testcase>
|
|
5
5
|
</testsuite>
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="OpenStudio::Analysis::Translator::Excel version 0.1.10" tests="2" time="0.
|
|
3
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.1.10 should process" time="0.
|
|
2
|
+
<testsuite name="OpenStudio::Analysis::Translator::Excel version 0.1.10" tests="2" time="0.439464" failures="0" errors="0" skipped="0" timestamp="2015-01-06T07:51:39-07:00">
|
|
3
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.1.10 should process" time="0.358379">
|
|
4
4
|
</testcase>
|
|
5
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.1.10 should have new setting variables" time="0.
|
|
5
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.1.10 should have new setting variables" time="0.000166">
|
|
6
6
|
</testcase>
|
|
7
7
|
<system-out>
|
|
8
8
|
{"spreadsheet_version"=>"0.1.10", "user_id"=>"new_user", "openstudio_server_version"=>"1.3.2", "cluster_name"=>"Analysis Cluster", "server_instance_type"=>"m2.xlarge", "worker_instance_type"=>"m2.2xlarge", "worker_nodes"=>1.0}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="OpenStudio::Analysis::Translator::Excel version 0.2.0 simple" tests="4" time="0.
|
|
3
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 simple should process" time="0.
|
|
2
|
+
<testsuite name="OpenStudio::Analysis::Translator::Excel version 0.2.0 simple" tests="4" time="0.433936" failures="0" errors="0" skipped="0" timestamp="2015-01-06T07:51:40-07:00">
|
|
3
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 simple should process" time="0.324201">
|
|
4
4
|
</testcase>
|
|
5
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 simple should have new setting variables" time="0.
|
|
5
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 simple should have new setting variables" time="0.000132">
|
|
6
6
|
</testcase>
|
|
7
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 simple should have the new measure directory column" time="
|
|
7
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 simple should have the new measure directory column" time="6.2e-05">
|
|
8
8
|
</testcase>
|
|
9
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 simple should write a json" time="0.
|
|
9
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 simple should write a json" time="0.03048">
|
|
10
10
|
</testcase>
|
|
11
11
|
<system-out>
|
|
12
12
|
{"spreadsheet_version"=>"0.2.0", "user_id"=>"new_user", "openstudio_server_version"=>"1.3.2", "cluster_name"=>"Analysis Cluster", "server_instance_type"=>"m2.2xlarge", "worker_instance_type"=>"cc2.8xlarge", "worker_nodes"=>2.0}
|
|
@@ -14,12 +14,4 @@
|
|
|
14
14
|
Creating JSON and ZIP file for simple_test:0_2_0_template_simpletest
|
|
15
15
|
Adding measure /Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/ExampleMeasure to zip file
|
|
16
16
|
</system-out>
|
|
17
|
-
<system-err>
|
|
18
|
-
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: discrete_uncertain
|
|
19
|
-
Deprecation Warning. RubyContinuousVariable (OpenStudio called this the variable_type) is no longer persisted
|
|
20
|
-
Deprecation Warning. workflow_step_type is no longer persisted
|
|
21
|
-
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: discrete_uncertain
|
|
22
|
-
Deprecation Warning. RubyContinuousVariable (OpenStudio called this the variable_type) is no longer persisted
|
|
23
|
-
Deprecation Warning. workflow_step_type is no longer persisted
|
|
24
|
-
</system-err>
|
|
25
17
|
</testsuite>
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="OpenStudio::Analysis::Translator::Excel version 0.2.0" tests="4" time="0.
|
|
3
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 should process" time="0.
|
|
2
|
+
<testsuite name="OpenStudio::Analysis::Translator::Excel version 0.2.0" tests="4" time="0.968107" failures="0" errors="0" skipped="0" timestamp="2015-01-06T07:51:39-07:00">
|
|
3
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 should process" time="0.845372">
|
|
4
4
|
</testcase>
|
|
5
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 should have new setting variables" time="0.
|
|
5
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 should have new setting variables" time="0.000144">
|
|
6
6
|
</testcase>
|
|
7
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 should have the new measure directory column" time="
|
|
7
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 should have the new measure directory column" time="5.8e-05">
|
|
8
8
|
</testcase>
|
|
9
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 should write a json" time="0.
|
|
9
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 should write a json" time="0.045147">
|
|
10
10
|
</testcase>
|
|
11
11
|
<system-out>
|
|
12
12
|
{"spreadsheet_version"=>"0.2.0", "user_id"=>"new_user", "openstudio_server_version"=>"1.3.2", "cluster_name"=>"Analysis Cluster Name", "server_instance_type"=>"m2.2xlarge", "worker_instance_type"=>"cc2.8xlarge", "worker_nodes"=>2.0}
|
|
@@ -15,54 +15,4 @@ Creating JSON and ZIP file for Name goes here:medium_office
|
|
|
15
15
|
Adding measure /Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/ReduceLightingLoadsByPercentage to zip file
|
|
16
16
|
Adding measure /Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/ExampleMeasure to zip file
|
|
17
17
|
</system-out>
|
|
18
|
-
<system-err>
|
|
19
|
-
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: triangle_uncertain
|
|
20
|
-
Deprecation Warning. RubyContinuousVariable (OpenStudio called this the variable_type) is no longer persisted
|
|
21
|
-
Deprecation Warning. workflow_step_type is no longer persisted
|
|
22
|
-
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: triangle_uncertain
|
|
23
|
-
Deprecation Warning. RubyContinuousVariable (OpenStudio called this the variable_type) is no longer persisted
|
|
24
|
-
Deprecation Warning. workflow_step_type is no longer persisted
|
|
25
|
-
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: uniform_uncertain
|
|
26
|
-
Deprecation Warning. RubyContinuousVariable (OpenStudio called this the variable_type) is no longer persisted
|
|
27
|
-
Deprecation Warning. workflow_step_type is no longer persisted
|
|
28
|
-
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: uniform_uncertain
|
|
29
|
-
Deprecation Warning. RubyContinuousVariable (OpenStudio called this the variable_type) is no longer persisted
|
|
30
|
-
Deprecation Warning. workflow_step_type is no longer persisted
|
|
31
|
-
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: uniform_uncertain
|
|
32
|
-
Deprecation Warning. RubyContinuousVariable (OpenStudio called this the variable_type) is no longer persisted
|
|
33
|
-
Deprecation Warning. workflow_step_type is no longer persisted
|
|
34
|
-
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: triangle_uncertain
|
|
35
|
-
Deprecation Warning. RubyContinuousVariable (OpenStudio called this the variable_type) is no longer persisted
|
|
36
|
-
Deprecation Warning. workflow_step_type is no longer persisted
|
|
37
|
-
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: triangle_uncertain
|
|
38
|
-
Deprecation Warning. RubyContinuousVariable (OpenStudio called this the variable_type) is no longer persisted
|
|
39
|
-
Deprecation Warning. workflow_step_type is no longer persisted
|
|
40
|
-
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: triangle_uncertain
|
|
41
|
-
Deprecation Warning. RubyContinuousVariable (OpenStudio called this the variable_type) is no longer persisted
|
|
42
|
-
Deprecation Warning. workflow_step_type is no longer persisted
|
|
43
|
-
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: triangle_uncertain
|
|
44
|
-
Deprecation Warning. RubyContinuousVariable (OpenStudio called this the variable_type) is no longer persisted
|
|
45
|
-
Deprecation Warning. workflow_step_type is no longer persisted
|
|
46
|
-
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: triangle_uncertain
|
|
47
|
-
Deprecation Warning. RubyContinuousVariable (OpenStudio called this the variable_type) is no longer persisted
|
|
48
|
-
Deprecation Warning. workflow_step_type is no longer persisted
|
|
49
|
-
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: triangle_uncertain
|
|
50
|
-
Deprecation Warning. RubyContinuousVariable (OpenStudio called this the variable_type) is no longer persisted
|
|
51
|
-
Deprecation Warning. workflow_step_type is no longer persisted
|
|
52
|
-
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: triangle_uncertain
|
|
53
|
-
Deprecation Warning. RubyContinuousVariable (OpenStudio called this the variable_type) is no longer persisted
|
|
54
|
-
Deprecation Warning. workflow_step_type is no longer persisted
|
|
55
|
-
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: triangle_uncertain
|
|
56
|
-
Deprecation Warning. RubyContinuousVariable (OpenStudio called this the variable_type) is no longer persisted
|
|
57
|
-
Deprecation Warning. workflow_step_type is no longer persisted
|
|
58
|
-
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: triangle_uncertain
|
|
59
|
-
Deprecation Warning. RubyContinuousVariable (OpenStudio called this the variable_type) is no longer persisted
|
|
60
|
-
Deprecation Warning. workflow_step_type is no longer persisted
|
|
61
|
-
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: triangle_uncertain
|
|
62
|
-
Deprecation Warning. RubyContinuousVariable (OpenStudio called this the variable_type) is no longer persisted
|
|
63
|
-
Deprecation Warning. workflow_step_type is no longer persisted
|
|
64
|
-
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: triangle_uncertain
|
|
65
|
-
Deprecation Warning. RubyContinuousVariable (OpenStudio called this the variable_type) is no longer persisted
|
|
66
|
-
Deprecation Warning. workflow_step_type is no longer persisted
|
|
67
|
-
</system-err>
|
|
68
18
|
</testsuite>
|