openstudio-analysis 0.3.1 → 0.3.2

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 (150) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +12 -34
  3. data/lib/openstudio-analysis.rb +2 -1
  4. data/lib/openstudio/analysis/server_api.rb +239 -35
  5. data/lib/openstudio/analysis/translator/excel.rb +28 -4
  6. data/lib/openstudio/analysis/version.rb +1 -1
  7. data/lib/openstudio/helpers/hash.rb +5 -0
  8. data/lib/openstudio/helpers/string.rb +31 -4
  9. data/spec/files/analysis/medium_office.json +240 -240
  10. data/spec/files/analysis/medium_office.zip +0 -0
  11. data/spec/files/export/analysis/0_3_0_outputs.json +10 -10
  12. data/spec/files/export/analysis/0_3_0_outputs.zip +0 -0
  13. data/spec/files/export/analysis/discrete_dynamic_seed.json +16 -16
  14. data/spec/files/export/analysis/discrete_dynamic_seed.zip +0 -0
  15. data/spec/files/export/analysis/discrete_seed.json +106 -106
  16. data/spec/files/export/analysis/discrete_seed.zip +0 -0
  17. data/spec/files/export/analysis/kats_model_v2.json +22 -22
  18. data/spec/files/export/analysis/kats_model_v2.zip +0 -0
  19. data/spec/files/export/analysis/output_vars.json +104 -104
  20. data/spec/files/export/analysis/output_vars.zip +0 -0
  21. data/spec/files/export/analysis/small_seed.json +104 -104
  22. data/spec/files/export/analysis/small_seed.zip +0 -0
  23. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.26.xml +9 -0
  24. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.27.xml +9 -0
  25. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.28.xml +9 -0
  26. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.29.xml +9 -0
  27. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.30.xml +9 -0
  28. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.31.xml +9 -0
  29. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.32.xml +9 -0
  30. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.33.xml +9 -0
  31. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.26.xml +9 -0
  32. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.27.xml +9 -0
  33. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.28.xml +9 -0
  34. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.29.xml +9 -0
  35. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.30.xml +9 -0
  36. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.31.xml +9 -0
  37. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.32.xml +9 -0
  38. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.33.xml +9 -0
  39. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.26.xml +7 -0
  40. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.27.xml +7 -0
  41. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.28.xml +7 -0
  42. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.29.xml +7 -0
  43. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.30.xml +7 -0
  44. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.31.xml +7 -0
  45. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.32.xml +7 -0
  46. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.33.xml +7 -0
  47. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.13.xml +18 -0
  48. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.14.xml +18 -0
  49. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.15.xml +18 -0
  50. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.16.xml +18 -0
  51. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.17.xml +18 -0
  52. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.18.xml +18 -0
  53. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.13.xml +17 -0
  54. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.14.xml +17 -0
  55. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.15.xml +17 -0
  56. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.16.xml +17 -0
  57. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.17.xml +17 -0
  58. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.18.xml +17 -0
  59. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.16.xml +18 -0
  60. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.17.xml +18 -0
  61. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.18.xml +18 -0
  62. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.19.xml +18 -0
  63. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.20.xml +18 -0
  64. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.21.xml +18 -0
  65. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.22.xml +18 -0
  66. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.13.xml +9 -0
  67. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.14.xml +9 -0
  68. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.15.xml +9 -0
  69. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.16.xml +9 -0
  70. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.17.xml +9 -0
  71. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.18.xml +9 -0
  72. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.14.xml +9 -0
  73. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.15.xml +9 -0
  74. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.16.xml +9 -0
  75. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.17.xml +9 -0
  76. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.18.xml +9 -0
  77. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.19.xml +9 -0
  78. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.13.xml +36 -0
  79. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.14.xml +36 -0
  80. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.15.xml +36 -0
  81. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.16.xml +36 -0
  82. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.17.xml +36 -0
  83. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.18.xml +36 -0
  84. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.15.xml +21 -0
  85. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.16.xml +21 -0
  86. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.17.xml +21 -0
  87. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.18.xml +21 -0
  88. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.19.xml +21 -0
  89. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.20.xml +21 -0
  90. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.16.xml +9 -0
  91. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.17.xml +9 -0
  92. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.18.xml +9 -0
  93. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.19.xml +9 -0
  94. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.20.xml +9 -0
  95. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.21.xml +9 -0
  96. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.22.xml +9 -0
  97. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.15.xml +9 -0
  98. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.16.xml +9 -0
  99. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.17.xml +9 -0
  100. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.18.xml +9 -0
  101. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.19.xml +9 -0
  102. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.20.xml +9 -0
  103. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.21.xml +9 -0
  104. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.15.xml +23 -0
  105. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.16.xml +23 -0
  106. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.17.xml +23 -0
  107. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.18.xml +23 -0
  108. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.19.xml +23 -0
  109. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.20.xml +23 -0
  110. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.15.xml +9 -0
  111. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.16.xml +9 -0
  112. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.17.xml +9 -0
  113. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.18.xml +9 -0
  114. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.19.xml +9 -0
  115. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.20.xml +9 -0
  116. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.21.xml +9 -0
  117. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.13.xml +13 -0
  118. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.14.xml +13 -0
  119. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.15.xml +13 -0
  120. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.16.xml +13 -0
  121. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.17.xml +13 -0
  122. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.18.xml +13 -0
  123. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0-simple.13.xml +21 -0
  124. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0-simple.14.xml +21 -0
  125. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0-simple.15.xml +21 -0
  126. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0-simple.16.xml +21 -0
  127. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0-simple.17.xml +21 -0
  128. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0-simple.18.xml +21 -0
  129. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0.13.xml +32 -0
  130. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0.14.xml +32 -0
  131. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0.15.xml +32 -0
  132. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0.16.xml +32 -0
  133. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0.17.xml +32 -0
  134. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0.18.xml +32 -0
  135. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-objective-functions.16.xml +21 -0
  136. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-objective-functions.17.xml +42 -0
  137. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-objective-functions.18.xml +21 -0
  138. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-objective-functions.19.xml +21 -0
  139. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-objective-functions.20.xml +21 -0
  140. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-objective-functions.21.xml +21 -0
  141. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-objective-functions.22.xml +21 -0
  142. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.26.xml +7 -0
  143. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.27.xml +7 -0
  144. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.28.xml +7 -0
  145. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.29.xml +7 -0
  146. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.30.xml +7 -0
  147. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.31.xml +7 -0
  148. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.32.xml +7 -0
  149. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.33.xml +7 -0
  150. metadata +259 -4
@@ -0,0 +1,36 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel setup output variables" tests="7" time="0.57803" failures="0" errors="0" skipped="0" timestamp="2014-07-11T12:49:52-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel setup output variables should have a model" time="0.000222">
4
+ </testcase>
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel setup output variables should have a weather file" time="0.000155">
6
+ </testcase>
7
+ <testcase name="OpenStudio::Analysis::Translator::Excel setup output variables should have notes and source" time="0.000149">
8
+ </testcase>
9
+ <testcase name="OpenStudio::Analysis::Translator::Excel setup output variables should have typed booleans" time="0.00011">
10
+ </testcase>
11
+ <testcase name="OpenStudio::Analysis::Translator::Excel setup output variables should have algorithm setup" time="0.000118">
12
+ </testcase>
13
+ <testcase name="OpenStudio::Analysis::Translator::Excel setup output variables should create a valid hash" time="0.083558">
14
+ </testcase>
15
+ <testcase name="OpenStudio::Analysis::Translator::Excel setup output variables should write a json" time="0.123247">
16
+ </testcase>
17
+ <system-out>
18
+ /Users/nlong/working/OpenStudio-analysis-gem/spec/files/partial_weather.epw
19
+ Analysis name is Output Vars
20
+ Adding measure item 'reduce_lighting_loads_by_percentage'
21
+ Adding measure item 'reducespaceinfiltrationbypercentage'
22
+ Adding measure item 'adjust_thermostat_setpoints_by_degrees'
23
+ Adding measure item 'set_r_value_of_insulation_for_exterior_walls_to_a_specific_value'
24
+ Adding measure item 'set_r_value_of_insulation_for_roofs_to_a_specific_value'
25
+ Adding measure item 'reduce_ventilation_by_percentage'
26
+ Analysis name is Output Vars
27
+ Adding measure item 'reduce_lighting_loads_by_percentage'
28
+ Adding measure item 'reducespaceinfiltrationbypercentage'
29
+ Adding measure item 'adjust_thermostat_setpoints_by_degrees'
30
+ Adding measure item 'set_r_value_of_insulation_for_exterior_walls_to_a_specific_value'
31
+ Adding measure item 'set_r_value_of_insulation_for_roofs_to_a_specific_value'
32
+ Adding measure item 'reduce_ventilation_by_percentage'
33
+ </system-out>
34
+ <system-err>
35
+ </system-err>
36
+ </testsuite>
@@ -0,0 +1,36 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel setup output variables" tests="7" time="0.58212" failures="0" errors="0" skipped="0" timestamp="2014-07-11T12:53:28-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel setup output variables should have a model" time="0.00024">
4
+ </testcase>
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel setup output variables should have a weather file" time="0.0002">
6
+ </testcase>
7
+ <testcase name="OpenStudio::Analysis::Translator::Excel setup output variables should have notes and source" time="0.000203">
8
+ </testcase>
9
+ <testcase name="OpenStudio::Analysis::Translator::Excel setup output variables should have typed booleans" time="0.000142">
10
+ </testcase>
11
+ <testcase name="OpenStudio::Analysis::Translator::Excel setup output variables should have algorithm setup" time="0.000143">
12
+ </testcase>
13
+ <testcase name="OpenStudio::Analysis::Translator::Excel setup output variables should create a valid hash" time="0.117397">
14
+ </testcase>
15
+ <testcase name="OpenStudio::Analysis::Translator::Excel setup output variables should write a json" time="0.092344">
16
+ </testcase>
17
+ <system-out>
18
+ /Users/nlong/working/OpenStudio-analysis-gem/spec/files/partial_weather.epw
19
+ Analysis name is Output Vars
20
+ Adding measure item 'reduce_lighting_loads_by_percentage'
21
+ Adding measure item 'reducespaceinfiltrationbypercentage'
22
+ Adding measure item 'adjust_thermostat_setpoints_by_degrees'
23
+ Adding measure item 'set_r_value_of_insulation_for_exterior_walls_to_a_specific_value'
24
+ Adding measure item 'set_r_value_of_insulation_for_roofs_to_a_specific_value'
25
+ Adding measure item 'reduce_ventilation_by_percentage'
26
+ Analysis name is Output Vars
27
+ Adding measure item 'reduce_lighting_loads_by_percentage'
28
+ Adding measure item 'reducespaceinfiltrationbypercentage'
29
+ Adding measure item 'adjust_thermostat_setpoints_by_degrees'
30
+ Adding measure item 'set_r_value_of_insulation_for_exterior_walls_to_a_specific_value'
31
+ Adding measure item 'set_r_value_of_insulation_for_roofs_to_a_specific_value'
32
+ Adding measure item 'reduce_ventilation_by_percentage'
33
+ </system-out>
34
+ <system-err>
35
+ </system-err>
36
+ </testsuite>
@@ -0,0 +1,21 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel setup version 0.1.9" tests="4" time="0.499852" failures="0" errors="0" skipped="0" timestamp="2014-06-13T13:47:27-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel setup version 0.1.9 should have a version and machine name" time="0.000282">
4
+ </testcase>
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel setup version 0.1.9 should have the new settings" time="0.000135">
6
+ </testcase>
7
+ <testcase name="OpenStudio::Analysis::Translator::Excel setup version 0.1.9 should have algorithm setup" time="0.00354">
8
+ </testcase>
9
+ <testcase name="OpenStudio::Analysis::Translator::Excel setup version 0.1.9 should create a valid hash" time="0.082302">
10
+ </testcase>
11
+ <system-out>
12
+ Analysis name is Example Analysis
13
+ Adding measure item 'reduce_lighting_loads_by_percentage'
14
+ Adding measure item 'reducespaceinfiltrationbypercentage'
15
+ Adding measure item 'rotate_building_relative_to_current_orientation'
16
+ Adding measure item 'set_south_wwr'
17
+ Adding measure item 'set_west_wwr'
18
+ </system-out>
19
+ <system-err>
20
+ </system-err>
21
+ </testsuite>
@@ -0,0 +1,21 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel setup version 0.1.9" tests="4" time="0.487076" failures="0" errors="0" skipped="0" timestamp="2014-06-16T22:13:58-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel setup version 0.1.9 should have a version and machine name" time="0.000273">
4
+ </testcase>
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel setup version 0.1.9 should have the new settings" time="0.000128">
6
+ </testcase>
7
+ <testcase name="OpenStudio::Analysis::Translator::Excel setup version 0.1.9 should have algorithm setup" time="0.003252">
8
+ </testcase>
9
+ <testcase name="OpenStudio::Analysis::Translator::Excel setup version 0.1.9 should create a valid hash" time="0.075969">
10
+ </testcase>
11
+ <system-out>
12
+ Analysis name is Example Analysis
13
+ Adding measure item 'reduce_lighting_loads_by_percentage'
14
+ Adding measure item 'reducespaceinfiltrationbypercentage'
15
+ Adding measure item 'rotate_building_relative_to_current_orientation'
16
+ Adding measure item 'set_south_wwr'
17
+ Adding measure item 'set_west_wwr'
18
+ </system-out>
19
+ <system-err>
20
+ </system-err>
21
+ </testsuite>
@@ -0,0 +1,21 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel setup version 0.1.9" tests="4" time="0.417622" failures="0" errors="0" skipped="0" timestamp="2014-06-19T20:58:09-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel setup version 0.1.9 should have a version and machine name" time="0.000241">
4
+ </testcase>
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel setup version 0.1.9 should have the new settings" time="0.000127">
6
+ </testcase>
7
+ <testcase name="OpenStudio::Analysis::Translator::Excel setup version 0.1.9 should have algorithm setup" time="0.003525">
8
+ </testcase>
9
+ <testcase name="OpenStudio::Analysis::Translator::Excel setup version 0.1.9 should create a valid hash" time="0.062545">
10
+ </testcase>
11
+ <system-out>
12
+ Analysis name is Example Analysis
13
+ Adding measure item 'reduce_lighting_loads_by_percentage'
14
+ Adding measure item 'reducespaceinfiltrationbypercentage'
15
+ Adding measure item 'rotate_building_relative_to_current_orientation'
16
+ Adding measure item 'set_south_wwr'
17
+ Adding measure item 'set_west_wwr'
18
+ </system-out>
19
+ <system-err>
20
+ </system-err>
21
+ </testsuite>
@@ -0,0 +1,21 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel setup version 0.1.9" tests="4" time="0.42628" failures="0" errors="0" skipped="0" timestamp="2014-06-20T13:42:40-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel setup version 0.1.9 should have a version and machine name" time="0.000249">
4
+ </testcase>
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel setup version 0.1.9 should have the new settings" time="0.000111">
6
+ </testcase>
7
+ <testcase name="OpenStudio::Analysis::Translator::Excel setup version 0.1.9 should have algorithm setup" time="0.003715">
8
+ </testcase>
9
+ <testcase name="OpenStudio::Analysis::Translator::Excel setup version 0.1.9 should create a valid hash" time="0.070226">
10
+ </testcase>
11
+ <system-out>
12
+ Analysis name is Example Analysis
13
+ Adding measure item 'reduce_lighting_loads_by_percentage'
14
+ Adding measure item 'reducespaceinfiltrationbypercentage'
15
+ Adding measure item 'rotate_building_relative_to_current_orientation'
16
+ Adding measure item 'set_south_wwr'
17
+ Adding measure item 'set_west_wwr'
18
+ </system-out>
19
+ <system-err>
20
+ </system-err>
21
+ </testsuite>
@@ -0,0 +1,21 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel setup version 0.1.9" tests="4" time="0.449261" failures="0" errors="0" skipped="0" timestamp="2014-07-11T12:49:49-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel setup version 0.1.9 should have a version and machine name" time="0.000286">
4
+ </testcase>
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel setup version 0.1.9 should have the new settings" time="0.000141">
6
+ </testcase>
7
+ <testcase name="OpenStudio::Analysis::Translator::Excel setup version 0.1.9 should have algorithm setup" time="0.003401">
8
+ </testcase>
9
+ <testcase name="OpenStudio::Analysis::Translator::Excel setup version 0.1.9 should create a valid hash" time="0.081708">
10
+ </testcase>
11
+ <system-out>
12
+ Analysis name is Example Analysis
13
+ Adding measure item 'reduce_lighting_loads_by_percentage'
14
+ Adding measure item 'reducespaceinfiltrationbypercentage'
15
+ Adding measure item 'rotate_building_relative_to_current_orientation'
16
+ Adding measure item 'set_south_wwr'
17
+ Adding measure item 'set_west_wwr'
18
+ </system-out>
19
+ <system-err>
20
+ </system-err>
21
+ </testsuite>
@@ -0,0 +1,21 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel setup version 0.1.9" tests="4" time="0.462305" failures="0" errors="0" skipped="0" timestamp="2014-07-11T12:53:26-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel setup version 0.1.9 should have a version and machine name" time="0.000263">
4
+ </testcase>
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel setup version 0.1.9 should have the new settings" time="0.000129">
6
+ </testcase>
7
+ <testcase name="OpenStudio::Analysis::Translator::Excel setup version 0.1.9 should have algorithm setup" time="0.000749">
8
+ </testcase>
9
+ <testcase name="OpenStudio::Analysis::Translator::Excel setup version 0.1.9 should create a valid hash" time="0.096757">
10
+ </testcase>
11
+ <system-out>
12
+ Analysis name is Example Analysis
13
+ Adding measure item 'reduce_lighting_loads_by_percentage'
14
+ Adding measure item 'reducespaceinfiltrationbypercentage'
15
+ Adding measure item 'rotate_building_relative_to_current_orientation'
16
+ Adding measure item 'set_south_wwr'
17
+ Adding measure item 'set_west_wwr'
18
+ </system-out>
19
+ <system-err>
20
+ </system-err>
21
+ </testsuite>
@@ -0,0 +1,9 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel small list of incomplete variables" tests="1" time="0.475464" failures="0" errors="0" skipped="0" timestamp="2014-06-13T13:47:25-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of incomplete variables should fail to process" time="0.372587">
4
+ </testcase>
5
+ <system-out>
6
+ </system-out>
7
+ <system-err>
8
+ </system-err>
9
+ </testsuite>
@@ -0,0 +1,9 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel small list of incomplete variables" tests="1" time="0.453346" failures="0" errors="0" skipped="0" timestamp="2014-06-13T13:48:31-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of incomplete variables should fail to process" time="0.377887">
4
+ </testcase>
5
+ <system-out>
6
+ </system-out>
7
+ <system-err>
8
+ </system-err>
9
+ </testsuite>
@@ -0,0 +1,9 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel small list of incomplete variables" tests="1" time="0.517476" failures="0" errors="0" skipped="0" timestamp="2014-06-16T22:13:56-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of incomplete variables should fail to process" time="0.416091">
4
+ </testcase>
5
+ <system-out>
6
+ </system-out>
7
+ <system-err>
8
+ </system-err>
9
+ </testsuite>
@@ -0,0 +1,9 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel small list of incomplete variables" tests="1" time="0.475619" failures="0" errors="0" skipped="0" timestamp="2014-06-19T20:58:08-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of incomplete variables should fail to process" time="0.40645">
4
+ </testcase>
5
+ <system-out>
6
+ </system-out>
7
+ <system-err>
8
+ </system-err>
9
+ </testsuite>
@@ -0,0 +1,9 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel small list of incomplete variables" tests="1" time="0.442177" failures="0" errors="0" skipped="0" timestamp="2014-06-20T13:42:38-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of incomplete variables should fail to process" time="0.369453">
4
+ </testcase>
5
+ <system-out>
6
+ </system-out>
7
+ <system-err>
8
+ </system-err>
9
+ </testsuite>
@@ -0,0 +1,9 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel small list of incomplete variables" tests="1" time="0.404836" failures="0" errors="0" skipped="0" timestamp="2014-07-11T12:49:47-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of incomplete variables should fail to process" time="0.332319">
4
+ </testcase>
5
+ <system-out>
6
+ </system-out>
7
+ <system-err>
8
+ </system-err>
9
+ </testsuite>
@@ -0,0 +1,9 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel small list of incomplete variables" tests="1" time="0.42377" failures="0" errors="0" skipped="0" timestamp="2014-07-11T12:53:25-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of incomplete variables should fail to process" time="0.356793">
4
+ </testcase>
5
+ <system-out>
6
+ </system-out>
7
+ <system-err>
8
+ </system-err>
9
+ </testsuite>
@@ -0,0 +1,9 @@
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.422105" failures="0" errors="0" skipped="0" timestamp="2014-06-13T13:47:26-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should not validate should fail to process" time="0.317164">
4
+ </testcase>
5
+ <system-out>
6
+ </system-out>
7
+ <system-err>
8
+ </system-err>
9
+ </testsuite>
@@ -0,0 +1,9 @@
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.398353" failures="0" errors="0" skipped="0" timestamp="2014-06-13T13:48:32-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should not validate should fail to process" time="0.319687">
4
+ </testcase>
5
+ <system-out>
6
+ </system-out>
7
+ <system-err>
8
+ </system-err>
9
+ </testsuite>
@@ -0,0 +1,9 @@
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.423208" failures="0" errors="0" skipped="0" timestamp="2014-06-16T22:13:57-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should not validate should fail to process" time="0.313508">
4
+ </testcase>
5
+ <system-out>
6
+ </system-out>
7
+ <system-err>
8
+ </system-err>
9
+ </testsuite>
@@ -0,0 +1,9 @@
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.369035" failures="0" errors="0" skipped="0" timestamp="2014-06-19T20:58:09-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should not validate should fail to process" time="0.300461">
4
+ </testcase>
5
+ <system-out>
6
+ </system-out>
7
+ <system-err>
8
+ </system-err>
9
+ </testsuite>
@@ -0,0 +1,9 @@
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.376378" failures="0" errors="0" skipped="0" timestamp="2014-06-20T13:42:39-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should not validate should fail to process" time="0.301829">
4
+ </testcase>
5
+ <system-out>
6
+ </system-out>
7
+ <system-err>
8
+ </system-err>
9
+ </testsuite>
@@ -0,0 +1,9 @@
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.369243" failures="0" errors="0" skipped="0" timestamp="2014-07-11T12:49:48-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should not validate should fail to process" time="0.298143">
4
+ </testcase>
5
+ <system-out>
6
+ </system-out>
7
+ <system-err>
8
+ </system-err>
9
+ </testsuite>
@@ -0,0 +1,9 @@
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.387419" failures="0" errors="0" skipped="0" timestamp="2014-07-11T12:53:25-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should not validate should fail to process" time="0.308299">
4
+ </testcase>
5
+ <system-out>
6
+ </system-out>
7
+ <system-err>
8
+ </system-err>
9
+ </testsuite>
@@ -0,0 +1,23 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel small list of variables" tests="4" time="0.620819" failures="0" errors="0" skipped="0" timestamp="2014-06-13T13:47:27-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should have a model" time="0.00028">
4
+ </testcase>
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should have a weather file" time="0.000212">
6
+ </testcase>
7
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should have notes and source" time="0.000231">
8
+ </testcase>
9
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should write a json" time="0.186607">
10
+ </testcase>
11
+ <system-out>
12
+ /Users/nlong/working/OpenStudio-analysis-gem/spec/files/partial_weather.epw
13
+ Analysis name is Example Analysis
14
+ Adding measure item 'reduce_lighting_loads_by_percentage'
15
+ Adding measure item 'reducespaceinfiltrationbypercentage'
16
+ Adding measure item 'adjust_thermostat_setpoints_by_degrees'
17
+ Adding measure item 'set_r_value_of_insulation_for_exterior_walls_to_a_specific_value'
18
+ Adding measure item 'set_r_value_of_insulation_for_roofs_to_a_specific_value'
19
+ Adding measure item 'reduce_ventilation_by_percentage'
20
+ </system-out>
21
+ <system-err>
22
+ </system-err>
23
+ </testsuite>
@@ -0,0 +1,23 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel small list of variables" tests="4" time="0.578654" failures="0" errors="0" skipped="0" timestamp="2014-06-16T22:13:57-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should have a model" time="0.000257">
4
+ </testcase>
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should have a weather file" time="0.00013">
6
+ </testcase>
7
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should have notes and source" time="0.000138">
8
+ </testcase>
9
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should write a json" time="0.148806">
10
+ </testcase>
11
+ <system-out>
12
+ /Users/nlong/working/OpenStudio-analysis-gem/spec/files/partial_weather.epw
13
+ Analysis name is Example Analysis
14
+ Adding measure item 'reduce_lighting_loads_by_percentage'
15
+ Adding measure item 'reducespaceinfiltrationbypercentage'
16
+ Adding measure item 'adjust_thermostat_setpoints_by_degrees'
17
+ Adding measure item 'set_r_value_of_insulation_for_exterior_walls_to_a_specific_value'
18
+ Adding measure item 'set_r_value_of_insulation_for_roofs_to_a_specific_value'
19
+ Adding measure item 'reduce_ventilation_by_percentage'
20
+ </system-out>
21
+ <system-err>
22
+ </system-err>
23
+ </testsuite>
@@ -0,0 +1,23 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel small list of variables" tests="4" time="0.483598" failures="0" errors="0" skipped="0" timestamp="2014-06-19T20:58:09-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should have a model" time="0.000222">
4
+ </testcase>
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should have a weather file" time="0.000152">
6
+ </testcase>
7
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should have notes and source" time="0.000168">
8
+ </testcase>
9
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should write a json" time="0.11099">
10
+ </testcase>
11
+ <system-out>
12
+ /Users/nlong/working/OpenStudio-analysis-gem/spec/files/partial_weather.epw
13
+ Analysis name is Example Analysis
14
+ Adding measure item 'reduce_lighting_loads_by_percentage'
15
+ Adding measure item 'reducespaceinfiltrationbypercentage'
16
+ Adding measure item 'adjust_thermostat_setpoints_by_degrees'
17
+ Adding measure item 'set_r_value_of_insulation_for_exterior_walls_to_a_specific_value'
18
+ Adding measure item 'set_r_value_of_insulation_for_roofs_to_a_specific_value'
19
+ Adding measure item 'reduce_ventilation_by_percentage'
20
+ </system-out>
21
+ <system-err>
22
+ </system-err>
23
+ </testsuite>
@@ -0,0 +1,23 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel small list of variables" tests="4" time="0.48913" failures="0" errors="0" skipped="0" timestamp="2014-06-20T13:42:39-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should have a model" time="0.00024">
4
+ </testcase>
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should have a weather file" time="0.000125">
6
+ </testcase>
7
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should have notes and source" time="0.000154">
8
+ </testcase>
9
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should write a json" time="0.118486">
10
+ </testcase>
11
+ <system-out>
12
+ /Users/nlong/working/OpenStudio-analysis-gem/spec/files/partial_weather.epw
13
+ Analysis name is Example Analysis
14
+ Adding measure item 'reduce_lighting_loads_by_percentage'
15
+ Adding measure item 'reducespaceinfiltrationbypercentage'
16
+ Adding measure item 'adjust_thermostat_setpoints_by_degrees'
17
+ Adding measure item 'set_r_value_of_insulation_for_exterior_walls_to_a_specific_value'
18
+ Adding measure item 'set_r_value_of_insulation_for_roofs_to_a_specific_value'
19
+ Adding measure item 'reduce_ventilation_by_percentage'
20
+ </system-out>
21
+ <system-err>
22
+ </system-err>
23
+ </testsuite>