openstudio-analysis 0.1.6 → 0.1.7

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 (202) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +11 -0
  3. data/Rakefile +1 -1
  4. data/lib/openstudio/analysis/translator/excel.rb +63 -19
  5. data/lib/openstudio/analysis/version.rb +1 -1
  6. data/lib/openstudio/helpers/string.rb +5 -0
  7. data/lib/openstudio/templates/analysis.json.erb +5 -5
  8. data/spec/files/export/analysis/small_seed.json +117 -117
  9. data/spec/files/export/analysis/small_seed.zip +0 -0
  10. data/spec/files/setup_version_2.xlsx +0 -0
  11. data/spec/openstudio/analysis/translator/excel_spec.rb +26 -0
  12. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.10.xml +9 -0
  13. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.11.xml +9 -0
  14. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.12.xml +9 -0
  15. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.13.xml +9 -0
  16. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.14.xml +9 -0
  17. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.15.xml +9 -0
  18. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.16.xml +9 -0
  19. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.17.xml +9 -0
  20. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.18.xml +9 -0
  21. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.19.xml +9 -0
  22. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.20.xml +9 -0
  23. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.21.xml +9 -0
  24. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.22.xml +9 -0
  25. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.23.xml +9 -0
  26. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.24.xml +9 -0
  27. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.6.xml +9 -0
  28. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.7.xml +9 -0
  29. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.8.xml +9 -0
  30. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.9.xml +9 -0
  31. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.10.xml +9 -0
  32. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.11.xml +9 -0
  33. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.12.xml +9 -0
  34. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.13.xml +9 -0
  35. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.14.xml +9 -0
  36. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.15.xml +9 -0
  37. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.16.xml +9 -0
  38. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.17.xml +9 -0
  39. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.18.xml +9 -0
  40. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.19.xml +9 -0
  41. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.20.xml +9 -0
  42. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.21.xml +9 -0
  43. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.22.xml +9 -0
  44. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.23.xml +9 -0
  45. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.24.xml +9 -0
  46. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.6.xml +9 -0
  47. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.7.xml +9 -0
  48. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.8.xml +9 -0
  49. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.9.xml +9 -0
  50. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.10.xml +7 -0
  51. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.11.xml +7 -0
  52. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.12.xml +7 -0
  53. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.13.xml +7 -0
  54. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.14.xml +7 -0
  55. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.15.xml +7 -0
  56. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.16.xml +7 -0
  57. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.17.xml +7 -0
  58. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.18.xml +7 -0
  59. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.19.xml +7 -0
  60. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.20.xml +7 -0
  61. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.21.xml +7 -0
  62. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.22.xml +7 -0
  63. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.23.xml +7 -0
  64. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.24.xml +7 -0
  65. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.6.xml +7 -0
  66. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.7.xml +7 -0
  67. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.8.xml +7 -0
  68. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.9.xml +7 -0
  69. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.10.xml +22 -0
  70. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.11.xml +22 -0
  71. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.12.xml +22 -0
  72. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.13.xml +22 -0
  73. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.14.xml +22 -0
  74. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.15.xml +22 -0
  75. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.16.xml +22 -0
  76. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.17.xml +22 -0
  77. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.18.xml +22 -0
  78. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.19.xml +22 -0
  79. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.20.xml +22 -0
  80. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.21.xml +22 -0
  81. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.22.xml +22 -0
  82. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.23.xml +22 -0
  83. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.24.xml +22 -0
  84. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.6.xml +22 -0
  85. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.7.xml +22 -0
  86. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.8.xml +22 -0
  87. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.9.xml +22 -0
  88. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-2.0.xml +22 -0
  89. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-2.1.xml +24 -0
  90. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-2.10.xml +33 -0
  91. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-2.11.xml +35 -0
  92. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-2.12.xml +35 -0
  93. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-2.13.xml +35 -0
  94. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-2.14.xml +36 -0
  95. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-2.15.xml +22 -0
  96. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-2.16.xml +27 -0
  97. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-2.17.xml +26 -0
  98. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-2.2.xml +20 -0
  99. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-2.3.xml +15 -0
  100. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-2.4.xml +15 -0
  101. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-2.5.xml +17 -0
  102. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-2.6.xml +17 -0
  103. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-2.7.xml +33 -0
  104. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-2.8.xml +33 -0
  105. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-2.9.xml +33 -0
  106. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-2.xml +19 -0
  107. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.10.xml +16 -0
  108. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.11.xml +16 -0
  109. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.12.xml +16 -0
  110. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.13.xml +16 -0
  111. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.14.xml +16 -0
  112. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.15.xml +16 -0
  113. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.16.xml +16 -0
  114. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.17.xml +16 -0
  115. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.18.xml +16 -0
  116. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.19.xml +16 -0
  117. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.20.xml +16 -0
  118. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.21.xml +16 -0
  119. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.22.xml +16 -0
  120. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.23.xml +16 -0
  121. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.24.xml +16 -0
  122. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.6.xml +16 -0
  123. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.7.xml +16 -0
  124. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.8.xml +16 -0
  125. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.9.xml +16 -0
  126. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.10.xml +15 -0
  127. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.11.xml +15 -0
  128. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.12.xml +15 -0
  129. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.13.xml +15 -0
  130. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.14.xml +15 -0
  131. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.15.xml +15 -0
  132. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.16.xml +15 -0
  133. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.17.xml +15 -0
  134. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.18.xml +15 -0
  135. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.19.xml +15 -0
  136. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.20.xml +15 -0
  137. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.21.xml +15 -0
  138. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.22.xml +15 -0
  139. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.23.xml +15 -0
  140. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.24.xml +15 -0
  141. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.6.xml +15 -0
  142. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.7.xml +15 -0
  143. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.8.xml +15 -0
  144. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.9.xml +15 -0
  145. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.10.xml +30 -0
  146. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.11.xml +30 -0
  147. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.12.xml +30 -0
  148. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.13.xml +30 -0
  149. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.14.xml +30 -0
  150. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.15.xml +30 -0
  151. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.16.xml +30 -0
  152. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.17.xml +30 -0
  153. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.18.xml +30 -0
  154. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.19.xml +30 -0
  155. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.20.xml +30 -0
  156. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.21.xml +30 -0
  157. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.22.xml +30 -0
  158. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.23.xml +30 -0
  159. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.24.xml +30 -0
  160. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.6.xml +30 -0
  161. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.7.xml +30 -0
  162. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.8.xml +30 -0
  163. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.9.xml +30 -0
  164. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.10.xml +15 -0
  165. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.11.xml +15 -0
  166. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.12.xml +15 -0
  167. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.13.xml +15 -0
  168. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.14.xml +15 -0
  169. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.15.xml +15 -0
  170. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.16.xml +15 -0
  171. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.17.xml +15 -0
  172. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.18.xml +15 -0
  173. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.19.xml +15 -0
  174. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.20.xml +15 -0
  175. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.21.xml +15 -0
  176. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.22.xml +15 -0
  177. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.23.xml +15 -0
  178. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.24.xml +15 -0
  179. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.6.xml +15 -0
  180. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.7.xml +15 -0
  181. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.8.xml +15 -0
  182. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.9.xml +15 -0
  183. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.10.xml +7 -0
  184. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.11.xml +7 -0
  185. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.12.xml +7 -0
  186. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.13.xml +7 -0
  187. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.14.xml +7 -0
  188. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.15.xml +7 -0
  189. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.16.xml +7 -0
  190. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.17.xml +7 -0
  191. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.18.xml +7 -0
  192. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.19.xml +7 -0
  193. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.20.xml +7 -0
  194. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.21.xml +7 -0
  195. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.22.xml +7 -0
  196. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.23.xml +7 -0
  197. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.24.xml +7 -0
  198. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.6.xml +7 -0
  199. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.7.xml +7 -0
  200. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.8.xml +7 -0
  201. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.9.xml +7 -0
  202. metadata +385 -3
@@ -0,0 +1,15 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel small list of variables should not validate" tests="1" time="0.23519" failures="0" errors="0" skipped="0">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should not validate should fail to process" time="0.172597">
4
+ </testcase>
5
+ <system-out>
6
+ Parsing measure Reduce Lighting Loads by Percentage
7
+ Parsing measure ReduceSpaceInfiltrationByPercentage
8
+ Parsing measure Adjust Thermostat Setpoints by Degrees
9
+ Parsing measure Set R-value of Insulation for Exterior Walls to a Specific Value
10
+ Parsing measure Set R-value of Insulation for Roofs to a Specific Value
11
+ Parsing measure Reduce Ventilation By Percentage
12
+ </system-out>
13
+ <system-err>
14
+ </system-err>
15
+ </testsuite>
@@ -0,0 +1,15 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel small list of variables should not validate" tests="1" time="0.246492" failures="0" errors="0" skipped="0">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should not validate should fail to process" time="0.183473">
4
+ </testcase>
5
+ <system-out>
6
+ Parsing measure Reduce Lighting Loads by Percentage
7
+ Parsing measure ReduceSpaceInfiltrationByPercentage
8
+ Parsing measure Adjust Thermostat Setpoints by Degrees
9
+ Parsing measure Set R-value of Insulation for Exterior Walls to a Specific Value
10
+ Parsing measure Set R-value of Insulation for Roofs to a Specific Value
11
+ Parsing measure Reduce Ventilation By Percentage
12
+ </system-out>
13
+ <system-err>
14
+ </system-err>
15
+ </testsuite>
@@ -0,0 +1,15 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel small list of variables should not validate" tests="1" time="0.242292" failures="0" errors="0" skipped="0">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should not validate should fail to process" time="0.177112">
4
+ </testcase>
5
+ <system-out>
6
+ Parsing measure Reduce Lighting Loads by Percentage
7
+ Parsing measure ReduceSpaceInfiltrationByPercentage
8
+ Parsing measure Adjust Thermostat Setpoints by Degrees
9
+ Parsing measure Set R-value of Insulation for Exterior Walls to a Specific Value
10
+ Parsing measure Set R-value of Insulation for Roofs to a Specific Value
11
+ Parsing measure Reduce Ventilation By Percentage
12
+ </system-out>
13
+ <system-err>
14
+ </system-err>
15
+ </testsuite>
@@ -0,0 +1,15 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel small list of variables should not validate" tests="1" time="0.250132" failures="0" errors="0" skipped="0">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should not validate should fail to process" time="0.186267">
4
+ </testcase>
5
+ <system-out>
6
+ Parsing measure Reduce Lighting Loads by Percentage
7
+ Parsing measure ReduceSpaceInfiltrationByPercentage
8
+ Parsing measure Adjust Thermostat Setpoints by Degrees
9
+ Parsing measure Set R-value of Insulation for Exterior Walls to a Specific Value
10
+ Parsing measure Set R-value of Insulation for Roofs to a Specific Value
11
+ Parsing measure Reduce Ventilation By Percentage
12
+ </system-out>
13
+ <system-err>
14
+ </system-err>
15
+ </testsuite>
@@ -0,0 +1,15 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel small list of variables should not validate" tests="1" time="0.253021" failures="0" errors="0" skipped="0">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should not validate should fail to process" time="0.190132">
4
+ </testcase>
5
+ <system-out>
6
+ Parsing measure Reduce Lighting Loads by Percentage
7
+ Parsing measure ReduceSpaceInfiltrationByPercentage
8
+ Parsing measure Adjust Thermostat Setpoints by Degrees
9
+ Parsing measure Set R-value of Insulation for Exterior Walls to a Specific Value
10
+ Parsing measure Set R-value of Insulation for Roofs to a Specific Value
11
+ Parsing measure Reduce Ventilation By Percentage
12
+ </system-out>
13
+ <system-err>
14
+ </system-err>
15
+ </testsuite>
@@ -0,0 +1,15 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel small list of variables should not validate" tests="1" time="0.238005" failures="0" errors="0" skipped="0">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should not validate should fail to process" time="0.174338">
4
+ </testcase>
5
+ <system-out>
6
+ Parsing measure Reduce Lighting Loads by Percentage
7
+ Parsing measure ReduceSpaceInfiltrationByPercentage
8
+ Parsing measure Adjust Thermostat Setpoints by Degrees
9
+ Parsing measure Set R-value of Insulation for Exterior Walls to a Specific Value
10
+ Parsing measure Set R-value of Insulation for Roofs to a Specific Value
11
+ Parsing measure Reduce Ventilation By Percentage
12
+ </system-out>
13
+ <system-err>
14
+ </system-err>
15
+ </testsuite>
@@ -0,0 +1,15 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel small list of variables should not validate" tests="1" time="0.238712" failures="0" errors="0" skipped="0">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should not validate should fail to process" time="0.17383">
4
+ </testcase>
5
+ <system-out>
6
+ Parsing measure Reduce Lighting Loads by Percentage
7
+ Parsing measure ReduceSpaceInfiltrationByPercentage
8
+ Parsing measure Adjust Thermostat Setpoints by Degrees
9
+ Parsing measure Set R-value of Insulation for Exterior Walls to a Specific Value
10
+ Parsing measure Set R-value of Insulation for Roofs to a Specific Value
11
+ Parsing measure Reduce Ventilation By Percentage
12
+ </system-out>
13
+ <system-err>
14
+ </system-err>
15
+ </testsuite>
@@ -0,0 +1,15 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel small list of variables should not validate" tests="1" time="0.247583" failures="0" errors="0" skipped="0">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should not validate should fail to process" time="0.183686">
4
+ </testcase>
5
+ <system-out>
6
+ Parsing measure Reduce Lighting Loads by Percentage
7
+ Parsing measure ReduceSpaceInfiltrationByPercentage
8
+ Parsing measure Adjust Thermostat Setpoints by Degrees
9
+ Parsing measure Set R-value of Insulation for Exterior Walls to a Specific Value
10
+ Parsing measure Set R-value of Insulation for Roofs to a Specific Value
11
+ Parsing measure Reduce Ventilation By Percentage
12
+ </system-out>
13
+ <system-err>
14
+ </system-err>
15
+ </testsuite>
@@ -0,0 +1,15 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel small list of variables should not validate" tests="1" time="0.246793" failures="0" errors="0" skipped="0">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should not validate should fail to process" time="0.178514">
4
+ </testcase>
5
+ <system-out>
6
+ Parsing measure Reduce Lighting Loads by Percentage
7
+ Parsing measure ReduceSpaceInfiltrationByPercentage
8
+ Parsing measure Adjust Thermostat Setpoints by Degrees
9
+ Parsing measure Set R-value of Insulation for Exterior Walls to a Specific Value
10
+ Parsing measure Set R-value of Insulation for Roofs to a Specific Value
11
+ Parsing measure Reduce Ventilation By Percentage
12
+ </system-out>
13
+ <system-err>
14
+ </system-err>
15
+ </testsuite>
@@ -0,0 +1,15 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel small list of variables should not validate" tests="1" time="0.250526" failures="0" errors="0" skipped="0">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should not validate should fail to process" time="0.186625">
4
+ </testcase>
5
+ <system-out>
6
+ Parsing measure Reduce Lighting Loads by Percentage
7
+ Parsing measure ReduceSpaceInfiltrationByPercentage
8
+ Parsing measure Adjust Thermostat Setpoints by Degrees
9
+ Parsing measure Set R-value of Insulation for Exterior Walls to a Specific Value
10
+ Parsing measure Set R-value of Insulation for Roofs to a Specific Value
11
+ Parsing measure Reduce Ventilation By Percentage
12
+ </system-out>
13
+ <system-err>
14
+ </system-err>
15
+ </testsuite>
@@ -0,0 +1,15 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel small list of variables should not validate" tests="1" time="0.238613" failures="0" errors="0" skipped="0">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should not validate should fail to process" time="0.175496">
4
+ </testcase>
5
+ <system-out>
6
+ Parsing measure Reduce Lighting Loads by Percentage
7
+ Parsing measure ReduceSpaceInfiltrationByPercentage
8
+ Parsing measure Adjust Thermostat Setpoints by Degrees
9
+ Parsing measure Set R-value of Insulation for Exterior Walls to a Specific Value
10
+ Parsing measure Set R-value of Insulation for Roofs to a Specific Value
11
+ Parsing measure Reduce Ventilation By Percentage
12
+ </system-out>
13
+ <system-err>
14
+ </system-err>
15
+ </testsuite>
@@ -0,0 +1,15 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel small list of variables should not validate" tests="1" time="0.236707" failures="0" errors="0" skipped="0">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should not validate should fail to process" time="0.171922">
4
+ </testcase>
5
+ <system-out>
6
+ Parsing measure Reduce Lighting Loads by Percentage
7
+ Parsing measure ReduceSpaceInfiltrationByPercentage
8
+ Parsing measure Adjust Thermostat Setpoints by Degrees
9
+ Parsing measure Set R-value of Insulation for Exterior Walls to a Specific Value
10
+ Parsing measure Set R-value of Insulation for Roofs to a Specific Value
11
+ Parsing measure Reduce Ventilation By Percentage
12
+ </system-out>
13
+ <system-err>
14
+ </system-err>
15
+ </testsuite>
@@ -0,0 +1,15 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel small list of variables should not validate" tests="1" time="0.283515" failures="0" errors="0" skipped="0">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should not validate should fail to process" time="0.209432">
4
+ </testcase>
5
+ <system-out>
6
+ Parsing measure Reduce Lighting Loads by Percentage
7
+ Parsing measure ReduceSpaceInfiltrationByPercentage
8
+ Parsing measure Adjust Thermostat Setpoints by Degrees
9
+ Parsing measure Set R-value of Insulation for Exterior Walls to a Specific Value
10
+ Parsing measure Set R-value of Insulation for Roofs to a Specific Value
11
+ Parsing measure Reduce Ventilation By Percentage
12
+ </system-out>
13
+ <system-err>
14
+ </system-err>
15
+ </testsuite>
@@ -0,0 +1,15 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel small list of variables should not validate" tests="1" time="0.256179" failures="0" errors="0" skipped="0">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should not validate should fail to process" time="0.192592">
4
+ </testcase>
5
+ <system-out>
6
+ Parsing measure Reduce Lighting Loads by Percentage
7
+ Parsing measure ReduceSpaceInfiltrationByPercentage
8
+ Parsing measure Adjust Thermostat Setpoints by Degrees
9
+ Parsing measure Set R-value of Insulation for Exterior Walls to a Specific Value
10
+ Parsing measure Set R-value of Insulation for Roofs to a Specific Value
11
+ Parsing measure Reduce Ventilation By Percentage
12
+ </system-out>
13
+ <system-err>
14
+ </system-err>
15
+ </testsuite>
@@ -0,0 +1,15 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel small list of variables should not validate" tests="1" time="0.24464" failures="0" errors="0" skipped="0">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should not validate should fail to process" time="0.178365">
4
+ </testcase>
5
+ <system-out>
6
+ Parsing measure Reduce Lighting Loads by Percentage
7
+ Parsing measure ReduceSpaceInfiltrationByPercentage
8
+ Parsing measure Adjust Thermostat Setpoints by Degrees
9
+ Parsing measure Set R-value of Insulation for Exterior Walls to a Specific Value
10
+ Parsing measure Set R-value of Insulation for Roofs to a Specific Value
11
+ Parsing measure Reduce Ventilation By Percentage
12
+ </system-out>
13
+ <system-err>
14
+ </system-err>
15
+ </testsuite>
@@ -0,0 +1,15 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel small list of variables should not validate" tests="1" time="0.233534" failures="0" errors="0" skipped="0">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should not validate should fail to process" time="0.172727">
4
+ </testcase>
5
+ <system-out>
6
+ Parsing measure Reduce Lighting Loads by Percentage
7
+ Parsing measure ReduceSpaceInfiltrationByPercentage
8
+ Parsing measure Adjust Thermostat Setpoints by Degrees
9
+ Parsing measure Set R-value of Insulation for Exterior Walls to a Specific Value
10
+ Parsing measure Set R-value of Insulation for Roofs to a Specific Value
11
+ Parsing measure Reduce Ventilation By Percentage
12
+ </system-out>
13
+ <system-err>
14
+ </system-err>
15
+ </testsuite>
@@ -0,0 +1,30 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel small list of variables" tests="3" time="0.351936" failures="0" errors="0" skipped="0">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should have a model" time="0.000224">
4
+ </testcase>
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should have a weather file" time="0.000114">
6
+ </testcase>
7
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should write a json" time="0.105083">
8
+ </testcase>
9
+ <system-out>
10
+ Parsing measure Reduce Lighting Loads by Percentage
11
+ Parsing measure ReduceSpaceInfiltrationByPercentage
12
+ Parsing measure Adjust Thermostat Setpoints by Degrees
13
+ Parsing measure Set R-value of Insulation for Exterior Walls to a Specific Value
14
+ Parsing measure Set R-value of Insulation for Roofs to a Specific Value
15
+ Parsing measure Reduce Ventilation By Percentage
16
+ true
17
+ Analysis name is Test Run 1
18
+ Adding measure item 'reduce_lighting_loads_by_percentage'
19
+ Adding measure item 'reducespaceinfiltrationbypercentage'
20
+ Adding measure item 'adjust_thermostat_setpoints_by_degrees'
21
+ Adding measure item 'set_r_value_of_insulation_for_exterior_walls_to_a_specific_value'
22
+ Adding measure item 'set_r_value_of_insulation_for_roofs_to_a_specific_value'
23
+ Adding measure item 'reduce_ventilation_by_percentage'
24
+ Adding /Users/nlong/Working/OpenStudio-analysis-gem/spec/files/partial_weather.epw
25
+ Adding /Users/nlong/Working/OpenStudio-analysis-gem/spec/files/small_seed.osm
26
+ Adding in other files []
27
+ </system-out>
28
+ <system-err>
29
+ </system-err>
30
+ </testsuite>
@@ -0,0 +1,30 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel small list of variables" tests="3" time="0.360007" failures="0" errors="0" skipped="0">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should have a model" time="0.000224">
4
+ </testcase>
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should have a weather file" time="0.000134">
6
+ </testcase>
7
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should write a json" time="0.115647">
8
+ </testcase>
9
+ <system-out>
10
+ Parsing measure Reduce Lighting Loads by Percentage
11
+ Parsing measure ReduceSpaceInfiltrationByPercentage
12
+ Parsing measure Adjust Thermostat Setpoints by Degrees
13
+ Parsing measure Set R-value of Insulation for Exterior Walls to a Specific Value
14
+ Parsing measure Set R-value of Insulation for Roofs to a Specific Value
15
+ Parsing measure Reduce Ventilation By Percentage
16
+ true
17
+ Analysis name is Test Run 1
18
+ Adding measure item 'reduce_lighting_loads_by_percentage'
19
+ Adding measure item 'reducespaceinfiltrationbypercentage'
20
+ Adding measure item 'adjust_thermostat_setpoints_by_degrees'
21
+ Adding measure item 'set_r_value_of_insulation_for_exterior_walls_to_a_specific_value'
22
+ Adding measure item 'set_r_value_of_insulation_for_roofs_to_a_specific_value'
23
+ Adding measure item 'reduce_ventilation_by_percentage'
24
+ Adding /Users/nlong/Working/OpenStudio-analysis-gem/spec/files/partial_weather.epw
25
+ Adding /Users/nlong/Working/OpenStudio-analysis-gem/spec/files/small_seed.osm
26
+ Adding in other files []
27
+ </system-out>
28
+ <system-err>
29
+ </system-err>
30
+ </testsuite>
@@ -0,0 +1,30 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel small list of variables" tests="3" time="0.346519" failures="0" errors="0" skipped="0">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should have a model" time="0.000221">
4
+ </testcase>
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should have a weather file" time="0.000116">
6
+ </testcase>
7
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should write a json" time="0.105282">
8
+ </testcase>
9
+ <system-out>
10
+ Parsing measure Reduce Lighting Loads by Percentage
11
+ Parsing measure ReduceSpaceInfiltrationByPercentage
12
+ Parsing measure Adjust Thermostat Setpoints by Degrees
13
+ Parsing measure Set R-value of Insulation for Exterior Walls to a Specific Value
14
+ Parsing measure Set R-value of Insulation for Roofs to a Specific Value
15
+ Parsing measure Reduce Ventilation By Percentage
16
+ true
17
+ Analysis name is Test Run 1
18
+ Adding measure item 'reduce_lighting_loads_by_percentage'
19
+ Adding measure item 'reducespaceinfiltrationbypercentage'
20
+ Adding measure item 'adjust_thermostat_setpoints_by_degrees'
21
+ Adding measure item 'set_r_value_of_insulation_for_exterior_walls_to_a_specific_value'
22
+ Adding measure item 'set_r_value_of_insulation_for_roofs_to_a_specific_value'
23
+ Adding measure item 'reduce_ventilation_by_percentage'
24
+ Adding /Users/nlong/Working/OpenStudio-analysis-gem/spec/files/partial_weather.epw
25
+ Adding /Users/nlong/Working/OpenStudio-analysis-gem/spec/files/small_seed.osm
26
+ Adding in other files []
27
+ </system-out>
28
+ <system-err>
29
+ </system-err>
30
+ </testsuite>
@@ -0,0 +1,30 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel small list of variables" tests="3" time="0.368527" failures="0" errors="0" skipped="0">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should have a model" time="0.00022">
4
+ </testcase>
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should have a weather file" time="0.000122">
6
+ </testcase>
7
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should write a json" time="0.107715">
8
+ </testcase>
9
+ <system-out>
10
+ Parsing measure Reduce Lighting Loads by Percentage
11
+ Parsing measure ReduceSpaceInfiltrationByPercentage
12
+ Parsing measure Adjust Thermostat Setpoints by Degrees
13
+ Parsing measure Set R-value of Insulation for Exterior Walls to a Specific Value
14
+ Parsing measure Set R-value of Insulation for Roofs to a Specific Value
15
+ Parsing measure Reduce Ventilation By Percentage
16
+ true
17
+ Analysis name is Test Run 1
18
+ Adding measure item 'reduce_lighting_loads_by_percentage'
19
+ Adding measure item 'reducespaceinfiltrationbypercentage'
20
+ Adding measure item 'adjust_thermostat_setpoints_by_degrees'
21
+ Adding measure item 'set_r_value_of_insulation_for_exterior_walls_to_a_specific_value'
22
+ Adding measure item 'set_r_value_of_insulation_for_roofs_to_a_specific_value'
23
+ Adding measure item 'reduce_ventilation_by_percentage'
24
+ Adding /Users/nlong/Working/OpenStudio-analysis-gem/spec/files/partial_weather.epw
25
+ Adding /Users/nlong/Working/OpenStudio-analysis-gem/spec/files/small_seed.osm
26
+ Adding in other files []
27
+ </system-out>
28
+ <system-err>
29
+ </system-err>
30
+ </testsuite>
@@ -0,0 +1,30 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel small list of variables" tests="3" time="0.349229" failures="0" errors="0" skipped="0">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should have a model" time="0.000221">
4
+ </testcase>
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should have a weather file" time="0.000116">
6
+ </testcase>
7
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should write a json" time="0.112874">
8
+ </testcase>
9
+ <system-out>
10
+ Parsing measure Reduce Lighting Loads by Percentage
11
+ Parsing measure ReduceSpaceInfiltrationByPercentage
12
+ Parsing measure Adjust Thermostat Setpoints by Degrees
13
+ Parsing measure Set R-value of Insulation for Exterior Walls to a Specific Value
14
+ Parsing measure Set R-value of Insulation for Roofs to a Specific Value
15
+ Parsing measure Reduce Ventilation By Percentage
16
+ true
17
+ Analysis name is Test Run 1
18
+ Adding measure item 'reduce_lighting_loads_by_percentage'
19
+ Adding measure item 'reducespaceinfiltrationbypercentage'
20
+ Adding measure item 'adjust_thermostat_setpoints_by_degrees'
21
+ Adding measure item 'set_r_value_of_insulation_for_exterior_walls_to_a_specific_value'
22
+ Adding measure item 'set_r_value_of_insulation_for_roofs_to_a_specific_value'
23
+ Adding measure item 'reduce_ventilation_by_percentage'
24
+ Adding /Users/nlong/Working/OpenStudio-analysis-gem/spec/files/partial_weather.epw
25
+ Adding /Users/nlong/Working/OpenStudio-analysis-gem/spec/files/small_seed.osm
26
+ Adding in other files []
27
+ </system-out>
28
+ <system-err>
29
+ </system-err>
30
+ </testsuite>
@@ -0,0 +1,30 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel small list of variables" tests="3" time="0.354736" failures="0" errors="0" skipped="0">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should have a model" time="0.000223">
4
+ </testcase>
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should have a weather file" time="0.000114">
6
+ </testcase>
7
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should write a json" time="0.111995">
8
+ </testcase>
9
+ <system-out>
10
+ Parsing measure Reduce Lighting Loads by Percentage
11
+ Parsing measure ReduceSpaceInfiltrationByPercentage
12
+ Parsing measure Adjust Thermostat Setpoints by Degrees
13
+ Parsing measure Set R-value of Insulation for Exterior Walls to a Specific Value
14
+ Parsing measure Set R-value of Insulation for Roofs to a Specific Value
15
+ Parsing measure Reduce Ventilation By Percentage
16
+ true
17
+ Analysis name is Test Run 1
18
+ Adding measure item 'reduce_lighting_loads_by_percentage'
19
+ Adding measure item 'reducespaceinfiltrationbypercentage'
20
+ Adding measure item 'adjust_thermostat_setpoints_by_degrees'
21
+ Adding measure item 'set_r_value_of_insulation_for_exterior_walls_to_a_specific_value'
22
+ Adding measure item 'set_r_value_of_insulation_for_roofs_to_a_specific_value'
23
+ Adding measure item 'reduce_ventilation_by_percentage'
24
+ Adding /Users/nlong/Working/OpenStudio-analysis-gem/spec/files/partial_weather.epw
25
+ Adding /Users/nlong/Working/OpenStudio-analysis-gem/spec/files/small_seed.osm
26
+ Adding in other files []
27
+ </system-out>
28
+ <system-err>
29
+ </system-err>
30
+ </testsuite>
@@ -0,0 +1,30 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel small list of variables" tests="3" time="0.371548" failures="0" errors="0" skipped="0">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should have a model" time="0.000226">
4
+ </testcase>
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should have a weather file" time="0.000115">
6
+ </testcase>
7
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should write a json" time="0.113252">
8
+ </testcase>
9
+ <system-out>
10
+ Parsing measure Reduce Lighting Loads by Percentage
11
+ Parsing measure ReduceSpaceInfiltrationByPercentage
12
+ Parsing measure Adjust Thermostat Setpoints by Degrees
13
+ Parsing measure Set R-value of Insulation for Exterior Walls to a Specific Value
14
+ Parsing measure Set R-value of Insulation for Roofs to a Specific Value
15
+ Parsing measure Reduce Ventilation By Percentage
16
+ true
17
+ Analysis name is Test Run 1
18
+ Adding measure item 'reduce_lighting_loads_by_percentage'
19
+ Adding measure item 'reducespaceinfiltrationbypercentage'
20
+ Adding measure item 'adjust_thermostat_setpoints_by_degrees'
21
+ Adding measure item 'set_r_value_of_insulation_for_exterior_walls_to_a_specific_value'
22
+ Adding measure item 'set_r_value_of_insulation_for_roofs_to_a_specific_value'
23
+ Adding measure item 'reduce_ventilation_by_percentage'
24
+ Adding /Users/nlong/Working/OpenStudio-analysis-gem/spec/files/partial_weather.epw
25
+ Adding /Users/nlong/Working/OpenStudio-analysis-gem/spec/files/small_seed.osm
26
+ Adding in other files []
27
+ </system-out>
28
+ <system-err>
29
+ </system-err>
30
+ </testsuite>
@@ -0,0 +1,30 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel small list of variables" tests="3" time="0.354808" failures="0" errors="0" skipped="0">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should have a model" time="0.000224">
4
+ </testcase>
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should have a weather file" time="0.000112">
6
+ </testcase>
7
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should write a json" time="0.10263">
8
+ </testcase>
9
+ <system-out>
10
+ Parsing measure Reduce Lighting Loads by Percentage
11
+ Parsing measure ReduceSpaceInfiltrationByPercentage
12
+ Parsing measure Adjust Thermostat Setpoints by Degrees
13
+ Parsing measure Set R-value of Insulation for Exterior Walls to a Specific Value
14
+ Parsing measure Set R-value of Insulation for Roofs to a Specific Value
15
+ Parsing measure Reduce Ventilation By Percentage
16
+ true
17
+ Analysis name is Test Run 1
18
+ Adding measure item 'reduce_lighting_loads_by_percentage'
19
+ Adding measure item 'reducespaceinfiltrationbypercentage'
20
+ Adding measure item 'adjust_thermostat_setpoints_by_degrees'
21
+ Adding measure item 'set_r_value_of_insulation_for_exterior_walls_to_a_specific_value'
22
+ Adding measure item 'set_r_value_of_insulation_for_roofs_to_a_specific_value'
23
+ Adding measure item 'reduce_ventilation_by_percentage'
24
+ Adding /Users/nlong/Working/OpenStudio-analysis-gem/spec/files/partial_weather.epw
25
+ Adding /Users/nlong/Working/OpenStudio-analysis-gem/spec/files/small_seed.osm
26
+ Adding in other files []
27
+ </system-out>
28
+ <system-err>
29
+ </system-err>
30
+ </testsuite>
@@ -0,0 +1,30 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel small list of variables" tests="3" time="0.345542" failures="0" errors="0" skipped="0">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should have a model" time="0.000238">
4
+ </testcase>
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should have a weather file" time="0.000142">
6
+ </testcase>
7
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should write a json" time="0.109961">
8
+ </testcase>
9
+ <system-out>
10
+ Parsing measure Reduce Lighting Loads by Percentage
11
+ Parsing measure ReduceSpaceInfiltrationByPercentage
12
+ Parsing measure Adjust Thermostat Setpoints by Degrees
13
+ Parsing measure Set R-value of Insulation for Exterior Walls to a Specific Value
14
+ Parsing measure Set R-value of Insulation for Roofs to a Specific Value
15
+ Parsing measure Reduce Ventilation By Percentage
16
+ true
17
+ Analysis name is Test Run 1
18
+ Adding measure item 'reduce_lighting_loads_by_percentage'
19
+ Adding measure item 'reducespaceinfiltrationbypercentage'
20
+ Adding measure item 'adjust_thermostat_setpoints_by_degrees'
21
+ Adding measure item 'set_r_value_of_insulation_for_exterior_walls_to_a_specific_value'
22
+ Adding measure item 'set_r_value_of_insulation_for_roofs_to_a_specific_value'
23
+ Adding measure item 'reduce_ventilation_by_percentage'
24
+ Adding /Users/nlong/Working/OpenStudio-analysis-gem/spec/files/partial_weather.epw
25
+ Adding /Users/nlong/Working/OpenStudio-analysis-gem/spec/files/small_seed.osm
26
+ Adding in other files []
27
+ </system-out>
28
+ <system-err>
29
+ </system-err>
30
+ </testsuite>
@@ -0,0 +1,30 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel small list of variables" tests="3" time="0.34552" failures="0" errors="0" skipped="0">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should have a model" time="0.000215">
4
+ </testcase>
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should have a weather file" time="0.00013">
6
+ </testcase>
7
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should write a json" time="0.107114">
8
+ </testcase>
9
+ <system-out>
10
+ Parsing measure Reduce Lighting Loads by Percentage
11
+ Parsing measure ReduceSpaceInfiltrationByPercentage
12
+ Parsing measure Adjust Thermostat Setpoints by Degrees
13
+ Parsing measure Set R-value of Insulation for Exterior Walls to a Specific Value
14
+ Parsing measure Set R-value of Insulation for Roofs to a Specific Value
15
+ Parsing measure Reduce Ventilation By Percentage
16
+ true
17
+ Analysis name is Test Run 1
18
+ Adding measure item 'reduce_lighting_loads_by_percentage'
19
+ Adding measure item 'reducespaceinfiltrationbypercentage'
20
+ Adding measure item 'adjust_thermostat_setpoints_by_degrees'
21
+ Adding measure item 'set_r_value_of_insulation_for_exterior_walls_to_a_specific_value'
22
+ Adding measure item 'set_r_value_of_insulation_for_roofs_to_a_specific_value'
23
+ Adding measure item 'reduce_ventilation_by_percentage'
24
+ Adding /Users/nlong/Working/OpenStudio-analysis-gem/spec/files/partial_weather.epw
25
+ Adding /Users/nlong/Working/OpenStudio-analysis-gem/spec/files/small_seed.osm
26
+ Adding in other files []
27
+ </system-out>
28
+ <system-err>
29
+ </system-err>
30
+ </testsuite>
@@ -0,0 +1,30 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel small list of variables" tests="3" time="0.353706" failures="0" errors="0" skipped="0">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should have a model" time="0.000228">
4
+ </testcase>
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should have a weather file" time="0.000115">
6
+ </testcase>
7
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should write a json" time="0.113192">
8
+ </testcase>
9
+ <system-out>
10
+ Parsing measure Reduce Lighting Loads by Percentage
11
+ Parsing measure ReduceSpaceInfiltrationByPercentage
12
+ Parsing measure Adjust Thermostat Setpoints by Degrees
13
+ Parsing measure Set R-value of Insulation for Exterior Walls to a Specific Value
14
+ Parsing measure Set R-value of Insulation for Roofs to a Specific Value
15
+ Parsing measure Reduce Ventilation By Percentage
16
+ true
17
+ Analysis name is Test Run 1
18
+ Adding measure item 'reduce_lighting_loads_by_percentage'
19
+ Adding measure item 'reducespaceinfiltrationbypercentage'
20
+ Adding measure item 'adjust_thermostat_setpoints_by_degrees'
21
+ Adding measure item 'set_r_value_of_insulation_for_exterior_walls_to_a_specific_value'
22
+ Adding measure item 'set_r_value_of_insulation_for_roofs_to_a_specific_value'
23
+ Adding measure item 'reduce_ventilation_by_percentage'
24
+ Adding /Users/nlong/Working/OpenStudio-analysis-gem/spec/files/partial_weather.epw
25
+ Adding /Users/nlong/Working/OpenStudio-analysis-gem/spec/files/small_seed.osm
26
+ Adding in other files []
27
+ </system-out>
28
+ <system-err>
29
+ </system-err>
30
+ </testsuite>