openstudio-analysis 0.1.13 → 0.1.14

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 (191) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +6 -0
  3. data/lib/openstudio/analysis/translator/excel.rb +138 -61
  4. data/lib/openstudio/analysis/version.rb +1 -1
  5. data/lib/openstudio/templates/discrete_uncertain_variable.json.erb +15 -3
  6. data/lib/openstudio/templates/pivot_variable.json.erb +0 -1
  7. data/lib/openstudio/templates/static_variable.json.erb +0 -2
  8. data/lib/openstudio/templates/uncertain_variable.json.erb +4 -1
  9. data/spec/files/discrete_dynamic_columns.xlsx +0 -0
  10. data/spec/files/discrete_variables.xlsx +0 -0
  11. data/spec/files/export/analysis/discrete_dynamic_seed.json +445 -0
  12. data/spec/files/export/analysis/discrete_dynamic_seed.zip +0 -0
  13. data/spec/files/export/analysis/discrete_seed.json +156 -126
  14. data/spec/files/export/analysis/discrete_seed.zip +0 -0
  15. data/spec/files/export/analysis/output_vars.json +150 -121
  16. data/spec/files/export/analysis/output_vars.zip +0 -0
  17. data/spec/files/export/analysis/small_seed.json +138 -117
  18. data/spec/files/export/analysis/small_seed.zip +0 -0
  19. data/spec/files/no_variables.xlsx +0 -0
  20. data/spec/openstudio/analysis/translator/excel_spec.rb +66 -47
  21. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.51.xml +9 -0
  22. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.52.xml +9 -0
  23. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.53.xml +9 -0
  24. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.54.xml +9 -0
  25. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.55.xml +9 -0
  26. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.56.xml +9 -0
  27. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.57.xml +9 -0
  28. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.58.xml +9 -0
  29. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.59.xml +9 -0
  30. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.60.xml +9 -0
  31. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.61.xml +9 -0
  32. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.51.xml +9 -0
  33. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.52.xml +9 -0
  34. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.53.xml +9 -0
  35. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.54.xml +9 -0
  36. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.55.xml +9 -0
  37. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.56.xml +9 -0
  38. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.57.xml +9 -0
  39. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.58.xml +9 -0
  40. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.59.xml +9 -0
  41. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.60.xml +9 -0
  42. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.61.xml +9 -0
  43. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.51.xml +7 -0
  44. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.52.xml +7 -0
  45. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.53.xml +7 -0
  46. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.54.xml +7 -0
  47. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.55.xml +7 -0
  48. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.56.xml +7 -0
  49. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.57.xml +7 -0
  50. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.58.xml +7 -0
  51. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.59.xml +7 -0
  52. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.60.xml +7 -0
  53. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.61.xml +7 -0
  54. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.10.xml +18 -0
  55. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.11.xml +18 -0
  56. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.12.xml +106 -0
  57. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.13.xml +18 -0
  58. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.14.xml +56 -0
  59. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.15.xml +64 -0
  60. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.16.xml +48 -0
  61. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.17.xml +18 -0
  62. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.18.xml +18 -0
  63. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.19.xml +18 -0
  64. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.9.xml +18 -0
  65. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.0.xml +17 -0
  66. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.1.xml +17 -0
  67. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.2.xml +17 -0
  68. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.3.xml +17 -0
  69. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.xml +25 -0
  70. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.51.xml +20 -0
  71. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.52.xml +20 -0
  72. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.53.xml +20 -0
  73. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.54.xml +20 -0
  74. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.55.xml +20 -0
  75. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.56.xml +20 -0
  76. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.57.xml +20 -0
  77. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.58.xml +20 -0
  78. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.59.xml +20 -0
  79. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.60.xml +20 -0
  80. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.61.xml +20 -0
  81. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.17.xml +9 -0
  82. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.18.xml +9 -0
  83. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.19.xml +9 -0
  84. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.20.xml +9 -0
  85. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.21.xml +9 -0
  86. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.22.xml +9 -0
  87. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.23.xml +14 -0
  88. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.24.xml +9 -0
  89. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.25.xml +9 -0
  90. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.26.xml +9 -0
  91. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.27.xml +9 -0
  92. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.23.xml +9 -0
  93. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.24.xml +9 -0
  94. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.25.xml +9 -0
  95. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.26.xml +9 -0
  96. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.27.xml +9 -0
  97. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.28.xml +9 -0
  98. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.29.xml +14 -0
  99. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.30.xml +9 -0
  100. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.31.xml +9 -0
  101. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.32.xml +9 -0
  102. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.33.xml +9 -0
  103. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.10.xml +93 -0
  104. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.11.xml +36 -0
  105. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.12.xml +36 -0
  106. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.13.xml +36 -0
  107. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.3.xml +36 -0
  108. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.4.xml +36 -0
  109. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.5.xml +36 -0
  110. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.6.xml +36 -0
  111. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.7.xml +36 -0
  112. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.8.xml +36 -0
  113. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.9.xml +43 -0
  114. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.0.xml +21 -0
  115. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.1.xml +21 -0
  116. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.10.xml +21 -0
  117. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.2.xml +21 -0
  118. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.3.xml +21 -0
  119. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.4.xml +21 -0
  120. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.5.xml +21 -0
  121. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.6.xml +26 -0
  122. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.7.xml +50 -0
  123. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.8.xml +21 -0
  124. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.9.xml +21 -0
  125. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.51.xml +9 -0
  126. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.52.xml +9 -0
  127. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.53.xml +9 -0
  128. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.54.xml +9 -0
  129. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.55.xml +9 -0
  130. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.56.xml +9 -0
  131. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.57.xml +12 -0
  132. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.58.xml +9 -0
  133. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.59.xml +9 -0
  134. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.60.xml +9 -0
  135. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.61.xml +9 -0
  136. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.51.xml +9 -0
  137. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.52.xml +9 -0
  138. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.53.xml +9 -0
  139. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.54.xml +9 -0
  140. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.55.xml +9 -0
  141. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.56.xml +9 -0
  142. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.57.xml +13 -0
  143. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.58.xml +9 -0
  144. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.59.xml +9 -0
  145. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.60.xml +9 -0
  146. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.61.xml +9 -0
  147. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.51.xml +23 -0
  148. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.52.xml +23 -0
  149. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.53.xml +23 -0
  150. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.54.xml +23 -0
  151. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.55.xml +23 -0
  152. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.56.xml +23 -0
  153. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.57.xml +30 -0
  154. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.58.xml +52 -0
  155. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.59.xml +23 -0
  156. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.60.xml +23 -0
  157. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.61.xml +23 -0
  158. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.51.xml +9 -0
  159. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.52.xml +9 -0
  160. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.53.xml +9 -0
  161. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.54.xml +9 -0
  162. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.55.xml +9 -0
  163. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.56.xml +9 -0
  164. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.57.xml +16 -0
  165. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.58.xml +9 -0
  166. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.59.xml +9 -0
  167. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.60.xml +9 -0
  168. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.61.xml +9 -0
  169. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.0.xml +13 -0
  170. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.1.xml +13 -0
  171. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.10.xml +13 -0
  172. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.2.xml +13 -0
  173. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.3.xml +13 -0
  174. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.4.xml +13 -0
  175. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.5.xml +13 -0
  176. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.6.xml +18 -0
  177. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.7.xml +13 -0
  178. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.8.xml +13 -0
  179. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.9.xml +13 -0
  180. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.51.xml +7 -0
  181. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.52.xml +7 -0
  182. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.53.xml +7 -0
  183. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.54.xml +7 -0
  184. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.55.xml +7 -0
  185. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.56.xml +7 -0
  186. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.57.xml +7 -0
  187. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.58.xml +7 -0
  188. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.59.xml +7 -0
  189. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.60.xml +7 -0
  190. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.61.xml +7 -0
  191. metadata +348 -2
@@ -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.327637" failures="0" errors="0" skipped="0" timestamp="2014-04-14T09:43:11-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should have a model" time="0.000244">
4
+ </testcase>
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should have a weather file" time="0.000162">
6
+ </testcase>
7
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should have notes and source" time="0.000175">
8
+ </testcase>
9
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should write a json" time="0.041529">
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,30 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel small list of variables" tests="4" time="0.33199" failures="0" errors="0" skipped="0" timestamp="2014-04-14T09:54:20-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should have a model" time="0.000256">
4
+ </testcase>
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should have a weather file" time="0.000148">
6
+ </testcase>
7
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should have notes and source" time="0.000127">
8
+ </testcase>
9
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should write a json" time="0.050203">
10
+ </testcase>
11
+ <system-out>
12
+ HERE I AM {"variable_type"=&gt;"variable", "display_name"=&gt;"Lighting Power Reduction", "machine_name"=&gt;"lighting_power_reduction", "name"=&gt;"lighting_power_reduction_percent", "index"=&gt;2, "method"=&gt;"lhs", "type"=&gt;"Double", "units"=&gt;nil, "distribution"=&gt;{"min"=&gt;0.0, "max"=&gt;50.0, "mean"=&gt;40.0, "stddev"=&gt;8.333333333333334, "type"=&gt;"triangle_uncertain", "source"=&gt;"some data source"}, "notes"=&gt;nil, "relation_to_eui"=&gt;nil}
13
+ HERE I AM {"variable_type"=&gt;"variable", "display_name"=&gt;"Space Infiltration Power Reduction", "machine_name"=&gt;"space_infiltration_power_reduction", "name"=&gt;"space_infiltration_reduction_percent", "index"=&gt;2, "method"=&gt;"lhs", "type"=&gt;"Double", "units"=&gt;nil, "distribution"=&gt;{"min"=&gt;0.0, "max"=&gt;30.0, "mean"=&gt;10.0, "stddev"=&gt;5.0, "type"=&gt;"uniform_uncertain", "source"=&gt;nil}, "notes"=&gt;nil, "relation_to_eui"=&gt;nil}
14
+ HERE I AM {"variable_type"=&gt;"variable", "display_name"=&gt;"Degrees Fahrenheit to Adjust Cooling Setpoint By.", "machine_name"=&gt;"degrees_fahrenheit_to_adjust_cooling_setpoint_by.", "name"=&gt;"cooling_adjustment", "index"=&gt;1, "method"=&gt;"lhs", "type"=&gt;"Double", "units"=&gt;nil, "distribution"=&gt;{"min"=&gt;-4.0, "max"=&gt;4.0, "mean"=&gt;0.0, "stddev"=&gt;1.3333333333333333, "type"=&gt;"uniform_uncertain", "source"=&gt;nil}, "notes"=&gt;nil, "relation_to_eui"=&gt;nil}
15
+ HERE I AM {"variable_type"=&gt;"variable", "display_name"=&gt;"Degrees Fahrenheit to Adjust heating Setpoint By.", "machine_name"=&gt;"degrees_fahrenheit_to_adjust_heating_setpoint_by.", "name"=&gt;"heating_adjustment", "index"=&gt;2, "method"=&gt;"lhs", "type"=&gt;"Double", "units"=&gt;nil, "distribution"=&gt;{"min"=&gt;-4.0, "max"=&gt;4.0, "mean"=&gt;0.0, "stddev"=&gt;1.3333333333333333, "type"=&gt;"uniform_uncertain", "source"=&gt;nil}, "notes"=&gt;nil, "relation_to_eui"=&gt;nil}
16
+ HERE I AM {"variable_type"=&gt;"variable", "display_name"=&gt;"Wall R Value", "machine_name"=&gt;"wall_r_value", "name"=&gt;"r_value", "index"=&gt;1, "method"=&gt;"lhs", "type"=&gt;"Double", "units"=&gt;nil, "distribution"=&gt;{"min"=&gt;0.0, "max"=&gt;5.0, "mean"=&gt;2.5, "stddev"=&gt;0.8333333333333334, "type"=&gt;"triangle_uncertain", "source"=&gt;nil}, "notes"=&gt;nil, "relation_to_eui"=&gt;nil}
17
+ HERE I AM {"variable_type"=&gt;"variable", "display_name"=&gt;"Roof R Value", "machine_name"=&gt;"roof_r_value", "name"=&gt;"r_value", "index"=&gt;1, "method"=&gt;"lhs", "type"=&gt;"Double", "units"=&gt;nil, "distribution"=&gt;{"min"=&gt;0.0, "max"=&gt;5.0, "mean"=&gt;2.5, "stddev"=&gt;0.8333333333333334, "type"=&gt;"triangle_uncertain", "source"=&gt;nil}, "notes"=&gt;nil, "relation_to_eui"=&gt;nil}
18
+ HERE I AM {"variable_type"=&gt;"variable", "display_name"=&gt;"Design Specification Outdoor Air Reduction (%).", "machine_name"=&gt;"design_specification_outdoor_air_reduction_(%).", "name"=&gt;"design_spec_outdoor_air_reduction_percent", "index"=&gt;2, "method"=&gt;"lhs", "type"=&gt;"Double", "units"=&gt;nil, "distribution"=&gt;{"min"=&gt;0.0, "max"=&gt;90.0, "mean"=&gt;20.0, "stddev"=&gt;15.0, "type"=&gt;"triangle_uncertain", "source"=&gt;nil}, "notes"=&gt;nil, "relation_to_eui"=&gt;nil}
19
+ /Users/nlong/working/OpenStudio-analysis-gem/spec/files/partial_weather.epw
20
+ Analysis name is Example Analysis
21
+ Adding measure item 'reduce_lighting_loads_by_percentage'
22
+ Adding measure item 'reducespaceinfiltrationbypercentage'
23
+ Adding measure item 'adjust_thermostat_setpoints_by_degrees'
24
+ Adding measure item 'set_r_value_of_insulation_for_exterior_walls_to_a_specific_value'
25
+ Adding measure item 'set_r_value_of_insulation_for_roofs_to_a_specific_value'
26
+ Adding measure item 'reduce_ventilation_by_percentage'
27
+ </system-out>
28
+ <system-err>
29
+ </system-err>
30
+ </testsuite>
@@ -0,0 +1,52 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel small list of variables" tests="4" time="0.365557" failures="0" errors="1" skipped="0" timestamp="2014-04-14T15:05:54-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should have a model" time="0.000237">
4
+ </testcase>
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should have a weather file" time="0.000128">
6
+ </testcase>
7
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should have notes and source" time="0.00014">
8
+ </testcase>
9
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should write a json" time="0.003899">
10
+ <failure type="JSON::ParserError" message="399: unexpected token at '{...">
11
+ 399: unexpected token at '{
12
+ "name": "delta_x",
13
+ "value":
14
+ }
15
+ ],
16
+ "type": "triangle_uncertain"
17
+ },
18
+ "uuid": "d157d709-b83e-42bd-bd30-1bc3a7979672",
19
+ "variable_type": "RubyContinuousVariable",
20
+ "version_uuid": "26e7d8de-83e3-4a53-938b-45d3e0f29953"
21
+ }
22
+ ' (JSON::ParserError)
23
+ JSON::ParserError:
24
+ 399: unexpected token at '{
25
+ "name": "delta_x",
26
+ "value":
27
+ }
28
+ ],
29
+ "type": "triangle_uncertain"
30
+ },
31
+ "uuid": "d157d709-b83e-42bd-bd30-1bc3a7979672",
32
+ "variable_type": "RubyContinuousVariable",
33
+ "version_uuid": "26e7d8de-83e3-4a53-938b-45d3e0f29953"
34
+ }
35
+ '
36
+ ./lib/openstudio/analysis/translator/excel.rb:288:in `block (2 levels) in translate_to_analysis_json_template'
37
+ ./lib/openstudio/analysis/translator/excel.rb:215:in `each'
38
+ ./lib/openstudio/analysis/translator/excel.rb:215:in `block in translate_to_analysis_json_template'
39
+ ./lib/openstudio/analysis/translator/excel.rb:202:in `each'
40
+ ./lib/openstudio/analysis/translator/excel.rb:202:in `translate_to_analysis_json_template'
41
+ ./lib/openstudio/analysis/translator/excel.rb:164:in `create_analysis_hash'
42
+ ./lib/openstudio/analysis/translator/excel.rb:170:in `save_analysis'
43
+ ./spec/openstudio/analysis/translator/excel_spec.rb:98:in `block (3 levels) in &lt;top (required)&gt;' </failure>
44
+ </testcase>
45
+ <system-out>
46
+ /Users/nlong/working/OpenStudio-analysis-gem/spec/files/partial_weather.epw
47
+ Analysis name is Example Analysis
48
+ Adding measure item 'reduce_lighting_loads_by_percentage'
49
+ </system-out>
50
+ <system-err>
51
+ </system-err>
52
+ </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.35985" failures="0" errors="0" skipped="0" timestamp="2014-04-14T15:08:49-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should have a model" time="0.000226">
4
+ </testcase>
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should have a weather file" time="0.000141">
6
+ </testcase>
7
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should have notes and source" time="0.000145">
8
+ </testcase>
9
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should write a json" time="0.050019">
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.379472" failures="0" errors="0" skipped="0" timestamp="2014-04-14T15:14:19-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should have a model" time="0.000224">
4
+ </testcase>
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should have a weather file" time="0.000164">
6
+ </testcase>
7
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should have notes and source" time="0.000199">
8
+ </testcase>
9
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should write a json" time="0.045241">
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.375821" failures="0" errors="0" skipped="0" timestamp="2014-04-14T15:15:36-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should have a model" time="0.000224">
4
+ </testcase>
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should have a weather file" time="0.000124">
6
+ </testcase>
7
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should have notes and source" time="0.000133">
8
+ </testcase>
9
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should write a json" time="0.047827">
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,9 @@
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.280696" failures="0" errors="0" skipped="0" timestamp="2014-04-14T08:32:39-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list with with repeated variable names should fail to process" time="0.232445">
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 with with repeated variable names" tests="1" time="0.284199" failures="0" errors="0" skipped="0" timestamp="2014-04-14T08:42:01-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list with with repeated variable names should fail to process" time="0.223593">
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 with with repeated variable names" tests="1" time="0.294874" failures="0" errors="0" skipped="0" timestamp="2014-04-14T09:24:10-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list with with repeated variable names should fail to process" time="0.228068">
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 with with repeated variable names" tests="1" time="0.283781" failures="0" errors="0" skipped="0" timestamp="2014-04-14T09:40:42-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list with with repeated variable names should fail to process" time="0.221384">
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 with with repeated variable names" tests="1" time="0.322231" failures="0" errors="0" skipped="0" timestamp="2014-04-14T09:41:55-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list with with repeated variable names should fail to process" time="0.265502">
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 with with repeated variable names" tests="1" time="0.286697" failures="0" errors="0" skipped="0" timestamp="2014-04-14T09:43:11-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list with with repeated variable names should fail to process" time="0.223114">
4
+ </testcase>
5
+ <system-out>
6
+ </system-out>
7
+ <system-err>
8
+ </system-err>
9
+ </testsuite>
@@ -0,0 +1,16 @@
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.287634" failures="0" errors="0" skipped="0" timestamp="2014-04-14T09:54:20-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list with with repeated variable names should fail to process" time="0.227184">
4
+ </testcase>
5
+ <system-out>
6
+ HERE I AM {"variable_type"=&gt;"variable", "display_name"=&gt;"Lighting Power Reduction", "machine_name"=&gt;"lighting_power_reduction", "name"=&gt;"lighting_power_reduction_percent", "index"=&gt;2, "method"=&gt;"lhs", "type"=&gt;"Double", "units"=&gt;nil, "distribution"=&gt;{"min"=&gt;0.0, "max"=&gt;50.0, "mean"=&gt;40.0, "stddev"=&gt;8.333333333333334, "type"=&gt;"triangle_uncertain", "source"=&gt;nil}, "notes"=&gt;nil, "relation_to_eui"=&gt;nil}
7
+ HERE I AM {"variable_type"=&gt;"variable", "display_name"=&gt;"Space Infiltration Power Reduction", "machine_name"=&gt;"space_infiltration_power_reduction", "name"=&gt;"space_infiltration_reduction_percent", "index"=&gt;2, "method"=&gt;"lhs", "type"=&gt;"Double", "units"=&gt;nil, "distribution"=&gt;{"min"=&gt;0.0, "max"=&gt;30.0, "mean"=&gt;10.0, "stddev"=&gt;5.0, "type"=&gt;"uniform_uncertain", "source"=&gt;nil}, "notes"=&gt;nil, "relation_to_eui"=&gt;nil}
8
+ HERE I AM {"variable_type"=&gt;"variable", "display_name"=&gt;"Degrees Fahrenheit to Adjust Cooling Setpoint By.", "machine_name"=&gt;"degrees_fahrenheit_to_adjust_cooling_setpoint_by.", "name"=&gt;"cooling_adjustment", "index"=&gt;1, "method"=&gt;"lhs", "type"=&gt;"Double", "units"=&gt;nil, "distribution"=&gt;{"min"=&gt;-4.0, "max"=&gt;4.0, "mean"=&gt;0.0, "stddev"=&gt;1.3333333333333333, "type"=&gt;"uniform_uncertain", "source"=&gt;nil}, "notes"=&gt;nil, "relation_to_eui"=&gt;nil}
9
+ HERE I AM {"variable_type"=&gt;"variable", "display_name"=&gt;"Degrees Fahrenheit to Adjust heating Setpoint By.", "machine_name"=&gt;"degrees_fahrenheit_to_adjust_heating_setpoint_by.", "name"=&gt;"heating_adjustment", "index"=&gt;2, "method"=&gt;"lhs", "type"=&gt;"Double", "units"=&gt;nil, "distribution"=&gt;{"min"=&gt;-4.0, "max"=&gt;4.0, "mean"=&gt;0.0, "stddev"=&gt;1.3333333333333333, "type"=&gt;"uniform_uncertain", "source"=&gt;nil}, "notes"=&gt;nil, "relation_to_eui"=&gt;nil}
10
+ HERE I AM {"variable_type"=&gt;"variable", "display_name"=&gt;"Insulation R-value (ft^2*h*R/Btu).", "machine_name"=&gt;"insulation_r_value_(ft^2*h*r/btu).", "name"=&gt;"r_value", "index"=&gt;1, "method"=&gt;"lhs", "type"=&gt;"Double", "units"=&gt;nil, "distribution"=&gt;{"min"=&gt;0.0, "max"=&gt;5.0, "mean"=&gt;2.5, "stddev"=&gt;0.8333333333333334, "type"=&gt;"triangle_uncertain", "source"=&gt;nil}, "notes"=&gt;nil, "relation_to_eui"=&gt;nil}
11
+ HERE I AM {"variable_type"=&gt;"variable", "display_name"=&gt;"Insulation R-value (ft^2*h*R/Btu).", "machine_name"=&gt;"insulation_r_value_(ft^2*h*r/btu).", "name"=&gt;"r_value", "index"=&gt;1, "method"=&gt;"lhs", "type"=&gt;"Double", "units"=&gt;nil, "distribution"=&gt;{"min"=&gt;0.0, "max"=&gt;5.0, "mean"=&gt;2.5, "stddev"=&gt;0.8333333333333334, "type"=&gt;"triangle_uncertain", "source"=&gt;nil}, "notes"=&gt;nil, "relation_to_eui"=&gt;nil}
12
+ HERE I AM {"variable_type"=&gt;"variable", "display_name"=&gt;"Design Specification Outdoor Air Reduction (%).", "machine_name"=&gt;"design_specification_outdoor_air_reduction_(%).", "name"=&gt;"design_spec_outdoor_air_reduction_percent", "index"=&gt;2, "method"=&gt;"lhs", "type"=&gt;"Double", "units"=&gt;nil, "distribution"=&gt;{"min"=&gt;0.0, "max"=&gt;90.0, "mean"=&gt;20.0, "stddev"=&gt;15.0, "type"=&gt;"triangle_uncertain", "source"=&gt;nil}, "notes"=&gt;nil, "relation_to_eui"=&gt;nil}
13
+ </system-out>
14
+ <system-err>
15
+ </system-err>
16
+ </testsuite>
@@ -0,0 +1,9 @@
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.339376" failures="0" errors="0" skipped="0" timestamp="2014-04-14T15:05:53-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list with with repeated variable names should fail to process" time="0.280471">
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 with with repeated variable names" tests="1" time="0.345945" failures="0" errors="0" skipped="0" timestamp="2014-04-14T15:08:48-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list with with repeated variable names should fail to process" time="0.294039">
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 with with repeated variable names" tests="1" time="0.395841" failures="0" errors="0" skipped="0" timestamp="2014-04-14T15:14:18-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list with with repeated variable names should fail to process" time="0.310198">
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 with with repeated variable names" tests="1" time="0.397812" failures="0" errors="0" skipped="0" timestamp="2014-04-14T15:15:35-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list with with repeated variable names should fail to process" time="0.324448">
4
+ </testcase>
5
+ <system-out>
6
+ </system-out>
7
+ <system-err>
8
+ </system-err>
9
+ </testsuite>
@@ -0,0 +1,13 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel version 0.1.10" tests="2" time="0.290591" failures="0" errors="0" skipped="0" timestamp="2014-04-14T08:32:42-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.1.10 should process" time="0.230739">
4
+ </testcase>
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.1.10 should have new setting variables" time="0.000321">
6
+ </testcase>
7
+ <system-out>
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}
9
+ {"analysis_name"=&gt;"LHS Example Project", "measure_directory"=&gt;"../files/measures", "export_directory"=&gt;"../files/analysis", "allow_multiple_jobs"=&gt;true, "use_server_as_worker"=&gt;true, "simulate_data_point_filename"=&gt;"simulate_data_point.rb", "run_data_point_filename"=&gt;"run_openstudio_workflow.rb"}
10
+ </system-out>
11
+ <system-err>
12
+ </system-err>
13
+ </testsuite>
@@ -0,0 +1,13 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel version 0.1.10" tests="2" time="0.285838" failures="0" errors="0" skipped="0" timestamp="2014-04-14T08:42:03-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.1.10 should process" time="0.224526">
4
+ </testcase>
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.1.10 should have new setting variables" time="0.000182">
6
+ </testcase>
7
+ <system-out>
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}
9
+ {"analysis_name"=&gt;"LHS Example Project", "measure_directory"=&gt;"../files/measures", "export_directory"=&gt;"../files/analysis", "allow_multiple_jobs"=&gt;true, "use_server_as_worker"=&gt;true, "simulate_data_point_filename"=&gt;"simulate_data_point.rb", "run_data_point_filename"=&gt;"run_openstudio_workflow.rb"}
10
+ </system-out>
11
+ <system-err>
12
+ </system-err>
13
+ </testsuite>
@@ -0,0 +1,13 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel version 0.1.10" tests="2" time="0.339976" failures="0" errors="0" skipped="0" timestamp="2014-04-14T15:15:38-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.1.10 should process" time="0.273863">
4
+ </testcase>
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.1.10 should have new setting variables" time="0.000178">
6
+ </testcase>
7
+ <system-out>
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}
9
+ {"analysis_name"=&gt;"LHS Example Project", "measure_directory"=&gt;"../files/measures", "export_directory"=&gt;"../files/analysis", "allow_multiple_jobs"=&gt;true, "use_server_as_worker"=&gt;true, "simulate_data_point_filename"=&gt;"simulate_data_point.rb", "run_data_point_filename"=&gt;"run_openstudio_workflow.rb"}
10
+ </system-out>
11
+ <system-err>
12
+ </system-err>
13
+ </testsuite>
@@ -0,0 +1,13 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel version 0.1.10" tests="2" time="0.302719" failures="0" errors="0" skipped="0" timestamp="2014-04-14T09:24:12-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.1.10 should process" time="0.238793">
4
+ </testcase>
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.1.10 should have new setting variables" time="0.000182">
6
+ </testcase>
7
+ <system-out>
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}
9
+ {"analysis_name"=&gt;"LHS Example Project", "measure_directory"=&gt;"../files/measures", "export_directory"=&gt;"../files/analysis", "allow_multiple_jobs"=&gt;true, "use_server_as_worker"=&gt;true, "simulate_data_point_filename"=&gt;"simulate_data_point.rb", "run_data_point_filename"=&gt;"run_openstudio_workflow.rb"}
10
+ </system-out>
11
+ <system-err>
12
+ </system-err>
13
+ </testsuite>
@@ -0,0 +1,13 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel version 0.1.10" tests="2" time="0.282121" failures="0" errors="0" skipped="0" timestamp="2014-04-14T09:40:44-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.1.10 should process" time="0.218431">
4
+ </testcase>
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.1.10 should have new setting variables" time="0.000176">
6
+ </testcase>
7
+ <system-out>
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}
9
+ {"analysis_name"=&gt;"LHS Example Project", "measure_directory"=&gt;"../files/measures", "export_directory"=&gt;"../files/analysis", "allow_multiple_jobs"=&gt;true, "use_server_as_worker"=&gt;true, "simulate_data_point_filename"=&gt;"simulate_data_point.rb", "run_data_point_filename"=&gt;"run_openstudio_workflow.rb"}
10
+ </system-out>
11
+ <system-err>
12
+ </system-err>
13
+ </testsuite>
@@ -0,0 +1,13 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel version 0.1.10" tests="2" time="0.289838" failures="0" errors="0" skipped="0" timestamp="2014-04-14T09:41:57-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.1.10 should process" time="0.229707">
4
+ </testcase>
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.1.10 should have new setting variables" time="0.00025">
6
+ </testcase>
7
+ <system-out>
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}
9
+ {"analysis_name"=&gt;"LHS Example Project", "measure_directory"=&gt;"../files/measures", "export_directory"=&gt;"../files/analysis", "allow_multiple_jobs"=&gt;true, "use_server_as_worker"=&gt;true, "simulate_data_point_filename"=&gt;"simulate_data_point.rb", "run_data_point_filename"=&gt;"run_openstudio_workflow.rb"}
10
+ </system-out>
11
+ <system-err>
12
+ </system-err>
13
+ </testsuite>
@@ -0,0 +1,13 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel version 0.1.10" tests="2" time="0.287869" failures="0" errors="0" skipped="0" timestamp="2014-04-14T09:43:13-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.1.10 should process" time="0.226276">
4
+ </testcase>
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.1.10 should have new setting variables" time="0.000177">
6
+ </testcase>
7
+ <system-out>
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}
9
+ {"analysis_name"=&gt;"LHS Example Project", "measure_directory"=&gt;"../files/measures", "export_directory"=&gt;"../files/analysis", "allow_multiple_jobs"=&gt;true, "use_server_as_worker"=&gt;true, "simulate_data_point_filename"=&gt;"simulate_data_point.rb", "run_data_point_filename"=&gt;"run_openstudio_workflow.rb"}
10
+ </system-out>
11
+ <system-err>
12
+ </system-err>
13
+ </testsuite>
@@ -0,0 +1,18 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel version 0.1.10" tests="2" time="0.300078" failures="0" errors="0" skipped="0" timestamp="2014-04-14T09:54:23-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.1.10 should process" time="0.233991">
4
+ </testcase>
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.1.10 should have new setting variables" time="0.000214">
6
+ </testcase>
7
+ <system-out>
8
+ HERE I AM {"variable_type"=&gt;"variable", "display_name"=&gt;"Lighting Power Reduction", "machine_name"=&gt;"lighting_power_reduction", "name"=&gt;"lighting_power_reduction_percent", "index"=&gt;2, "method"=&gt;"lhs", "type"=&gt;"Double", "units"=&gt;nil, "distribution"=&gt;{"min"=&gt;0.0, "max"=&gt;50.0, "mean"=&gt;40.0, "stddev"=&gt;8.333333333333334, "discrete_values"=&gt;nil, "discrete_weights"=&gt;nil, "type"=&gt;"triangle_uncertain", "source"=&gt;nil}, "notes"=&gt;nil, "relation_to_eui"=&gt;nil}
9
+ HERE I AM {"variable_type"=&gt;"variable", "display_name"=&gt;"Space Infiltration Power Reduction", "machine_name"=&gt;"space_infiltration_power_reduction", "name"=&gt;"space_infiltration_reduction_percent", "index"=&gt;2, "method"=&gt;"lhs", "type"=&gt;"Double", "units"=&gt;nil, "distribution"=&gt;{"min"=&gt;0.0, "max"=&gt;30.0, "mean"=&gt;10.0, "stddev"=&gt;5.0, "discrete_values"=&gt;nil, "discrete_weights"=&gt;nil, "type"=&gt;"uniform_uncertain", "source"=&gt;nil}, "notes"=&gt;nil, "relation_to_eui"=&gt;nil}
10
+ HERE I AM {"variable_type"=&gt;"variable", "display_name"=&gt;"Number of Degrees to Rotate Building", "machine_name"=&gt;"number_of_degrees_to_rotate_building", "name"=&gt;"relative_building_rotation", "index"=&gt;1, "method"=&gt;"lhs", "type"=&gt;"Double", "units"=&gt;nil, "distribution"=&gt;{"min"=&gt;0.0, "max"=&gt;259.0, "mean"=&gt;180.0, "stddev"=&gt;43.166666666666664, "discrete_values"=&gt;nil, "discrete_weights"=&gt;nil, "type"=&gt;"uniform_uncertain", "source"=&gt;nil}, "notes"=&gt;nil, "relation_to_eui"=&gt;nil}
11
+ HERE I AM {"variable_type"=&gt;"variable", "display_name"=&gt;"South WWR", "machine_name"=&gt;"south_wwr", "name"=&gt;"wwr", "index"=&gt;1, "method"=&gt;"lhs", "type"=&gt;"Double", "units"=&gt;nil, "distribution"=&gt;{"min"=&gt;0.0, "max"=&gt;0.8, "mean"=&gt;0.4, "stddev"=&gt;0.13333333333333333, "discrete_values"=&gt;nil, "discrete_weights"=&gt;nil, "type"=&gt;"triangle_uncertain", "source"=&gt;nil}, "notes"=&gt;nil, "relation_to_eui"=&gt;nil}
12
+ HERE I AM {"variable_type"=&gt;"variable", "display_name"=&gt;"West WWR", "machine_name"=&gt;"west_wwr", "name"=&gt;"wwr", "index"=&gt;1, "method"=&gt;"lhs", "type"=&gt;"Double", "units"=&gt;nil, "distribution"=&gt;{"min"=&gt;0.0, "max"=&gt;0.8, "mean"=&gt;0.4, "stddev"=&gt;0.13333333333333333, "discrete_values"=&gt;nil, "discrete_weights"=&gt;nil, "type"=&gt;"triangle_uncertain", "source"=&gt;nil}, "notes"=&gt;nil, "relation_to_eui"=&gt;nil}
13
+ {"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}
14
+ {"analysis_name"=&gt;"LHS Example Project", "measure_directory"=&gt;"../files/measures", "export_directory"=&gt;"../files/analysis", "allow_multiple_jobs"=&gt;true, "use_server_as_worker"=&gt;true, "simulate_data_point_filename"=&gt;"simulate_data_point.rb", "run_data_point_filename"=&gt;"run_openstudio_workflow.rb"}
15
+ </system-out>
16
+ <system-err>
17
+ </system-err>
18
+ </testsuite>
@@ -0,0 +1,13 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel version 0.1.10" tests="2" time="0.361018" failures="0" errors="0" skipped="0" timestamp="2014-04-14T15:05:56-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.1.10 should process" time="0.277867">
4
+ </testcase>
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.1.10 should have new setting variables" time="0.000287">
6
+ </testcase>
7
+ <system-out>
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}
9
+ {"analysis_name"=&gt;"LHS Example Project", "measure_directory"=&gt;"../files/measures", "export_directory"=&gt;"../files/analysis", "allow_multiple_jobs"=&gt;true, "use_server_as_worker"=&gt;true, "simulate_data_point_filename"=&gt;"simulate_data_point.rb", "run_data_point_filename"=&gt;"run_openstudio_workflow.rb"}
10
+ </system-out>
11
+ <system-err>
12
+ </system-err>
13
+ </testsuite>