openstudio-analysis 0.3.2 → 0.3.3

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 (406) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +6 -0
  3. data/README.md +1 -1
  4. data/Rakefile +1 -1
  5. data/lib/openstudio/analysis/translator/excel.rb +74 -36
  6. data/lib/openstudio/analysis/version.rb +1 -1
  7. data/lib/openstudio/templates/argument.json.erb +1 -0
  8. data/lib/openstudio/templates/discrete_uncertain_variable.json.erb +2 -0
  9. data/lib/openstudio/templates/pivot_variable.json.erb +2 -0
  10. data/lib/openstudio/templates/uncertain_variable.json.erb +2 -0
  11. data/spec/files/{no_variables.xlsx → 0_1_09_no_variables.xlsx} +0 -0
  12. data/spec/files/0_1_09_outputvars.xlsx +0 -0
  13. data/spec/files/{setup_version_2.xlsx → 0_1_09_setup_version_2.xlsx} +0 -0
  14. data/spec/files/0_1_09_small_list.xlsx +0 -0
  15. data/spec/files/{small_list_incomplete.xlsx → 0_1_09_small_list_incomplete.xlsx} +0 -0
  16. data/spec/files/{small_list_repeat_vars.xlsx → 0_1_09_small_list_repeat_vars.xlsx} +0 -0
  17. data/spec/files/{small_list_validation_errors.xlsx → 0_1_09_small_list_validation_errors.xlsx} +0 -0
  18. data/spec/files/{proxy.xlsx → 0_1_10_proxy.xlsx} +0 -0
  19. data/spec/files/{proxy_user.xlsx → 0_1_10_proxy_user.xlsx} +0 -0
  20. data/spec/files/{template_input_0.1.10.xlsx → 0_1_10_template_input.xlsx} +0 -0
  21. data/spec/files/0_1_11_discrete_variables.xlsx +0 -0
  22. data/spec/files/{discrete_dynamic_columns.xlsx → 0_1_12_discrete_dynamic_columns.xlsx} +0 -0
  23. data/spec/files/0_2_0_template.xlsx +0 -0
  24. data/spec/files/{template_0_2_0_simpletest.xlsx → 0_2_0_template_simpletest.xlsx} +0 -0
  25. data/spec/files/0_3_0_dynamic_uuids.xlsx +0 -0
  26. data/spec/files/0_3_0_measure_existence.xlsx +0 -0
  27. data/spec/files/0_3_0_outputs.xlsx +0 -0
  28. data/spec/files/0_3_3_short_names.xlsx +0 -0
  29. data/spec/files/analysis/medium_office.json +292 -266
  30. data/spec/files/analysis/medium_office.zip +0 -0
  31. data/spec/files/export/analysis/{0_3_0_outputs.json → 2bdc9c90-ef8f-0131-9f99-14109fdf0b37.json} +139 -13
  32. data/spec/files/export/analysis/2bdc9c90-ef8f-0131-9f99-14109fdf0b37.zip +0 -0
  33. data/spec/files/measures/ExampleMeasure/measure.json +3 -0
  34. data/spec/files/measures/ExampleMeasure/measure.rb +7 -0
  35. data/spec/files/measures/ExampleMeasure/measure.xml +1 -0
  36. data/spec/files/measures/ReduceLightingLoadsByPercentage/measure.json +3 -0
  37. data/spec/files/measures/ReduceLightingLoadsByPercentage/measure.rb +7 -0
  38. data/spec/files/measures/ReduceLightingLoadsByPercentage/measure.xml +1 -0
  39. data/spec/files/measures/example_measure_auto_directory_name/measure.json +3 -0
  40. data/spec/files/measures/example_measure_auto_directory_name/measure.rb +7 -0
  41. data/spec/files/measures/example_measure_auto_directory_name/measure.xml +1 -0
  42. data/spec/files/measures/reduce_lighting_loads_by_percentage/measure.json +3 -0
  43. data/spec/files/measures/reduce_lighting_loads_by_percentage/measure.rb +7 -0
  44. data/spec/files/measures/reduce_lighting_loads_by_percentage/measure.xml +1 -0
  45. data/spec/files/~$0_3_3_short_names.xlsx +0 -0
  46. data/spec/openstudio/analysis/translator/excel_spec.rb +111 -26
  47. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.34.xml +9 -0
  48. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.35.xml +9 -0
  49. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.36.xml +9 -0
  50. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.37.xml +9 -0
  51. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.38.xml +9 -0
  52. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.39.xml +9 -0
  53. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.40.xml +9 -0
  54. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.41.xml +9 -0
  55. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.42.xml +9 -0
  56. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.43.xml +9 -0
  57. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.44.xml +9 -0
  58. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.45.xml +9 -0
  59. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.46.xml +9 -0
  60. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.47.xml +9 -0
  61. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.48.xml +9 -0
  62. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.49.xml +9 -0
  63. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.50.xml +9 -0
  64. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.34.xml +9 -0
  65. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.35.xml +9 -0
  66. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.36.xml +9 -0
  67. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.37.xml +9 -0
  68. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.38.xml +9 -0
  69. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.39.xml +9 -0
  70. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.40.xml +9 -0
  71. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.41.xml +9 -0
  72. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.42.xml +9 -0
  73. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.43.xml +9 -0
  74. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.44.xml +9 -0
  75. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.45.xml +9 -0
  76. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.46.xml +9 -0
  77. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.47.xml +9 -0
  78. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.48.xml +9 -0
  79. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.49.xml +9 -0
  80. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.50.xml +9 -0
  81. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.34.xml +7 -0
  82. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.35.xml +7 -0
  83. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.36.xml +7 -0
  84. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.37.xml +7 -0
  85. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.38.xml +7 -0
  86. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.39.xml +7 -0
  87. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.40.xml +7 -0
  88. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.41.xml +7 -0
  89. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.42.xml +7 -0
  90. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.43.xml +7 -0
  91. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.44.xml +7 -0
  92. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.45.xml +7 -0
  93. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.46.xml +7 -0
  94. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.47.xml +7 -0
  95. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.48.xml +7 -0
  96. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.49.xml +7 -0
  97. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.50.xml +7 -0
  98. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.19.xml +18 -0
  99. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.20.xml +24 -0
  100. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.21.xml +25 -0
  101. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.22.xml +38 -0
  102. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.23.xml +38 -0
  103. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.24.xml +38 -0
  104. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.25.xml +38 -0
  105. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.26.xml +38 -0
  106. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.27.xml +38 -0
  107. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.28.xml +45 -0
  108. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.29.xml +19 -0
  109. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.30.xml +19 -0
  110. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.31.xml +19 -0
  111. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.32.xml +19 -0
  112. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.33.xml +19 -0
  113. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.34.xml +19 -0
  114. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.35.xml +19 -0
  115. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.19.xml +17 -0
  116. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.20.xml +19 -0
  117. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.21.xml +20 -0
  118. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.22.xml +27 -0
  119. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.23.xml +27 -0
  120. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.24.xml +27 -0
  121. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.25.xml +27 -0
  122. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.26.xml +27 -0
  123. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.27.xml +27 -0
  124. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.28.xml +27 -0
  125. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.29.xml +27 -0
  126. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.30.xml +13 -0
  127. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.31.xml +13 -0
  128. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.32.xml +13 -0
  129. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.33.xml +13 -0
  130. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.34.xml +13 -0
  131. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.35.xml +13 -0
  132. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.23.xml +18 -0
  133. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.24.xml +18 -0
  134. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.25.xml +18 -0
  135. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.26.xml +18 -0
  136. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.27.xml +52 -0
  137. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.28.xml +18 -0
  138. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.29.xml +18 -0
  139. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.30.xml +18 -0
  140. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.31.xml +18 -0
  141. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.32.xml +18 -0
  142. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.33.xml +18 -0
  143. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.34.xml +18 -0
  144. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.35.xml +18 -0
  145. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.36.xml +18 -0
  146. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.37.xml +18 -0
  147. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.38.xml +18 -0
  148. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.39.xml +18 -0
  149. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.19.xml +9 -0
  150. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.20.xml +9 -0
  151. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.21.xml +9 -0
  152. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.22.xml +9 -0
  153. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.23.xml +16 -0
  154. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.24.xml +9 -0
  155. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.25.xml +9 -0
  156. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.26.xml +9 -0
  157. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.27.xml +9 -0
  158. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.28.xml +9 -0
  159. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.29.xml +9 -0
  160. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.30.xml +9 -0
  161. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.31.xml +9 -0
  162. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.32.xml +9 -0
  163. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.33.xml +9 -0
  164. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.34.xml +9 -0
  165. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.35.xml +9 -0
  166. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.20.xml +9 -0
  167. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.21.xml +9 -0
  168. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.22.xml +9 -0
  169. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.23.xml +9 -0
  170. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.24.xml +16 -0
  171. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.25.xml +9 -0
  172. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.26.xml +9 -0
  173. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.27.xml +9 -0
  174. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.28.xml +9 -0
  175. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.29.xml +9 -0
  176. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.30.xml +9 -0
  177. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.31.xml +9 -0
  178. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.32.xml +9 -0
  179. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.33.xml +9 -0
  180. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.34.xml +9 -0
  181. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.35.xml +9 -0
  182. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.36.xml +9 -0
  183. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.19.xml +36 -0
  184. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.20.xml +42 -0
  185. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.21.xml +43 -0
  186. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.22.xml +56 -0
  187. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.23.xml +70 -0
  188. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.24.xml +56 -0
  189. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.25.xml +56 -0
  190. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.26.xml +56 -0
  191. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.27.xml +56 -0
  192. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.28.xml +54 -0
  193. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.29.xml +54 -0
  194. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.30.xml +54 -0
  195. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.31.xml +50 -0
  196. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.32.xml +36 -0
  197. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.33.xml +36 -0
  198. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.34.xml +36 -0
  199. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.35.xml +36 -0
  200. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.21.xml +21 -0
  201. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.22.xml +21 -0
  202. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.23.xml +21 -0
  203. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.24.xml +21 -0
  204. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.25.xml +43 -0
  205. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.26.xml +21 -0
  206. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.27.xml +21 -0
  207. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.28.xml +21 -0
  208. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.29.xml +21 -0
  209. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.30.xml +21 -0
  210. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.31.xml +21 -0
  211. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.32.xml +21 -0
  212. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.33.xml +21 -0
  213. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.34.xml +21 -0
  214. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.35.xml +21 -0
  215. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.36.xml +21 -0
  216. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.37.xml +21 -0
  217. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.23.xml +9 -0
  218. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.24.xml +9 -0
  219. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.25.xml +9 -0
  220. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.26.xml +9 -0
  221. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.27.xml +16 -0
  222. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.28.xml +9 -0
  223. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.29.xml +9 -0
  224. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.30.xml +9 -0
  225. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.31.xml +9 -0
  226. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.32.xml +9 -0
  227. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.33.xml +9 -0
  228. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.34.xml +9 -0
  229. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.35.xml +9 -0
  230. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.36.xml +9 -0
  231. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.37.xml +9 -0
  232. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.38.xml +9 -0
  233. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.39.xml +9 -0
  234. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.22.xml +9 -0
  235. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.23.xml +9 -0
  236. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.24.xml +9 -0
  237. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.25.xml +9 -0
  238. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.26.xml +16 -0
  239. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.27.xml +9 -0
  240. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.28.xml +9 -0
  241. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.29.xml +9 -0
  242. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.30.xml +9 -0
  243. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.31.xml +9 -0
  244. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.32.xml +9 -0
  245. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.33.xml +9 -0
  246. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.34.xml +9 -0
  247. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.35.xml +9 -0
  248. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.36.xml +9 -0
  249. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.37.xml +9 -0
  250. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.38.xml +9 -0
  251. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.21.xml +23 -0
  252. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.22.xml +29 -0
  253. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.23.xml +30 -0
  254. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.24.xml +43 -0
  255. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.25.xml +43 -0
  256. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.26.xml +43 -0
  257. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.27.xml +43 -0
  258. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.28.xml +43 -0
  259. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.29.xml +43 -0
  260. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.30.xml +23 -0
  261. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.31.xml +23 -0
  262. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.32.xml +23 -0
  263. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.33.xml +23 -0
  264. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.34.xml +23 -0
  265. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.35.xml +23 -0
  266. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.36.xml +23 -0
  267. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.37.xml +23 -0
  268. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.22.xml +9 -0
  269. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.23.xml +9 -0
  270. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.24.xml +9 -0
  271. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.25.xml +9 -0
  272. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.26.xml +16 -0
  273. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.27.xml +9 -0
  274. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.28.xml +9 -0
  275. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.29.xml +9 -0
  276. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.30.xml +9 -0
  277. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.31.xml +9 -0
  278. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.32.xml +9 -0
  279. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.33.xml +9 -0
  280. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.34.xml +9 -0
  281. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.35.xml +9 -0
  282. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.36.xml +9 -0
  283. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.37.xml +9 -0
  284. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.38.xml +9 -0
  285. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.19.xml +13 -0
  286. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.20.xml +13 -0
  287. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.21.xml +13 -0
  288. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.22.xml +13 -0
  289. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.23.xml +25 -0
  290. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.24.xml +13 -0
  291. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.25.xml +13 -0
  292. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.26.xml +13 -0
  293. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.27.xml +13 -0
  294. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.28.xml +13 -0
  295. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.29.xml +13 -0
  296. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.30.xml +13 -0
  297. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.31.xml +13 -0
  298. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.32.xml +13 -0
  299. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.33.xml +13 -0
  300. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.34.xml +13 -0
  301. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.35.xml +13 -0
  302. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0-simple.19.xml +21 -0
  303. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0-simple.20.xml +23 -0
  304. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0-simple.21.xml +24 -0
  305. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0-simple.22.xml +33 -0
  306. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0-simple.23.xml +43 -0
  307. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0-simple.24.xml +33 -0
  308. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0-simple.25.xml +33 -0
  309. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0-simple.26.xml +33 -0
  310. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0-simple.27.xml +21 -0
  311. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0-simple.28.xml +21 -0
  312. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0-simple.29.xml +21 -0
  313. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0-simple.30.xml +21 -0
  314. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0-simple.31.xml +21 -0
  315. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0-simple.32.xml +21 -0
  316. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0-simple.33.xml +21 -0
  317. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0-simple.34.xml +21 -0
  318. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0-simple.35.xml +21 -0
  319. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0.19.xml +32 -0
  320. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0.20.xml +52 -0
  321. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0.21.xml +53 -0
  322. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0.22.xml +68 -0
  323. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0.23.xml +43 -0
  324. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0.24.xml +68 -0
  325. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0.25.xml +46 -0
  326. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0.26.xml +32 -0
  327. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0.27.xml +32 -0
  328. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0.28.xml +32 -0
  329. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0.29.xml +32 -0
  330. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0.30.xml +32 -0
  331. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0.31.xml +32 -0
  332. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0.32.xml +32 -0
  333. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0.33.xml +32 -0
  334. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0.34.xml +32 -0
  335. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0.35.xml +32 -0
  336. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-dynamic-uuid-assignments.0.xml +13 -0
  337. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-dynamic-uuid-assignments.1.xml +13 -0
  338. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-dynamic-uuid-assignments.xml +13 -0
  339. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-measure-existence-checks.0.xml +14 -0
  340. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-measure-existence-checks.1.xml +14 -0
  341. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-measure-existence-checks.10.xml +14 -0
  342. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-measure-existence-checks.11.xml +14 -0
  343. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-measure-existence-checks.12.xml +14 -0
  344. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-measure-existence-checks.2.xml +14 -0
  345. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-measure-existence-checks.3.xml +14 -0
  346. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-measure-existence-checks.4.xml +14 -0
  347. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-measure-existence-checks.5.xml +14 -0
  348. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-measure-existence-checks.6.xml +14 -0
  349. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-measure-existence-checks.7.xml +14 -0
  350. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-measure-existence-checks.8.xml +14 -0
  351. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-measure-existence-checks.9.xml +14 -0
  352. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-measure-existence-checks.xml +14 -0
  353. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-objective-functions.23.xml +21 -0
  354. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-objective-functions.24.xml +23 -0
  355. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-objective-functions.25.xml +24 -0
  356. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-objective-functions.26.xml +21 -0
  357. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-objective-functions.27.xml +21 -0
  358. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-objective-functions.28.xml +21 -0
  359. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-objective-functions.29.xml +21 -0
  360. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-objective-functions.30.xml +21 -0
  361. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-objective-functions.31.xml +21 -0
  362. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-objective-functions.32.xml +21 -0
  363. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-objective-functions.33.xml +21 -0
  364. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-objective-functions.34.xml +21 -0
  365. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-objective-functions.35.xml +21 -0
  366. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-objective-functions.36.xml +21 -0
  367. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-objective-functions.37.xml +21 -0
  368. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-objective-functions.38.xml +21 -0
  369. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-objective-functions.39.xml +21 -0
  370. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-3-and-short-display-names.0.xml +28 -0
  371. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-3-and-short-display-names.xml +14 -0
  372. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.34.xml +7 -0
  373. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.35.xml +7 -0
  374. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.36.xml +7 -0
  375. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.37.xml +7 -0
  376. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.38.xml +7 -0
  377. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.39.xml +7 -0
  378. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.40.xml +7 -0
  379. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.41.xml +7 -0
  380. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.42.xml +7 -0
  381. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.43.xml +7 -0
  382. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.44.xml +7 -0
  383. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.45.xml +7 -0
  384. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.46.xml +7 -0
  385. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.47.xml +7 -0
  386. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.48.xml +7 -0
  387. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.49.xml +7 -0
  388. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.50.xml +7 -0
  389. metadata +750 -58
  390. data/spec/files/discrete_variables.xlsx +0 -0
  391. data/spec/files/export/analysis/0_3_0_outputs.zip +0 -0
  392. data/spec/files/export/analysis/apartment_highrise.json +0 -1311
  393. data/spec/files/export/analysis/apartment_highrise.zip +0 -0
  394. data/spec/files/export/analysis/discrete_dynamic_seed.json +0 -488
  395. data/spec/files/export/analysis/discrete_dynamic_seed.zip +0 -0
  396. data/spec/files/export/analysis/discrete_seed.json +0 -743
  397. data/spec/files/export/analysis/discrete_seed.zip +0 -0
  398. data/spec/files/export/analysis/kats_model_v2.json +0 -511
  399. data/spec/files/export/analysis/kats_model_v2.zip +0 -0
  400. data/spec/files/export/analysis/output_vars.json +0 -719
  401. data/spec/files/export/analysis/output_vars.zip +0 -0
  402. data/spec/files/export/analysis/small_seed.json +0 -673
  403. data/spec/files/export/analysis/small_seed.zip +0 -0
  404. data/spec/files/outputvars.xlsx +0 -0
  405. data/spec/files/small_list.xlsx +0 -0
  406. data/spec/files/template_0_2_0.xlsx +0 -0
@@ -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.763862" failures="0" errors="0" skipped="0" timestamp="2014-07-16T13:47:47-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should have a model" time="0.000273">
4
+ </testcase>
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should have a weather file" time="0.000129">
6
+ </testcase>
7
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should have notes and source" time="0.000136">
8
+ </testcase>
9
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should write a json" time="0.120605">
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.486858" failures="0" errors="0" skipped="0" timestamp="2014-07-16T13:48:22-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should have a model" time="0.000262">
4
+ </testcase>
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should have a weather file" time="0.000127">
6
+ </testcase>
7
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should have notes and source" time="0.000136">
8
+ </testcase>
9
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should write a json" time="0.116635">
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.49359" failures="0" errors="0" skipped="0" timestamp="2014-07-16T13:58:57-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should have a model" time="0.000231">
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.000136">
8
+ </testcase>
9
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should write a json" time="0.116259">
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.770733" failures="0" errors="0" skipped="0" timestamp="2014-07-16T20:46:48-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should have a model" time="0.000234">
4
+ </testcase>
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should have a weather file" time="0.000129">
6
+ </testcase>
7
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should have notes and source" time="0.000134">
8
+ </testcase>
9
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should write a json" time="0.197643">
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.544198" failures="0" errors="0" skipped="0" timestamp="2014-07-16T20:47:16-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should have a model" time="0.000229">
4
+ </testcase>
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should have a weather file" time="0.000154">
6
+ </testcase>
7
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should have notes and source" time="0.000135">
8
+ </testcase>
9
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should write a json" time="0.1403">
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.435031" failures="0" errors="0" skipped="0" timestamp="2014-07-14T09:37:05-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list with with repeated variable names should fail to process" time="0.32747">
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.449441" failures="0" errors="0" skipped="0" timestamp="2014-07-15T11:21:23-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list with with repeated variable names should fail to process" time="0.335985">
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.398086" failures="0" errors="0" skipped="0" timestamp="2014-07-16T10:36:08-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list with with repeated variable names should fail to process" time="0.318608">
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.391669" failures="0" errors="0" skipped="0" timestamp="2014-07-16T12:12:20-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list with with repeated variable names should fail to process" time="0.317526">
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.000298" failures="0" errors="1" skipped="0" timestamp="2014-07-16T12:19:30-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list with with repeated variable names should fail to process" time="5.6e-05">
4
+ <failure type="RuntimeError" message="File spec/files/small_list_repeat_vars.xlsx does not exist">
5
+ File spec/files/small_list_repeat_vars.xlsx does not exist (RuntimeError)
6
+ RuntimeError:
7
+ File spec/files/small_list_repeat_vars.xlsx does not exist
8
+ ./lib/openstudio/analysis/translator/excel.rb:36:in `initialize'
9
+ ./spec/openstudio/analysis/translator/excel_spec.rb:51:in `new'
10
+ ./spec/openstudio/analysis/translator/excel_spec.rb:51:in `block (3 levels) in &lt;top (required)&gt;' </failure>
11
+ </testcase>
12
+ <system-out>
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.363954" failures="0" errors="0" skipped="0" timestamp="2014-07-16T12:21:44-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list with with repeated variable names should fail to process" time="0.294827">
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.374505" failures="0" errors="0" skipped="0" timestamp="2014-07-16T12:24:50-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list with with repeated variable names should fail to process" time="0.300899">
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.370323" failures="0" errors="0" skipped="0" timestamp="2014-07-16T12:26:12-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list with with repeated variable names should fail to process" time="0.296649">
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.395487" failures="0" errors="0" skipped="0" timestamp="2014-07-16T12:39:06-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list with with repeated variable names should fail to process" time="0.31629">
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.38755" failures="0" errors="0" skipped="0" timestamp="2014-07-16T13:18:48-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list with with repeated variable names should fail to process" time="0.31469">
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.424593" failures="0" errors="0" skipped="0" timestamp="2014-07-16T13:38:45-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list with with repeated variable names should fail to process" time="0.344236">
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.403316" failures="0" errors="0" skipped="0" timestamp="2014-07-16T13:41:03-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list with with repeated variable names should fail to process" time="0.325788">
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.436795" failures="0" errors="0" skipped="0" timestamp="2014-07-16T13:47:46-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list with with repeated variable names should fail to process" time="0.346329">
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.387213" failures="0" errors="0" skipped="0" timestamp="2014-07-16T13:48:22-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list with with repeated variable names should fail to process" time="0.313092">
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.383798" failures="0" errors="0" skipped="0" timestamp="2014-07-16T13:58:56-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list with with repeated variable names should fail to process" time="0.308697">
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.538743" failures="0" errors="0" skipped="0" timestamp="2014-07-16T20:46:47-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list with with repeated variable names should fail to process" time="0.429749">
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.404169" failures="0" errors="0" skipped="0" timestamp="2014-07-16T20:47:15-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list with with repeated variable names should fail to process" time="0.322669">
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.415018" failures="0" errors="0" skipped="0" timestamp="2014-07-14T09:37:09-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.1.10 should process" time="0.315786">
4
+ </testcase>
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.1.10 should have new setting variables" time="0.000445">
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.404394" failures="0" errors="0" skipped="0" timestamp="2014-07-15T11:21:28-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.1.10 should process" time="0.307473">
4
+ </testcase>
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.1.10 should have new setting variables" time="0.000179">
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.390529" failures="0" errors="0" skipped="0" timestamp="2014-07-16T10:36:12-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.1.10 should process" time="0.315457">
4
+ </testcase>
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.1.10 should have new setting variables" time="0.000243">
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.385978" failures="0" errors="0" skipped="0" timestamp="2014-07-16T12:12:24-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.1.10 should process" time="0.312288">
4
+ </testcase>
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.1.10 should have new setting variables" time="0.000189">
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,25 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel version 0.1.10" tests="2" time="0.00044" failures="0" errors="2" skipped="0" timestamp="2014-07-16T12:19:31-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.1.10 should process" time="7.7e-05">
4
+ <failure type="RuntimeError" message="File spec/files/template_input_0.1.10.xlsx does not exist">
5
+ File spec/files/template_input_0.1.10.xlsx does not exist (RuntimeError)
6
+ RuntimeError:
7
+ File spec/files/template_input_0.1.10.xlsx does not exist
8
+ ./lib/openstudio/analysis/translator/excel.rb:36:in `initialize'
9
+ ./spec/openstudio/analysis/translator/excel_spec.rb:272:in `new'
10
+ ./spec/openstudio/analysis/translator/excel_spec.rb:272:in `block (3 levels) in &lt;top (required)&gt;' </failure>
11
+ </testcase>
12
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.1.10 should have new setting variables" time="3.7e-05">
13
+ <failure type="RuntimeError" message="File spec/files/template_input_0.1.10.xlsx does not exist">
14
+ File spec/files/template_input_0.1.10.xlsx does not exist (RuntimeError)
15
+ RuntimeError:
16
+ File spec/files/template_input_0.1.10.xlsx does not exist
17
+ ./lib/openstudio/analysis/translator/excel.rb:36:in `initialize'
18
+ ./spec/openstudio/analysis/translator/excel_spec.rb:272:in `new'
19
+ ./spec/openstudio/analysis/translator/excel_spec.rb:272:in `block (3 levels) in &lt;top (required)&gt;' </failure>
20
+ </testcase>
21
+ <system-out>
22
+ </system-out>
23
+ <system-err>
24
+ </system-err>
25
+ </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.388916" failures="0" errors="0" skipped="0" timestamp="2014-07-16T12:21:48-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.1.10 should process" time="0.313184">
4
+ </testcase>
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.1.10 should have new setting variables" time="0.00019">
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.371855" failures="0" errors="0" skipped="0" timestamp="2014-07-16T12:24:54-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.1.10 should process" time="0.307219">
4
+ </testcase>
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.1.10 should have new setting variables" time="0.000275">
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.385838" failures="0" errors="0" skipped="0" timestamp="2014-07-16T12:26:16-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.1.10 should process" time="0.308164">
4
+ </testcase>
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.1.10 should have new setting variables" time="0.000196">
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.387696" failures="0" errors="0" skipped="0" timestamp="2014-07-16T12:39:10-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.1.10 should process" time="0.313763">
4
+ </testcase>
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.1.10 should have new setting variables" time="0.000193">
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.384127" failures="0" errors="0" skipped="0" timestamp="2014-07-16T13:18:53-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.1.10 should process" time="0.308761">
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.414792" failures="0" errors="0" skipped="0" timestamp="2014-07-16T13:38:49-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.1.10 should process" time="0.334359">
4
+ </testcase>
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.1.10 should have new setting variables" time="0.000281">
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.397919" failures="0" errors="0" skipped="0" timestamp="2014-07-16T13:41:07-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.1.10 should process" time="0.319853">
4
+ </testcase>
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.1.10 should have new setting variables" time="0.000221">
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.388526" failures="0" errors="0" skipped="0" timestamp="2014-07-16T13:47:51-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.1.10 should process" time="0.312995">
4
+ </testcase>
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.1.10 should have new setting variables" time="0.000184">
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.382006" failures="0" errors="0" skipped="0" timestamp="2014-07-16T13:48:26-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.1.10 should process" time="0.318166">
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.375165" failures="0" errors="0" skipped="0" timestamp="2014-07-16T13:59:00-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.1.10 should process" time="0.312761">
4
+ </testcase>
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.1.10 should have new setting variables" time="0.000249">
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.432217" failures="0" errors="0" skipped="0" timestamp="2014-07-16T20:46:52-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.1.10 should process" time="0.324624">
4
+ </testcase>
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.1.10 should have new setting variables" time="0.000309">
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.42839" failures="0" errors="0" skipped="0" timestamp="2014-07-16T20:47:20-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.1.10 should process" time="0.350059">
4
+ </testcase>
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.1.10 should have new setting variables" time="0.000183">
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>