openstudio-analysis 0.3.5 → 0.3.6

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 +5 -0
  3. data/lib/openstudio/analysis/translator/excel.rb +44 -14
  4. data/lib/openstudio/analysis/version.rb +1 -1
  5. data/spec/files/0_3_5_multiple_measure_paths.xlsx +0 -0
  6. data/spec/files/analysis/medium_office.json +88 -88
  7. data/spec/files/analysis/medium_office.zip +0 -0
  8. data/spec/files/export/analysis/0_1_09_outputvars.json +644 -0
  9. data/spec/files/export/analysis/0_1_09_outputvars.zip +0 -0
  10. data/spec/files/export/analysis/0_1_11_discrete_variables.json +663 -0
  11. data/spec/files/export/analysis/0_1_11_discrete_variables.zip +0 -0
  12. data/spec/files/export/analysis/0_1_12_discrete_dynamic_columns.json +503 -0
  13. data/spec/files/export/analysis/0_1_12_discrete_dynamic_columns.zip +0 -0
  14. data/spec/files/export/analysis/0_2_0_template_simpletest.json +523 -0
  15. data/spec/files/export/analysis/0_2_0_template_simpletest.zip +0 -0
  16. data/spec/files/export/analysis/0_3_0_outputs.json +1397 -0
  17. data/spec/files/export/analysis/0_3_0_outputs.zip +0 -0
  18. data/spec/files/export/analysis/aaef4bf0-2fc0-0132-c71b-14109fdf0b37.json +1397 -0
  19. data/spec/files/export/analysis/aaef4bf0-2fc0-0132-c71b-14109fdf0b37.zip +0 -0
  20. data/spec/files/export/analysis/ab594800-2fc0-0132-c722-14109fdf0b37.json +1423 -0
  21. data/spec/files/export/analysis/ab594800-2fc0-0132-c722-14109fdf0b37.zip +0 -0
  22. data/spec/files/export/analysis/abce96f0-2fc0-0132-c72d-14109fdf0b37.json +1443 -0
  23. data/spec/files/export/analysis/abce96f0-2fc0-0132-c72d-14109fdf0b37.zip +0 -0
  24. data/spec/files/export/analysis/small_seed.json +594 -0
  25. data/spec/files/export/analysis/small_seed.zip +0 -0
  26. data/spec/files/measures_second_path/measure_in_another_dir/measure.json +3 -0
  27. data/spec/files/measures_second_path/measure_in_another_dir/measure.rb +5 -0
  28. data/spec/files/measures_second_path/measure_in_another_dir/measure.xml +1 -0
  29. data/spec/openstudio/excel_spec.rb +21 -5
  30. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-object-instance.3.xml +9 -0
  31. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-object-instance.4.xml +9 -0
  32. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-object-instance.5.xml +9 -0
  33. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-object-instance.6.xml +9 -0
  34. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-object-instance.7.xml +9 -0
  35. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-object-instance.8.xml +9 -0
  36. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-object-instance.9.xml +9 -0
  37. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.3.xml +9 -0
  38. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.4.xml +9 -0
  39. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.5.xml +9 -0
  40. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.6.xml +9 -0
  41. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.7.xml +9 -0
  42. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.8.xml +9 -0
  43. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.9.xml +9 -0
  44. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.3.xml +7 -0
  45. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.4.xml +7 -0
  46. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.5.xml +7 -0
  47. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.6.xml +7 -0
  48. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.7.xml +7 -0
  49. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.8.xml +7 -0
  50. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.9.xml +7 -0
  51. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.3.xml +15 -0
  52. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.4.xml +15 -0
  53. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.5.xml +15 -0
  54. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.6.xml +15 -0
  55. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.7.xml +15 -0
  56. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.8.xml +15 -0
  57. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.9.xml +15 -0
  58. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.3.xml +13 -0
  59. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.4.xml +13 -0
  60. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.5.xml +13 -0
  61. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.6.xml +13 -0
  62. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.7.xml +13 -0
  63. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.8.xml +13 -0
  64. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.9.xml +13 -0
  65. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.10.xml +16 -0
  66. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.4.xml +18 -0
  67. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.5.xml +18 -0
  68. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.6.xml +46 -0
  69. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.7.xml +46 -0
  70. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.8.xml +37 -0
  71. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.9.xml +16 -0
  72. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.3.xml +9 -0
  73. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.4.xml +9 -0
  74. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.5.xml +9 -0
  75. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.6.xml +9 -0
  76. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.7.xml +9 -0
  77. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.8.xml +9 -0
  78. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.9.xml +9 -0
  79. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.3.xml +9 -0
  80. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.4.xml +9 -0
  81. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.5.xml +9 -0
  82. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.6.xml +9 -0
  83. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.7.xml +9 -0
  84. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.8.xml +9 -0
  85. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.9.xml +9 -0
  86. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.3.xml +25 -0
  87. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.4.xml +25 -0
  88. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.5.xml +25 -0
  89. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.6.xml +25 -0
  90. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.7.xml +25 -0
  91. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.8.xml +25 -0
  92. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.9.xml +25 -0
  93. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.3.xml +15 -0
  94. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.4.xml +15 -0
  95. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.5.xml +15 -0
  96. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.6.xml +15 -0
  97. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.7.xml +15 -0
  98. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.8.xml +15 -0
  99. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.9.xml +15 -0
  100. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.10.xml +9 -0
  101. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.4.xml +9 -0
  102. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.5.xml +9 -0
  103. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.6.xml +9 -0
  104. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.7.xml +9 -0
  105. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.8.xml +9 -0
  106. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.9.xml +9 -0
  107. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.10.xml +9 -0
  108. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.4.xml +9 -0
  109. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.5.xml +9 -0
  110. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.6.xml +9 -0
  111. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.7.xml +9 -0
  112. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.8.xml +9 -0
  113. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.9.xml +9 -0
  114. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.10.xml +19 -0
  115. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.4.xml +19 -0
  116. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.5.xml +19 -0
  117. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.6.xml +19 -0
  118. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.7.xml +19 -0
  119. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.8.xml +19 -0
  120. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.9.xml +19 -0
  121. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.10.xml +9 -0
  122. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.4.xml +9 -0
  123. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.5.xml +9 -0
  124. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.6.xml +9 -0
  125. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.7.xml +9 -0
  126. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.8.xml +9 -0
  127. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.9.xml +9 -0
  128. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.3.xml +13 -0
  129. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.4.xml +13 -0
  130. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.5.xml +13 -0
  131. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.6.xml +13 -0
  132. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.7.xml +13 -0
  133. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.8.xml +13 -0
  134. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.9.xml +13 -0
  135. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0-simple.3.xml +20 -0
  136. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0-simple.4.xml +20 -0
  137. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0-simple.5.xml +20 -0
  138. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0-simple.6.xml +20 -0
  139. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0-simple.7.xml +20 -0
  140. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0-simple.8.xml +20 -0
  141. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0-simple.9.xml +20 -0
  142. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0.3.xml +20 -0
  143. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0.4.xml +20 -0
  144. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0.5.xml +20 -0
  145. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0.6.xml +20 -0
  146. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0.7.xml +20 -0
  147. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0.8.xml +20 -0
  148. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0.9.xml +20 -0
  149. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-dynamic-uuid-assignments.3.xml +13 -0
  150. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-dynamic-uuid-assignments.4.xml +13 -0
  151. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-dynamic-uuid-assignments.5.xml +13 -0
  152. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-dynamic-uuid-assignments.6.xml +13 -0
  153. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-dynamic-uuid-assignments.7.xml +13 -0
  154. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-dynamic-uuid-assignments.8.xml +13 -0
  155. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-dynamic-uuid-assignments.9.xml +13 -0
  156. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-measure-existence-checks.3.xml +12 -0
  157. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-measure-existence-checks.4.xml +12 -0
  158. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-measure-existence-checks.5.xml +12 -0
  159. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-measure-existence-checks.6.xml +12 -0
  160. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-measure-existence-checks.7.xml +12 -0
  161. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-measure-existence-checks.8.xml +12 -0
  162. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-measure-existence-checks.9.xml +12 -0
  163. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-objective-functions.3.xml +19 -0
  164. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-objective-functions.4.xml +19 -0
  165. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-objective-functions.5.xml +19 -0
  166. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-objective-functions.6.xml +19 -0
  167. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-objective-functions.7.xml +19 -0
  168. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-objective-functions.8.xml +19 -0
  169. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-objective-functions.9.xml +19 -0
  170. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-3-and-short-display-names.10.xml +15 -0
  171. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-3-and-short-display-names.11.xml +14 -0
  172. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-3-and-short-display-names.12.xml +15 -0
  173. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-3-and-short-display-names.13.xml +14 -0
  174. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-3-and-short-display-names.14.xml +15 -0
  175. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-3-and-short-display-names.15.xml +14 -0
  176. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-3-and-short-display-names.16.xml +15 -0
  177. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-3-and-short-display-names.3.xml +14 -0
  178. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-3-and-short-display-names.4.xml +16 -0
  179. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-3-and-short-display-names.5.xml +14 -0
  180. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-3-and-short-display-names.6.xml +24 -0
  181. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-3-and-short-display-names.7.xml +14 -0
  182. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-3-and-short-display-names.8.xml +15 -0
  183. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-3-and-short-display-names.9.xml +14 -0
  184. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.10.xml +7 -0
  185. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.4.xml +7 -0
  186. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.5.xml +7 -0
  187. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.6.xml +7 -0
  188. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.7.xml +7 -0
  189. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.8.xml +7 -0
  190. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.9.xml +7 -0
  191. metadata +368 -2
@@ -0,0 +1,20 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel version 0.2.0" tests="4" time="0.900476" failures="0" errors="0" skipped="0" timestamp="2014-10-06T13:15:51-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 should process" time="0.748497">
4
+ </testcase>
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 should have new setting variables" time="0.000249">
6
+ </testcase>
7
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 should have the new measure directory column" time="0.00016">
8
+ </testcase>
9
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 should write a json" time="0.066472">
10
+ </testcase>
11
+ <system-out>
12
+ {"spreadsheet_version"=&gt;"0.2.0", "user_id"=&gt;"new_user", "openstudio_server_version"=&gt;"1.3.2", "cluster_name"=&gt;"Analysis Cluster Name", "server_instance_type"=&gt;"m2.2xlarge", "worker_instance_type"=&gt;"cc2.8xlarge", "worker_nodes"=&gt;2.0}
13
+ {"analysis_name"=&gt;"Name goes here", "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_monthly.rb"}
14
+ Creating JSON and ZIP file for Name goes here:medium_office
15
+ Adding measure /Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/ReduceLightingLoadsByPercentage to zip file
16
+ Adding measure /Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/ExampleMeasure to zip file
17
+ </system-out>
18
+ <system-err>
19
+ </system-err>
20
+ </testsuite>
@@ -0,0 +1,20 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel version 0.2.0" tests="4" time="0.902157" failures="0" errors="0" skipped="0" timestamp="2014-10-06T13:41:41-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 should process" time="0.76235">
4
+ </testcase>
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 should have new setting variables" time="0.000184">
6
+ </testcase>
7
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 should have the new measure directory column" time="0.000108">
8
+ </testcase>
9
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 should write a json" time="0.068222">
10
+ </testcase>
11
+ <system-out>
12
+ {"spreadsheet_version"=&gt;"0.2.0", "user_id"=&gt;"new_user", "openstudio_server_version"=&gt;"1.3.2", "cluster_name"=&gt;"Analysis Cluster Name", "server_instance_type"=&gt;"m2.2xlarge", "worker_instance_type"=&gt;"cc2.8xlarge", "worker_nodes"=&gt;2.0}
13
+ {"analysis_name"=&gt;"Name goes here", "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_monthly.rb"}
14
+ Creating JSON and ZIP file for Name goes here:medium_office
15
+ Adding measure /Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/ReduceLightingLoadsByPercentage to zip file
16
+ Adding measure /Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/ExampleMeasure to zip file
17
+ </system-out>
18
+ <system-err>
19
+ </system-err>
20
+ </testsuite>
@@ -0,0 +1,20 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel version 0.2.0" tests="4" time="0.978632" failures="0" errors="0" skipped="0" timestamp="2014-10-06T13:43:18-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 should process" time="0.776689">
4
+ </testcase>
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 should have new setting variables" time="0.000224">
6
+ </testcase>
7
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 should have the new measure directory column" time="0.000114">
8
+ </testcase>
9
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 should write a json" time="0.12786">
10
+ </testcase>
11
+ <system-out>
12
+ {"spreadsheet_version"=&gt;"0.2.0", "user_id"=&gt;"new_user", "openstudio_server_version"=&gt;"1.3.2", "cluster_name"=&gt;"Analysis Cluster Name", "server_instance_type"=&gt;"m2.2xlarge", "worker_instance_type"=&gt;"cc2.8xlarge", "worker_nodes"=&gt;2.0}
13
+ {"analysis_name"=&gt;"Name goes here", "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_monthly.rb"}
14
+ Creating JSON and ZIP file for Name goes here:medium_office
15
+ Adding measure /Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/ReduceLightingLoadsByPercentage to zip file
16
+ Adding measure /Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/ExampleMeasure to zip file
17
+ </system-out>
18
+ <system-err>
19
+ </system-err>
20
+ </testsuite>
@@ -0,0 +1,20 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel version 0.2.0" tests="4" time="0.87689" failures="0" errors="0" skipped="0" timestamp="2014-10-06T13:45:19-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 should process" time="0.752892">
4
+ </testcase>
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 should have new setting variables" time="0.000186">
6
+ </testcase>
7
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 should have the new measure directory column" time="0.000107">
8
+ </testcase>
9
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 should write a json" time="0.057891">
10
+ </testcase>
11
+ <system-out>
12
+ {"spreadsheet_version"=&gt;"0.2.0", "user_id"=&gt;"new_user", "openstudio_server_version"=&gt;"1.3.2", "cluster_name"=&gt;"Analysis Cluster Name", "server_instance_type"=&gt;"m2.2xlarge", "worker_instance_type"=&gt;"cc2.8xlarge", "worker_nodes"=&gt;2.0}
13
+ {"analysis_name"=&gt;"Name goes here", "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_monthly.rb"}
14
+ Creating JSON and ZIP file for Name goes here:medium_office
15
+ Adding measure /Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/ReduceLightingLoadsByPercentage to zip file
16
+ Adding measure /Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/ExampleMeasure to zip file
17
+ </system-out>
18
+ <system-err>
19
+ </system-err>
20
+ </testsuite>
@@ -0,0 +1,20 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel version 0.2.0" tests="4" time="0.902375" failures="0" errors="0" skipped="0" timestamp="2014-10-06T13:46:08-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 should process" time="0.767735">
4
+ </testcase>
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 should have new setting variables" time="0.000224">
6
+ </testcase>
7
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 should have the new measure directory column" time="0.000127">
8
+ </testcase>
9
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 should write a json" time="0.050085">
10
+ </testcase>
11
+ <system-out>
12
+ {"spreadsheet_version"=&gt;"0.2.0", "user_id"=&gt;"new_user", "openstudio_server_version"=&gt;"1.3.2", "cluster_name"=&gt;"Analysis Cluster Name", "server_instance_type"=&gt;"m2.2xlarge", "worker_instance_type"=&gt;"cc2.8xlarge", "worker_nodes"=&gt;2.0}
13
+ {"analysis_name"=&gt;"Name goes here", "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_monthly.rb"}
14
+ Creating JSON and ZIP file for Name goes here:medium_office
15
+ Adding measure /Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/ReduceLightingLoadsByPercentage to zip file
16
+ Adding measure /Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/ExampleMeasure to zip file
17
+ </system-out>
18
+ <system-err>
19
+ </system-err>
20
+ </testsuite>
@@ -0,0 +1,20 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel version 0.2.0" tests="4" time="0.945293" failures="0" errors="0" skipped="0" timestamp="2014-10-06T13:55:35-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 should process" time="0.792014">
4
+ </testcase>
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 should have new setting variables" time="0.000181">
6
+ </testcase>
7
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 should have the new measure directory column" time="0.000109">
8
+ </testcase>
9
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 should write a json" time="0.065533">
10
+ </testcase>
11
+ <system-out>
12
+ {"spreadsheet_version"=&gt;"0.2.0", "user_id"=&gt;"new_user", "openstudio_server_version"=&gt;"1.3.2", "cluster_name"=&gt;"Analysis Cluster Name", "server_instance_type"=&gt;"m2.2xlarge", "worker_instance_type"=&gt;"cc2.8xlarge", "worker_nodes"=&gt;2.0}
13
+ {"analysis_name"=&gt;"Name goes here", "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_monthly.rb"}
14
+ Creating JSON and ZIP file for Name goes here:medium_office
15
+ Adding measure /Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/ReduceLightingLoadsByPercentage to zip file
16
+ Adding measure /Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/ExampleMeasure to zip file
17
+ </system-out>
18
+ <system-err>
19
+ </system-err>
20
+ </testsuite>
@@ -0,0 +1,13 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel version 0.3.0 dynamic uuid assignments" tests="2" time="0.697507" failures="0" errors="0" skipped="0" timestamp="2014-10-06T13:13:29-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.0 dynamic uuid assignments should process" time="0.532095">
4
+ </testcase>
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.0 dynamic uuid assignments should error out with missing measure information" time="0.087256">
6
+ </testcase>
7
+ <system-out>
8
+ Creating JSON and ZIP file for Preflight:c78f6b10-2fba-0132-bc07-14109fdf0b37
9
+ Adding measure /Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/IncreaseInsulationRValueForRoofs to zip file
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.3.0 dynamic uuid assignments" tests="2" time="0.702966" failures="0" errors="0" skipped="0" timestamp="2014-10-06T13:15:54-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.0 dynamic uuid assignments should process" time="0.542758">
4
+ </testcase>
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.0 dynamic uuid assignments should error out with missing measure information" time="0.082813">
6
+ </testcase>
7
+ <system-out>
8
+ Creating JSON and ZIP file for Preflight:1e237e40-2fbb-0132-bea1-14109fdf0b37
9
+ Adding measure /Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/IncreaseInsulationRValueForRoofs to zip file
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.3.0 dynamic uuid assignments" tests="2" time="0.699065" failures="0" errors="0" skipped="0" timestamp="2014-10-06T13:41:43-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.0 dynamic uuid assignments should process" time="0.539761">
4
+ </testcase>
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.0 dynamic uuid assignments should error out with missing measure information" time="0.070342">
6
+ </testcase>
7
+ <system-out>
8
+ Creating JSON and ZIP file for Preflight:b98e00c0-2fbe-0132-c137-14109fdf0b37
9
+ Adding measure /Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/IncreaseInsulationRValueForRoofs to zip file
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.3.0 dynamic uuid assignments" tests="2" time="0.681233" failures="0" errors="0" skipped="0" timestamp="2014-10-06T13:43:20-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.0 dynamic uuid assignments should process" time="0.526819">
4
+ </testcase>
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.0 dynamic uuid assignments should error out with missing measure information" time="0.075167">
6
+ </testcase>
7
+ <system-out>
8
+ Creating JSON and ZIP file for Preflight:f3634870-2fbe-0132-c292-14109fdf0b37
9
+ Adding measure /Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/IncreaseInsulationRValueForRoofs to zip file
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.3.0 dynamic uuid assignments" tests="2" time="0.690036" failures="0" errors="0" skipped="0" timestamp="2014-10-06T13:45:22-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.0 dynamic uuid assignments should process" time="0.516299">
4
+ </testcase>
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.0 dynamic uuid assignments should error out with missing measure information" time="0.087501">
6
+ </testcase>
7
+ <system-out>
8
+ Creating JSON and ZIP file for Preflight:3beb5050-2fbf-0132-c3ed-14109fdf0b37
9
+ Adding measure /Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/IncreaseInsulationRValueForRoofs to zip file
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.3.0 dynamic uuid assignments" tests="2" time="0.700622" failures="0" errors="0" skipped="0" timestamp="2014-10-06T13:46:10-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.0 dynamic uuid assignments should process" time="0.530522">
4
+ </testcase>
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.0 dynamic uuid assignments should error out with missing measure information" time="0.089582">
6
+ </testcase>
7
+ <system-out>
8
+ Creating JSON and ZIP file for Preflight:58c535b0-2fbf-0132-c548-14109fdf0b37
9
+ Adding measure /Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/IncreaseInsulationRValueForRoofs to zip file
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.3.0 dynamic uuid assignments" tests="2" time="0.720837" failures="0" errors="0" skipped="0" timestamp="2014-10-06T13:55:38-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.0 dynamic uuid assignments should process" time="0.543715">
4
+ </testcase>
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.0 dynamic uuid assignments should error out with missing measure information" time="0.087714">
6
+ </testcase>
7
+ <system-out>
8
+ Creating JSON and ZIP file for Preflight:aaef4bf0-2fc0-0132-c71b-14109fdf0b37
9
+ Adding measure /Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/IncreaseInsulationRValueForRoofs to zip file
10
+ </system-out>
11
+ <system-err>
12
+ </system-err>
13
+ </testsuite>
@@ -0,0 +1,12 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel version 0.3.0 measure existence checks" tests="2" time="0.687829" failures="0" errors="0" skipped="0" timestamp="2014-10-06T13:13:28-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.0 measure existence checks should process" time="0.529442">
4
+ </testcase>
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.0 measure existence checks should error out with missing measure information" time="0.066776">
6
+ </testcase>
7
+ <system-out>
8
+ Creating JSON and ZIP file for Preflight:0_3_0_outputs
9
+ </system-out>
10
+ <system-err>
11
+ </system-err>
12
+ </testsuite>
@@ -0,0 +1,12 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel version 0.3.0 measure existence checks" tests="2" time="0.721873" failures="0" errors="0" skipped="0" timestamp="2014-10-06T13:15:53-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.0 measure existence checks should process" time="0.555745">
4
+ </testcase>
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.0 measure existence checks should error out with missing measure information" time="0.063284">
6
+ </testcase>
7
+ <system-out>
8
+ Creating JSON and ZIP file for Preflight:0_3_0_outputs
9
+ </system-out>
10
+ <system-err>
11
+ </system-err>
12
+ </testsuite>
@@ -0,0 +1,12 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel version 0.3.0 measure existence checks" tests="2" time="0.698099" failures="0" errors="0" skipped="0" timestamp="2014-10-06T13:41:43-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.0 measure existence checks should process" time="0.551324">
4
+ </testcase>
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.0 measure existence checks should error out with missing measure information" time="0.068196">
6
+ </testcase>
7
+ <system-out>
8
+ Creating JSON and ZIP file for Preflight:0_3_0_outputs
9
+ </system-out>
10
+ <system-err>
11
+ </system-err>
12
+ </testsuite>
@@ -0,0 +1,12 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel version 0.3.0 measure existence checks" tests="2" time="0.678986" failures="0" errors="0" skipped="0" timestamp="2014-10-06T13:43:20-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.0 measure existence checks should process" time="0.528216">
4
+ </testcase>
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.0 measure existence checks should error out with missing measure information" time="0.070239">
6
+ </testcase>
7
+ <system-out>
8
+ Creating JSON and ZIP file for Preflight:0_3_0_outputs
9
+ </system-out>
10
+ <system-err>
11
+ </system-err>
12
+ </testsuite>
@@ -0,0 +1,12 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel version 0.3.0 measure existence checks" tests="2" time="0.675223" failures="0" errors="0" skipped="0" timestamp="2014-10-06T13:45:21-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.0 measure existence checks should process" time="0.540263">
4
+ </testcase>
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.0 measure existence checks should error out with missing measure information" time="0.059065">
6
+ </testcase>
7
+ <system-out>
8
+ Creating JSON and ZIP file for Preflight:0_3_0_outputs
9
+ </system-out>
10
+ <system-err>
11
+ </system-err>
12
+ </testsuite>
@@ -0,0 +1,12 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel version 0.3.0 measure existence checks" tests="2" time="0.723673" failures="0" errors="0" skipped="0" timestamp="2014-10-06T13:46:10-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.0 measure existence checks should process" time="0.550027">
4
+ </testcase>
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.0 measure existence checks should error out with missing measure information" time="0.080504">
6
+ </testcase>
7
+ <system-out>
8
+ Creating JSON and ZIP file for Preflight:0_3_0_outputs
9
+ </system-out>
10
+ <system-err>
11
+ </system-err>
12
+ </testsuite>
@@ -0,0 +1,12 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel version 0.3.0 measure existence checks" tests="2" time="0.701634" failures="0" errors="0" skipped="0" timestamp="2014-10-06T13:55:37-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.0 measure existence checks should process" time="0.551407">
4
+ </testcase>
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.0 measure existence checks should error out with missing measure information" time="0.063022">
6
+ </testcase>
7
+ <system-out>
8
+ Creating JSON and ZIP file for Preflight:0_3_0_outputs
9
+ </system-out>
10
+ <system-err>
11
+ </system-err>
12
+ </testsuite>
@@ -0,0 +1,19 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel version 0.3.0 objective functions" tests="4" time="0.70651" failures="0" errors="0" skipped="0" timestamp="2014-10-06T13:13:27-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.0 objective functions should process" time="0.537995">
4
+ </testcase>
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.0 objective functions should have new setting variables" time="0.000202">
6
+ </testcase>
7
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.0 objective functions should have typed outputs" time="0.004438">
8
+ </testcase>
9
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.0 objective functions should write a json" time="0.088668">
10
+ </testcase>
11
+ <system-out>
12
+ {"spreadsheet_version"=&gt;"0.3.0", "user_id"=&gt;"new_user", "openstudio_server_version"=&gt;"1.6.1", "cluster_name"=&gt;"Preflight", "server_instance_type"=&gt;"m3.xlarge", "worker_instance_type"=&gt;"c3.2xlarge", "worker_nodes"=&gt;1.0}
13
+ {"analysis_name"=&gt;"Preflight", "measure_directory"=&gt;"../../spec/files/measures", "export_directory"=&gt;"../../spec/files/export/analysis", "allow_multiple_jobs"=&gt;true, "use_server_as_worker"=&gt;false, "simulate_data_point_filename"=&gt;"simulate_data_point.rb", "run_data_point_filename"=&gt;"run_openstudio_workflow.rb"}
14
+ Creating JSON and ZIP file for Preflight:0_3_0_outputs
15
+ Adding measure /Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/IncreaseInsulationRValueForRoofs to zip file
16
+ </system-out>
17
+ <system-err>
18
+ </system-err>
19
+ </testsuite>
@@ -0,0 +1,19 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel version 0.3.0 objective functions" tests="4" time="0.714354" failures="0" errors="0" skipped="0" timestamp="2014-10-06T13:15:53-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.0 objective functions should process" time="0.551333">
4
+ </testcase>
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.0 objective functions should have new setting variables" time="0.00018">
6
+ </testcase>
7
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.0 objective functions should have typed outputs" time="0.002888">
8
+ </testcase>
9
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.0 objective functions should write a json" time="0.087039">
10
+ </testcase>
11
+ <system-out>
12
+ {"spreadsheet_version"=&gt;"0.3.0", "user_id"=&gt;"new_user", "openstudio_server_version"=&gt;"1.6.1", "cluster_name"=&gt;"Preflight", "server_instance_type"=&gt;"m3.xlarge", "worker_instance_type"=&gt;"c3.2xlarge", "worker_nodes"=&gt;1.0}
13
+ {"analysis_name"=&gt;"Preflight", "measure_directory"=&gt;"../../spec/files/measures", "export_directory"=&gt;"../../spec/files/export/analysis", "allow_multiple_jobs"=&gt;true, "use_server_as_worker"=&gt;false, "simulate_data_point_filename"=&gt;"simulate_data_point.rb", "run_data_point_filename"=&gt;"run_openstudio_workflow.rb"}
14
+ Creating JSON and ZIP file for Preflight:0_3_0_outputs
15
+ Adding measure /Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/IncreaseInsulationRValueForRoofs to zip file
16
+ </system-out>
17
+ <system-err>
18
+ </system-err>
19
+ </testsuite>
@@ -0,0 +1,19 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel version 0.3.0 objective functions" tests="4" time="0.702886" failures="0" errors="0" skipped="0" timestamp="2014-10-06T13:41:42-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.0 objective functions should process" time="0.539607">
4
+ </testcase>
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.0 objective functions should have new setting variables" time="0.000177">
6
+ </testcase>
7
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.0 objective functions should have typed outputs" time="0.004071">
8
+ </testcase>
9
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.0 objective functions should write a json" time="0.084281">
10
+ </testcase>
11
+ <system-out>
12
+ {"spreadsheet_version"=&gt;"0.3.0", "user_id"=&gt;"new_user", "openstudio_server_version"=&gt;"1.6.1", "cluster_name"=&gt;"Preflight", "server_instance_type"=&gt;"m3.xlarge", "worker_instance_type"=&gt;"c3.2xlarge", "worker_nodes"=&gt;1.0}
13
+ {"analysis_name"=&gt;"Preflight", "measure_directory"=&gt;"../../spec/files/measures", "export_directory"=&gt;"../../spec/files/export/analysis", "allow_multiple_jobs"=&gt;true, "use_server_as_worker"=&gt;false, "simulate_data_point_filename"=&gt;"simulate_data_point.rb", "run_data_point_filename"=&gt;"run_openstudio_workflow.rb"}
14
+ Creating JSON and ZIP file for Preflight:0_3_0_outputs
15
+ Adding measure /Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/IncreaseInsulationRValueForRoofs to zip file
16
+ </system-out>
17
+ <system-err>
18
+ </system-err>
19
+ </testsuite>
@@ -0,0 +1,19 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel version 0.3.0 objective functions" tests="4" time="0.686105" failures="0" errors="0" skipped="0" timestamp="2014-10-06T13:43:19-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.0 objective functions should process" time="0.52208">
4
+ </testcase>
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.0 objective functions should have new setting variables" time="0.000175">
6
+ </testcase>
7
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.0 objective functions should have typed outputs" time="0.004288">
8
+ </testcase>
9
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.0 objective functions should write a json" time="0.083691">
10
+ </testcase>
11
+ <system-out>
12
+ {"spreadsheet_version"=&gt;"0.3.0", "user_id"=&gt;"new_user", "openstudio_server_version"=&gt;"1.6.1", "cluster_name"=&gt;"Preflight", "server_instance_type"=&gt;"m3.xlarge", "worker_instance_type"=&gt;"c3.2xlarge", "worker_nodes"=&gt;1.0}
13
+ {"analysis_name"=&gt;"Preflight", "measure_directory"=&gt;"../../spec/files/measures", "export_directory"=&gt;"../../spec/files/export/analysis", "allow_multiple_jobs"=&gt;true, "use_server_as_worker"=&gt;false, "simulate_data_point_filename"=&gt;"simulate_data_point.rb", "run_data_point_filename"=&gt;"run_openstudio_workflow.rb"}
14
+ Creating JSON and ZIP file for Preflight:0_3_0_outputs
15
+ Adding measure /Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/IncreaseInsulationRValueForRoofs to zip file
16
+ </system-out>
17
+ <system-err>
18
+ </system-err>
19
+ </testsuite>
@@ -0,0 +1,19 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel version 0.3.0 objective functions" tests="4" time="0.674905" failures="0" errors="0" skipped="0" timestamp="2014-10-06T13:45:21-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.0 objective functions should process" time="0.514953">
4
+ </testcase>
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.0 objective functions should have new setting variables" time="0.0002">
6
+ </testcase>
7
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.0 objective functions should have typed outputs" time="0.004217">
8
+ </testcase>
9
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.0 objective functions should write a json" time="0.085028">
10
+ </testcase>
11
+ <system-out>
12
+ {"spreadsheet_version"=&gt;"0.3.0", "user_id"=&gt;"new_user", "openstudio_server_version"=&gt;"1.6.1", "cluster_name"=&gt;"Preflight", "server_instance_type"=&gt;"m3.xlarge", "worker_instance_type"=&gt;"c3.2xlarge", "worker_nodes"=&gt;1.0}
13
+ {"analysis_name"=&gt;"Preflight", "measure_directory"=&gt;"../../spec/files/measures", "export_directory"=&gt;"../../spec/files/export/analysis", "allow_multiple_jobs"=&gt;true, "use_server_as_worker"=&gt;false, "simulate_data_point_filename"=&gt;"simulate_data_point.rb", "run_data_point_filename"=&gt;"run_openstudio_workflow.rb"}
14
+ Creating JSON and ZIP file for Preflight:0_3_0_outputs
15
+ Adding measure /Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/IncreaseInsulationRValueForRoofs to zip file
16
+ </system-out>
17
+ <system-err>
18
+ </system-err>
19
+ </testsuite>
@@ -0,0 +1,19 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel version 0.3.0 objective functions" tests="4" time="0.705031" failures="0" errors="0" skipped="0" timestamp="2014-10-06T13:46:09-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.0 objective functions should process" time="0.531876">
4
+ </testcase>
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.0 objective functions should have new setting variables" time="0.000198">
6
+ </testcase>
7
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.0 objective functions should have typed outputs" time="0.004436">
8
+ </testcase>
9
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.0 objective functions should write a json" time="0.084014">
10
+ </testcase>
11
+ <system-out>
12
+ {"spreadsheet_version"=&gt;"0.3.0", "user_id"=&gt;"new_user", "openstudio_server_version"=&gt;"1.6.1", "cluster_name"=&gt;"Preflight", "server_instance_type"=&gt;"m3.xlarge", "worker_instance_type"=&gt;"c3.2xlarge", "worker_nodes"=&gt;1.0}
13
+ {"analysis_name"=&gt;"Preflight", "measure_directory"=&gt;"../../spec/files/measures", "export_directory"=&gt;"../../spec/files/export/analysis", "allow_multiple_jobs"=&gt;true, "use_server_as_worker"=&gt;false, "simulate_data_point_filename"=&gt;"simulate_data_point.rb", "run_data_point_filename"=&gt;"run_openstudio_workflow.rb"}
14
+ Creating JSON and ZIP file for Preflight:0_3_0_outputs
15
+ Adding measure /Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/IncreaseInsulationRValueForRoofs to zip file
16
+ </system-out>
17
+ <system-err>
18
+ </system-err>
19
+ </testsuite>
@@ -0,0 +1,19 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel version 0.3.0 objective functions" tests="4" time="0.731313" failures="0" errors="0" skipped="0" timestamp="2014-10-06T13:55:36-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.0 objective functions should process" time="0.55968">
4
+ </testcase>
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.0 objective functions should have new setting variables" time="0.000248">
6
+ </testcase>
7
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.0 objective functions should have typed outputs" time="0.004294">
8
+ </testcase>
9
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.0 objective functions should write a json" time="0.086444">
10
+ </testcase>
11
+ <system-out>
12
+ {"spreadsheet_version"=&gt;"0.3.0", "user_id"=&gt;"new_user", "openstudio_server_version"=&gt;"1.6.1", "cluster_name"=&gt;"Preflight", "server_instance_type"=&gt;"m3.xlarge", "worker_instance_type"=&gt;"c3.2xlarge", "worker_nodes"=&gt;1.0}
13
+ {"analysis_name"=&gt;"Preflight", "measure_directory"=&gt;"../../spec/files/measures", "export_directory"=&gt;"../../spec/files/export/analysis", "allow_multiple_jobs"=&gt;true, "use_server_as_worker"=&gt;false, "simulate_data_point_filename"=&gt;"simulate_data_point.rb", "run_data_point_filename"=&gt;"run_openstudio_workflow.rb"}
14
+ Creating JSON and ZIP file for Preflight:0_3_0_outputs
15
+ Adding measure /Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/IncreaseInsulationRValueForRoofs to zip file
16
+ </system-out>
17
+ <system-err>
18
+ </system-err>
19
+ </testsuite>
@@ -0,0 +1,15 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel version 0.3.3 and short display names" tests="2" time="0.745865" failures="0" errors="0" skipped="0" timestamp="2014-10-06T13:43:22-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.3 and short display names should process" time="0.563978">
4
+ </testcase>
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.3 and short display names should save the analysis" time="0.086221">
6
+ </testcase>
7
+ <system-out>
8
+ Creating JSON and ZIP file for Preflight:f43e0840-2fbe-0132-c2a4-14109fdf0b37
9
+ Adding measure /Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/IncreaseInsulationRValueForRoofs to zip file
10
+ Adding measure /Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures_second_path/measure_in_another_dir to zip file
11
+ Adding measure /Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/ExampleMeasure to zip file
12
+ </system-out>
13
+ <system-err>
14
+ </system-err>
15
+ </testsuite>
@@ -0,0 +1,14 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel version 0.3.3 and short display names" tests="2" time="0.758358" failures="0" errors="0" skipped="0" timestamp="2014-10-06T13:45:23-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.3 and short display names should process" time="0.594291">
4
+ </testcase>
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.3 and short display names should process and save short display names" time="0.090078">
6
+ </testcase>
7
+ <system-out>
8
+ Creating JSON and ZIP file for Preflight:3c55f280-2fbf-0132-c3f4-14109fdf0b37
9
+ Adding measure /Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/IncreaseInsulationRValueForRoofs to zip file
10
+ Adding measure /Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/ExampleMeasure to zip file
11
+ </system-out>
12
+ <system-err>
13
+ </system-err>
14
+ </testsuite>
@@ -0,0 +1,15 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel version 0.3.3 and short display names" tests="2" time="0.744946" failures="0" errors="0" skipped="0" timestamp="2014-10-06T13:45:23-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.3 and short display names should process" time="0.56502">
4
+ </testcase>
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.3 and short display names should save the analysis" time="0.090138">
6
+ </testcase>
7
+ <system-out>
8
+ Creating JSON and ZIP file for Preflight:3cc94b50-2fbf-0132-c3ff-14109fdf0b37
9
+ Adding measure /Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/IncreaseInsulationRValueForRoofs to zip file
10
+ Adding measure /Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures_second_path/measure_in_another_dir to zip file
11
+ Adding measure /Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/ExampleMeasure to zip file
12
+ </system-out>
13
+ <system-err>
14
+ </system-err>
15
+ </testsuite>
@@ -0,0 +1,14 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel version 0.3.3 and short display names" tests="2" time="0.764015" failures="0" errors="0" skipped="0" timestamp="2014-10-06T13:46:11-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.3 and short display names should process" time="0.592501">
4
+ </testcase>
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.3 and short display names should process and save short display names" time="0.083833">
6
+ </testcase>
7
+ <system-out>
8
+ Creating JSON and ZIP file for Preflight:592f4370-2fbf-0132-c54f-14109fdf0b37
9
+ Adding measure /Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/IncreaseInsulationRValueForRoofs to zip file
10
+ Adding measure /Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/ExampleMeasure to zip file
11
+ </system-out>
12
+ <system-err>
13
+ </system-err>
14
+ </testsuite>
@@ -0,0 +1,15 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel version 0.3.3 and short display names" tests="2" time="0.785251" failures="0" errors="0" skipped="0" timestamp="2014-10-06T13:46:12-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.3 and short display names should process" time="0.614639">
4
+ </testcase>
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.3 and short display names should save the analysis" time="0.088276">
6
+ </testcase>
7
+ <system-out>
8
+ Creating JSON and ZIP file for Preflight:59a65380-2fbf-0132-c55a-14109fdf0b37
9
+ Adding measure /Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/IncreaseInsulationRValueForRoofs to zip file
10
+ Adding measure /Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures_second_path/measure_in_another_dir to zip file
11
+ Adding measure /Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/ExampleMeasure to zip file
12
+ </system-out>
13
+ <system-err>
14
+ </system-err>
15
+ </testsuite>
@@ -0,0 +1,14 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel version 0.3.3 and short display names" tests="2" time="0.751076" failures="0" errors="0" skipped="0" timestamp="2014-10-06T13:55:38-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.3 and short display names should process" time="0.571406">
4
+ </testcase>
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.3 and short display names should process and save short display names" time="0.098158">
6
+ </testcase>
7
+ <system-out>
8
+ Creating JSON and ZIP file for Preflight:ab594800-2fc0-0132-c722-14109fdf0b37
9
+ Adding measure /Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/IncreaseInsulationRValueForRoofs to zip file
10
+ Adding measure /Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/ExampleMeasure to zip file
11
+ </system-out>
12
+ <system-err>
13
+ </system-err>
14
+ </testsuite>