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,26 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel setup version 2" tests="4" time="0.249142" failures="1" errors="0" skipped="0">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel setup version 2 should have a version" time="0.000218">
4
+ </testcase>
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel setup version 2 should have the new settings" time="0.000113">
6
+ </testcase>
7
+ <testcase name="OpenStudio::Analysis::Translator::Excel setup version 2 should have problem setup" time="0.000106">
8
+ </testcase>
9
+ <testcase name="OpenStudio::Analysis::Translator::Excel setup version 2 should have algorithm setup" time="0.003916">
10
+ <failure type="RSpec::Expectations::ExpectationNotMetError" message="expected 20.0 to be a kind of Integer">
11
+ expected 20.0 to be a kind of Integer (RSpec::Expectations::ExpectationNotMetError)
12
+ expected 20.0 to be a kind of Integer
13
+ ./spec/openstudio/analysis/translator/excel_spec.rb:114:in `block (3 levels) in &lt;top (required)&gt;' </failure>
14
+ </testcase>
15
+ <system-out>
16
+ I AM HERE!
17
+ Parsing measure Baseline
18
+ Parsing measure Reduce Lighting Loads by Percentage
19
+ Parsing measure ReduceSpaceInfiltrationByPercentage
20
+ Parsing measure Rotate Building Relative to Current Orientation
21
+ Parsing measure Set South WWR
22
+ Parsing measure Set West WWR
23
+ </system-out>
24
+ <system-err>
25
+ </system-err>
26
+ </testsuite>
@@ -0,0 +1,20 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel setup version 2" tests="1" time="5.744186" failures="0" errors="1" skipped="0">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel setup version 2 should have the new settings" time="0.000228">
4
+ <failure type="NoMethodError" message="undefined method `general_settings' for #&lt;OpenStudio::Analysis::Translator::Excel:0x007f9d0c703ea0&gt;">
5
+ undefined method `general_settings' for #&lt;OpenStudio::Analysis::Translator::Excel:0x007f9d0c703ea0&gt; (NoMethodError)
6
+ NoMethodError:
7
+ undefined method `general_settings' for #&lt;OpenStudio::Analysis::Translator::Excel:0x007f9d0c703ea0&gt;
8
+ ./spec/openstudio/analysis/translator/excel_spec.rb:101:in `block (3 levels) in &lt;top (required)&gt;' </failure>
9
+ </testcase>
10
+ <system-out>
11
+ Parsing measure Baseline
12
+ Parsing measure Reduce Lighting Loads by Percentage
13
+ Parsing measure ReduceSpaceInfiltrationByPercentage
14
+ Parsing measure Rotate Building Relative to Current Orientation
15
+ Parsing measure Set South WWR
16
+ Parsing measure Set West WWR
17
+ </system-out>
18
+ <system-err>
19
+ </system-err>
20
+ </testsuite>
@@ -0,0 +1,15 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel setup version 2" tests="1" time="0.234268" failures="0" errors="0" skipped="0">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel setup version 2 should have the new settings" time="0.00022">
4
+ </testcase>
5
+ <system-out>
6
+ Parsing measure Baseline
7
+ Parsing measure Reduce Lighting Loads by Percentage
8
+ Parsing measure ReduceSpaceInfiltrationByPercentage
9
+ Parsing measure Rotate Building Relative to Current Orientation
10
+ Parsing measure Set South WWR
11
+ Parsing measure Set West WWR
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 setup version 2" tests="1" time="0.235955" failures="0" errors="0" skipped="0">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel setup version 2 should have the new settings" time="0.000211">
4
+ </testcase>
5
+ <system-out>
6
+ Parsing measure Baseline
7
+ Parsing measure Reduce Lighting Loads by Percentage
8
+ Parsing measure ReduceSpaceInfiltrationByPercentage
9
+ Parsing measure Rotate Building Relative to Current Orientation
10
+ Parsing measure Set South WWR
11
+ Parsing measure Set West WWR
12
+ </system-out>
13
+ <system-err>
14
+ </system-err>
15
+ </testsuite>
@@ -0,0 +1,17 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel setup version 2" tests="2" time="0.252273" failures="0" errors="0" skipped="0">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel setup version 2 should have the new settings" time="0.000217">
4
+ </testcase>
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel setup version 2 should have problem setup" time="0.000106">
6
+ </testcase>
7
+ <system-out>
8
+ Parsing measure Baseline
9
+ Parsing measure Reduce Lighting Loads by Percentage
10
+ Parsing measure ReduceSpaceInfiltrationByPercentage
11
+ Parsing measure Rotate Building Relative to Current Orientation
12
+ Parsing measure Set South WWR
13
+ Parsing measure Set West WWR
14
+ </system-out>
15
+ <system-err>
16
+ </system-err>
17
+ </testsuite>
@@ -0,0 +1,17 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel setup version 2" tests="2" time="0.233181" failures="0" errors="0" skipped="0">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel setup version 2 should have the new settings" time="0.000216">
4
+ </testcase>
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel setup version 2 should have problem setup" time="0.000169">
6
+ </testcase>
7
+ <system-out>
8
+ Parsing measure Baseline
9
+ Parsing measure Reduce Lighting Loads by Percentage
10
+ Parsing measure ReduceSpaceInfiltrationByPercentage
11
+ Parsing measure Rotate Building Relative to Current Orientation
12
+ Parsing measure Set South WWR
13
+ Parsing measure Set West WWR
14
+ </system-out>
15
+ <system-err>
16
+ </system-err>
17
+ </testsuite>
@@ -0,0 +1,33 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel setup version 2" tests="3" time="0.243266" failures="1" errors="0" skipped="0">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel setup version 2 should have the new settings" time="0.000212">
4
+ </testcase>
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel setup version 2 should have problem setup" time="0.000113">
6
+ </testcase>
7
+ <testcase name="OpenStudio::Analysis::Translator::Excel setup version 2 should have algorithm setup" time="0.000149">
8
+ <failure type="RSpec::Expectations::ExpectationNotMetError" message="...">
9
+
10
+ expected: 100
11
+ got: nil
12
+
13
+ (compared using ==)
14
+ (RSpec::Expectations::ExpectationNotMetError)
15
+
16
+ expected: 100
17
+ got: nil
18
+
19
+ (compared using ==)
20
+
21
+ ./spec/openstudio/analysis/translator/excel_spec.rb:110:in `block (3 levels) in &lt;top (required)&gt;' </failure>
22
+ </testcase>
23
+ <system-out>
24
+ Parsing measure Baseline
25
+ Parsing measure Reduce Lighting Loads by Percentage
26
+ Parsing measure ReduceSpaceInfiltrationByPercentage
27
+ Parsing measure Rotate Building Relative to Current Orientation
28
+ Parsing measure Set South WWR
29
+ Parsing measure Set West WWR
30
+ </system-out>
31
+ <system-err>
32
+ </system-err>
33
+ </testsuite>
@@ -0,0 +1,33 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel setup version 2" tests="3" time="0.243038" failures="1" errors="0" skipped="0">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel setup version 2 should have the new settings" time="0.000217">
4
+ </testcase>
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel setup version 2 should have problem setup" time="0.000111">
6
+ </testcase>
7
+ <testcase name="OpenStudio::Analysis::Translator::Excel setup version 2 should have algorithm setup" time="0.00014">
8
+ <failure type="RSpec::Expectations::ExpectationNotMetError" message="...">
9
+
10
+ expected: 100
11
+ got: nil
12
+
13
+ (compared using ==)
14
+ (RSpec::Expectations::ExpectationNotMetError)
15
+
16
+ expected: 100
17
+ got: nil
18
+
19
+ (compared using ==)
20
+
21
+ ./spec/openstudio/analysis/translator/excel_spec.rb:110:in `block (3 levels) in &lt;top (required)&gt;' </failure>
22
+ </testcase>
23
+ <system-out>
24
+ Parsing measure Baseline
25
+ Parsing measure Reduce Lighting Loads by Percentage
26
+ Parsing measure ReduceSpaceInfiltrationByPercentage
27
+ Parsing measure Rotate Building Relative to Current Orientation
28
+ Parsing measure Set South WWR
29
+ Parsing measure Set West WWR
30
+ </system-out>
31
+ <system-err>
32
+ </system-err>
33
+ </testsuite>
@@ -0,0 +1,33 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel setup version 2" tests="3" time="0.241473" failures="1" errors="0" skipped="0">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel setup version 2 should have the new settings" time="0.000216">
4
+ </testcase>
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel setup version 2 should have problem setup" time="0.000112">
6
+ </testcase>
7
+ <testcase name="OpenStudio::Analysis::Translator::Excel setup version 2 should have algorithm setup" time="0.000145">
8
+ <failure type="RSpec::Expectations::ExpectationNotMetError" message="...">
9
+
10
+ expected: 100
11
+ got: nil
12
+
13
+ (compared using ==)
14
+ (RSpec::Expectations::ExpectationNotMetError)
15
+
16
+ expected: 100
17
+ got: nil
18
+
19
+ (compared using ==)
20
+
21
+ ./spec/openstudio/analysis/translator/excel_spec.rb:110:in `block (3 levels) in &lt;top (required)&gt;' </failure>
22
+ </testcase>
23
+ <system-out>
24
+ Parsing measure Baseline
25
+ Parsing measure Reduce Lighting Loads by Percentage
26
+ Parsing measure ReduceSpaceInfiltrationByPercentage
27
+ Parsing measure Rotate Building Relative to Current Orientation
28
+ Parsing measure Set South WWR
29
+ Parsing measure Set West WWR
30
+ </system-out>
31
+ <system-err>
32
+ </system-err>
33
+ </testsuite>
@@ -0,0 +1,19 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel setup version 2" tests="1" time="0.097345" failures="0" errors="1" skipped="0">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel setup version 2 should have the new settings" time="0.000107">
4
+ <failure type="TypeError" message="no implicit conversion of String into Integer">
5
+ no implicit conversion of String into Integer (TypeError)
6
+ TypeError:
7
+ no implicit conversion of String into Integer
8
+ ./lib/openstudio/analysis/translator/excel.rb:357:in `[]='
9
+ ./lib/openstudio/analysis/translator/excel.rb:357:in `block in parse_setup'
10
+ ./lib/openstudio/analysis/translator/excel.rb:302:in `each'
11
+ ./lib/openstudio/analysis/translator/excel.rb:302:in `parse_setup'
12
+ ./lib/openstudio/analysis/translator/excel.rb:44:in `process'
13
+ ./spec/openstudio/analysis/translator/excel_spec.rb:97:in `block (3 levels) in &lt;top (required)&gt;' </failure>
14
+ </testcase>
15
+ <system-out>
16
+ </system-out>
17
+ <system-err>
18
+ </system-err>
19
+ </testsuite>
@@ -0,0 +1,16 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel small list of incomplete variables" tests="1" time="0.322522" failures="0" errors="0" skipped="0">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of incomplete variables should fail to process" time="0.253772">
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 ReduceSpaceInfiltrationByPercentage
12
+ Parsing measure Reduce Ventilation By Percentage
13
+ </system-out>
14
+ <system-err>
15
+ </system-err>
16
+ </testsuite>
@@ -0,0 +1,16 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel small list of incomplete variables" tests="1" time="0.344868" failures="0" errors="0" skipped="0">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of incomplete variables should fail to process" time="0.275316">
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 ReduceSpaceInfiltrationByPercentage
12
+ Parsing measure Reduce Ventilation By Percentage
13
+ </system-out>
14
+ <system-err>
15
+ </system-err>
16
+ </testsuite>
@@ -0,0 +1,16 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel small list of incomplete variables" tests="1" time="0.317576" failures="0" errors="0" skipped="0">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of incomplete variables should fail to process" time="0.257458">
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 ReduceSpaceInfiltrationByPercentage
12
+ Parsing measure Reduce Ventilation By Percentage
13
+ </system-out>
14
+ <system-err>
15
+ </system-err>
16
+ </testsuite>
@@ -0,0 +1,16 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel small list of incomplete variables" tests="1" time="0.321686" failures="0" errors="0" skipped="0">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of incomplete variables should fail to process" time="0.251681">
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 ReduceSpaceInfiltrationByPercentage
12
+ Parsing measure Reduce Ventilation By Percentage
13
+ </system-out>
14
+ <system-err>
15
+ </system-err>
16
+ </testsuite>
@@ -0,0 +1,16 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel small list of incomplete variables" tests="1" time="0.353884" failures="0" errors="0" skipped="0">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of incomplete variables should fail to process" time="0.262097">
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 ReduceSpaceInfiltrationByPercentage
12
+ Parsing measure Reduce Ventilation By Percentage
13
+ </system-out>
14
+ <system-err>
15
+ </system-err>
16
+ </testsuite>
@@ -0,0 +1,16 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel small list of incomplete variables" tests="1" time="0.343502" failures="0" errors="0" skipped="0">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of incomplete variables should fail to process" time="0.271899">
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 ReduceSpaceInfiltrationByPercentage
12
+ Parsing measure Reduce Ventilation By Percentage
13
+ </system-out>
14
+ <system-err>
15
+ </system-err>
16
+ </testsuite>
@@ -0,0 +1,16 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel small list of incomplete variables" tests="1" time="0.382746" failures="0" errors="0" skipped="0">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of incomplete variables should fail to process" time="0.311776">
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 ReduceSpaceInfiltrationByPercentage
12
+ Parsing measure Reduce Ventilation By Percentage
13
+ </system-out>
14
+ <system-err>
15
+ </system-err>
16
+ </testsuite>
@@ -0,0 +1,16 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel small list of incomplete variables" tests="1" time="0.379388" failures="0" errors="0" skipped="0">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of incomplete variables should fail to process" time="0.268198">
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 ReduceSpaceInfiltrationByPercentage
12
+ Parsing measure Reduce Ventilation By Percentage
13
+ </system-out>
14
+ <system-err>
15
+ </system-err>
16
+ </testsuite>
@@ -0,0 +1,16 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel small list of incomplete variables" tests="1" time="0.331453" failures="0" errors="0" skipped="0">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of incomplete variables should fail to process" time="0.262729">
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 ReduceSpaceInfiltrationByPercentage
12
+ Parsing measure Reduce Ventilation By Percentage
13
+ </system-out>
14
+ <system-err>
15
+ </system-err>
16
+ </testsuite>
@@ -0,0 +1,16 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel small list of incomplete variables" tests="1" time="0.332471" failures="0" errors="0" skipped="0">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of incomplete variables should fail to process" time="0.271903">
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 ReduceSpaceInfiltrationByPercentage
12
+ Parsing measure Reduce Ventilation By Percentage
13
+ </system-out>
14
+ <system-err>
15
+ </system-err>
16
+ </testsuite>
@@ -0,0 +1,16 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel small list of incomplete variables" tests="1" time="0.321193" failures="0" errors="0" skipped="0">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of incomplete variables should fail to process" time="0.258207">
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 ReduceSpaceInfiltrationByPercentage
12
+ Parsing measure Reduce Ventilation By Percentage
13
+ </system-out>
14
+ <system-err>
15
+ </system-err>
16
+ </testsuite>
@@ -0,0 +1,16 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel small list of incomplete variables" tests="1" time="0.328166" failures="0" errors="0" skipped="0">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of incomplete variables should fail to process" time="0.256023">
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 ReduceSpaceInfiltrationByPercentage
12
+ Parsing measure Reduce Ventilation By Percentage
13
+ </system-out>
14
+ <system-err>
15
+ </system-err>
16
+ </testsuite>
@@ -0,0 +1,16 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel small list of incomplete variables" tests="1" time="0.321318" failures="0" errors="0" skipped="0">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of incomplete variables should fail to process" time="0.261418">
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 ReduceSpaceInfiltrationByPercentage
12
+ Parsing measure Reduce Ventilation By Percentage
13
+ </system-out>
14
+ <system-err>
15
+ </system-err>
16
+ </testsuite>
@@ -0,0 +1,16 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel small list of incomplete variables" tests="1" time="0.332146" failures="0" errors="0" skipped="0">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of incomplete variables should fail to process" time="0.261801">
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 ReduceSpaceInfiltrationByPercentage
12
+ Parsing measure Reduce Ventilation By Percentage
13
+ </system-out>
14
+ <system-err>
15
+ </system-err>
16
+ </testsuite>
@@ -0,0 +1,16 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel small list of incomplete variables" tests="1" time="0.326642" failures="0" errors="0" skipped="0">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of incomplete variables should fail to process" time="0.254413">
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 ReduceSpaceInfiltrationByPercentage
12
+ Parsing measure Reduce Ventilation By Percentage
13
+ </system-out>
14
+ <system-err>
15
+ </system-err>
16
+ </testsuite>
@@ -0,0 +1,16 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel small list of incomplete variables" tests="1" time="0.322433" failures="0" errors="0" skipped="0">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of incomplete variables should fail to process" time="0.24934">
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 ReduceSpaceInfiltrationByPercentage
12
+ Parsing measure Reduce Ventilation By Percentage
13
+ </system-out>
14
+ <system-err>
15
+ </system-err>
16
+ </testsuite>
@@ -0,0 +1,16 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel small list of incomplete variables" tests="1" time="0.306786" failures="0" errors="0" skipped="0">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of incomplete variables should fail to process" time="0.246714">
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 ReduceSpaceInfiltrationByPercentage
12
+ Parsing measure Reduce Ventilation By Percentage
13
+ </system-out>
14
+ <system-err>
15
+ </system-err>
16
+ </testsuite>
@@ -0,0 +1,16 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel small list of incomplete variables" tests="1" time="0.327972" failures="0" errors="0" skipped="0">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of incomplete variables should fail to process" time="0.256432">
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 ReduceSpaceInfiltrationByPercentage
12
+ Parsing measure Reduce Ventilation By Percentage
13
+ </system-out>
14
+ <system-err>
15
+ </system-err>
16
+ </testsuite>
@@ -0,0 +1,16 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel small list of incomplete variables" tests="1" time="0.313708" failures="0" errors="0" skipped="0">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of incomplete variables should fail to process" time="0.252164">
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 ReduceSpaceInfiltrationByPercentage
12
+ Parsing measure Reduce Ventilation By Percentage
13
+ </system-out>
14
+ <system-err>
15
+ </system-err>
16
+ </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.241431" 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.176441">
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.247809" 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.183015">
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.241274" 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.178864">
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>