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.
Files changed (65) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +4 -0
  3. data/lib/openstudio/analysis/translator/excel.rb +1 -1
  4. data/lib/openstudio/analysis/version.rb +1 -1
  5. data/lib/openstudio/analysis/workflow.rb +1 -1
  6. data/spec/files/analysis/example_analysis_api.json +34 -34
  7. data/spec/files/analysis/lhs_discrete_and_continuous_variables_api.json +50 -50
  8. data/spec/files/analysis/medium_office.json +88 -88
  9. data/spec/files/analysis/medium_office.zip +0 -0
  10. data/spec/files/analysis/name_goes_here_api.json +74 -74
  11. data/spec/files/analysis/output_vars_api.json +32 -32
  12. data/spec/files/analysis/preflight_api.json +11 -11
  13. data/spec/files/analysis/simple_test_api.json +10 -10
  14. data/spec/files/analysis/test_model_api.json +7 -7
  15. data/spec/files/export/analysis/{639cb8a5-cdbb-4b69-955a-cbb650f6872b.json → 0754ec1c-39d7-45e7-a8a5-5e5847a757fb.json} +14 -14
  16. data/spec/files/export/analysis/{639cb8a5-cdbb-4b69-955a-cbb650f6872b.zip → 0754ec1c-39d7-45e7-a8a5-5e5847a757fb.zip} +0 -0
  17. data/spec/files/export/analysis/0_1_09_outputvars.json +38 -38
  18. data/spec/files/export/analysis/0_1_09_outputvars.zip +0 -0
  19. data/spec/files/export/analysis/0_1_11_discrete_variables.json +40 -40
  20. data/spec/files/export/analysis/0_1_11_discrete_variables.zip +0 -0
  21. data/spec/files/export/analysis/0_1_12_discrete_dynamic_columns.json +8 -8
  22. data/spec/files/export/analysis/0_1_12_discrete_dynamic_columns.zip +0 -0
  23. data/spec/files/export/analysis/0_2_0_template_simpletest.json +12 -12
  24. data/spec/files/export/analysis/0_2_0_template_simpletest.zip +0 -0
  25. data/spec/files/export/analysis/0_3_0_outputs.json +6 -6
  26. data/spec/files/export/analysis/0_3_0_outputs.zip +0 -0
  27. data/spec/files/export/analysis/{c50f0062-cdfb-4dec-bc02-215f6c29af3c.json → 10e6ec76-f2e8-43bd-b5a0-26a311173576.json} +14 -14
  28. data/spec/files/export/analysis/{c50f0062-cdfb-4dec-bc02-215f6c29af3c.zip → 10e6ec76-f2e8-43bd-b5a0-26a311173576.zip} +0 -0
  29. data/spec/files/export/analysis/{9560f95b-5730-4038-a95b-328c825c596b.json → 4d9244ef-58b6-43c4-87bc-625e6d7365df.json} +6 -6
  30. data/spec/files/export/analysis/{9560f95b-5730-4038-a95b-328c825c596b.zip → 4d9244ef-58b6-43c4-87bc-625e6d7365df.zip} +0 -0
  31. data/spec/files/export/analysis/{276ccf51-ed22-4604-a380-8985cec5efe8.json → d1e0168f-97c4-4f25-9ac2-8daf34769494.json} +10 -10
  32. data/spec/files/export/analysis/{276ccf51-ed22-4604-a380-8985cec5efe8.zip → d1e0168f-97c4-4f25-9ac2-8daf34769494.zip} +0 -0
  33. data/spec/files/export/analysis/discrete_lhs_example.json +60 -60
  34. data/spec/files/export/analysis/discrete_lhs_example.zip +0 -0
  35. data/spec/files/export/analysis/small_seed.json +38 -38
  36. data/spec/files/export/analysis/small_seed.zip +0 -0
  37. data/spec/reports/SPEC-OpenStudio-Analysis-Formulation.xml +8 -8
  38. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-object-instance.xml +2 -2
  39. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.xml +2 -2
  40. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.xml +1 -1
  41. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.xml +3 -29
  42. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.xml +3 -11
  43. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.xml +6 -6
  44. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.xml +2 -2
  45. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.xml +2 -2
  46. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.xml +8 -52
  47. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.xml +5 -22
  48. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.xml +2 -2
  49. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.xml +2 -2
  50. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.xml +5 -28
  51. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.xml +2 -2
  52. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.xml +3 -3
  53. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0-simple.xml +5 -13
  54. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0.xml +5 -55
  55. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-dynamic-uuid-assignments.xml +4 -9
  56. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-measure-existence-checks.xml +3 -8
  57. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-objective-functions.xml +5 -13
  58. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-3-and-short-display-names.xml +4 -9
  59. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-5-and-measure-paths.xml +4 -9
  60. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-7-and-worker-init-final-scripts.0.xml +2 -34
  61. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-7-and-worker-init-final-scripts.xml +4 -9
  62. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.xml +1 -1
  63. data/spec/reports/SPEC-OpenStudio-Analysis-Workflow.xml +7 -7
  64. data/spec/reports/SPEC-OpenStudio-Analysis-WorkflowStep.xml +7 -7
  65. metadata +17 -17
@@ -1,18 +1,18 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <testsuite name="OpenStudio::Analysis::Formulation" tests="7" time="0.03787" failures="0" errors="0" skipped="0" timestamp="2015-01-06T07:36:50-07:00">
3
- <testcase name="OpenStudio::Analysis::Formulation should create an analysis" time="0.001045">
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="8.2e-05">
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.001">
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.030748">
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.000744">
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="0.000127">
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.003436">
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.005303" failures="0" errors="0" skipped="0" timestamp="2015-01-06T07:36:50-07:00">
3
- <testcase name="OpenStudio::Analysis::ServerApi create a new object instance should set the default host to localhost" time="0.000162">
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.000568" failures="0" errors="0" skipped="0" timestamp="2015-01-06T07:36:50-07:00">
3
- <testcase name="OpenStudio::Analysis::ServerApi test not localhost should have a not localhost URL" time="0.000378">
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="0.000117" skipped="0" timestamp="2015-01-06T07:36:50-07:00">
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.471354" failures="0" errors="0" skipped="0" timestamp="2015-01-06T07:36:41-07:00">
3
- <testcase name="OpenStudio::Analysis::Translator::Excel discrete variables should have parsed the spreadsheet" time="0.003573">
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.033966">
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"=&gt;"variable", "display_name"=&gt;"Alter Design Day Thermostats?", "display_name_short"=&gt;"Alter Design Day Thermostats?", "name"=&gt;"alter_design_days", "index"=&gt;3, "type"=&gt;"bool", "units"=&gt;nil, "distribution"=&gt;{"enumerations"=&gt;["true", "false"], "min"=&gt;true, "max"=&gt;true, "mean"=&gt;false, "stddev"=&gt;false, "discrete_values"=&gt;[true, false], "discrete_weights"=&gt;[0.8, 0.2], "type"=&gt;"discrete_uncertain", "static_value"=&gt;false, "delta_x"=&gt;nil, "source"=&gt;nil}, "notes"=&gt;nil, "relation_to_eui"=&gt;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>
@@ -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.393895" failures="0" errors="0" skipped="0" timestamp="2015-01-06T07:36:42-07:00">
3
- <testcase name="OpenStudio::Analysis::Translator::Excel discrete with dynamic columns should have parsed the spreadsheet" time="0.000159">
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.030632">
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.790654" failures="0" errors="0" skipped="0" timestamp="2015-01-06T07:36:37-07:00">
3
- <testcase name="OpenStudio::Analysis::Translator::Excel no variables defined should have excel data" time="0.161278">
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.275632">
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.074529">
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.278602">
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
- #&lt;OpenStudio::Analysis::Translator::Excel:0x007f955b1390a0&gt;
12
+ #&lt;OpenStudio::Analysis::Translator::Excel:0x007f909abd6690&gt;
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.395469" failures="0" errors="0" skipped="0" timestamp="2015-01-06T07:36:41-07:00">
3
- <testcase name="OpenStudio::Analysis::Translator::Excel proxy setup with user should have a user" time="0.000184">
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.412036" failures="0" errors="0" skipped="0" timestamp="2015-01-06T07:36:40-07:00">
3
- <testcase name="OpenStudio::Analysis::Translator::Excel proxy setup should have a proxy setting" time="0.000206">
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.444562" failures="0" errors="0" skipped="0" timestamp="2015-01-06T07:36:42-07:00">
3
- <testcase name="OpenStudio::Analysis::Translator::Excel setup output variables should have a model" time="0.000184">
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="9.0e-05">
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="8.1e-05">
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="7.1e-05">
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.9e-05">
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.006886">
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.034908">
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.389006" failures="0" errors="0" skipped="0" timestamp="2015-01-06T07:36:40-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.000209">
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.2e-05">
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.000936">
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.006053">
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>
@@ -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.423755" failures="0" errors="0" skipped="0" timestamp="2015-01-06T07:36:38-07:00">
3
- <testcase name="OpenStudio::Analysis::Translator::Excel small list of incomplete variables should fail to process" time="0.353419">
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.441432" failures="0" errors="0" skipped="0" timestamp="2015-01-06T07:36:39-07:00">
3
- <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should not validate should fail to process" time="0.364855">
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.449821" failures="0" errors="0" skipped="0" timestamp="2015-01-06T07:36:39-07:00">
3
- <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should have a model" time="0.000185">
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="8.4e-05">
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.2e-05">
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.040363">
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.423443" failures="0" errors="0" skipped="0" timestamp="2015-01-06T07:36:39-07:00">
3
- <testcase name="OpenStudio::Analysis::Translator::Excel small list with with repeated variable names should fail to process" time="0.346628">
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.381755" failures="0" errors="0" skipped="0" timestamp="2015-01-06T07:36:42-07:00">
3
- <testcase name="OpenStudio::Analysis::Translator::Excel version 0.1.10 should process" time="0.307547">
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.000164">
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"=&gt;"0.1.10", "user_id"=&gt;"new_user", "openstudio_server_version"=&gt;"1.3.2", "cluster_name"=&gt;"Analysis Cluster", "server_instance_type"=&gt;"m2.xlarge", "worker_instance_type"=&gt;"m2.2xlarge", "worker_nodes"=&gt;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.410976" failures="0" errors="0" skipped="0" timestamp="2015-01-06T07:36:44-07:00">
3
- <testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 simple should process" time="0.321746">
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.000144">
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="9.5e-05">
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.011264">
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"=&gt;"0.2.0", "user_id"=&gt;"new_user", "openstudio_server_version"=&gt;"1.3.2", "cluster_name"=&gt;"Analysis Cluster", "server_instance_type"=&gt;"m2.2xlarge", "worker_instance_type"=&gt;"cc2.8xlarge", "worker_nodes"=&gt;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.975664" failures="0" errors="0" skipped="0" timestamp="2015-01-06T07:36:43-07:00">
3
- <testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 should process" time="0.829658">
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.000169">
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="6.0e-05">
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.062521">
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"=&gt;"0.2.0", "user_id"=&gt;"new_user", "openstudio_server_version"=&gt;"1.3.2", "cluster_name"=&gt;"Analysis Cluster Name", "server_instance_type"=&gt;"m2.2xlarge", "worker_instance_type"=&gt;"cc2.8xlarge", "worker_nodes"=&gt;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>