openstudio-analysis 0.1.10 → 0.1.11

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 (83) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +13 -0
  3. data/lib/openstudio/analysis/server_api.rb +1 -1
  4. data/lib/openstudio/analysis/translator/excel.rb +55 -7
  5. data/lib/openstudio/analysis/version.rb +1 -1
  6. data/lib/openstudio/helpers/string.rb +7 -1
  7. data/lib/openstudio/templates/analysis.json.erb +1 -0
  8. data/spec/files/discrete_variables.xlsx +0 -0
  9. data/spec/files/export/analysis/discrete_seed.json +81 -75
  10. data/spec/files/export/analysis/discrete_seed.zip +0 -0
  11. data/spec/files/export/analysis/output_vars.json +654 -0
  12. data/spec/files/export/analysis/output_vars.zip +0 -0
  13. data/spec/files/export/analysis/small_seed.json +83 -77
  14. data/spec/files/export/analysis/small_seed.zip +0 -0
  15. data/spec/files/no_variables.xlsx +0 -0
  16. data/spec/files/outputvars.xlsx +0 -0
  17. data/spec/files/proxy.xlsx +0 -0
  18. data/spec/files/proxy_user.xlsx +0 -0
  19. data/spec/files/setup_version_2.xlsx +0 -0
  20. data/spec/files/small_list.xlsx +0 -0
  21. data/spec/files/small_list_incomplete.xlsx +0 -0
  22. data/spec/files/small_list_repeat_vars.xlsx +0 -0
  23. data/spec/files/small_list_validation_errors.xlsx +0 -0
  24. data/spec/files/template_input_0.1.10.xlsx +0 -0
  25. data/spec/openstudio/analysis/translator/excel_spec.rb +86 -2
  26. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.47.xml +9 -0
  27. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.48.xml +9 -0
  28. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.49.xml +9 -0
  29. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.50.xml +9 -0
  30. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.47.xml +9 -0
  31. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.48.xml +9 -0
  32. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.49.xml +9 -0
  33. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.50.xml +9 -0
  34. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.47.xml +7 -0
  35. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.48.xml +7 -0
  36. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.49.xml +7 -0
  37. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.50.xml +7 -0
  38. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.5.xml +21 -0
  39. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.6.xml +21 -0
  40. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.7.xml +21 -0
  41. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.8.xml +21 -0
  42. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.47.xml +20 -0
  43. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.48.xml +20 -0
  44. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.49.xml +20 -0
  45. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.50.xml +20 -0
  46. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.13.xml +9 -0
  47. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.14.xml +9 -0
  48. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.15.xml +9 -0
  49. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.16.xml +9 -0
  50. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.19.xml +9 -0
  51. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.20.xml +9 -0
  52. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.21.xml +9 -0
  53. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.22.xml +9 -0
  54. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.0.xml +35 -0
  55. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.1.xml +35 -0
  56. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.2.xml +37 -0
  57. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.xml +35 -0
  58. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.xml +21 -0
  59. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-2.40.xml +21 -0
  60. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-2.41.xml +21 -0
  61. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-2.42.xml +21 -0
  62. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.47.xml +9 -0
  63. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.48.xml +9 -0
  64. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.49.xml +9 -0
  65. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.50.xml +9 -0
  66. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.47.xml +9 -0
  67. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.48.xml +9 -0
  68. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.49.xml +9 -0
  69. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.50.xml +9 -0
  70. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.47.xml +24 -0
  71. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.48.xml +24 -0
  72. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.49.xml +24 -0
  73. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.50.xml +24 -0
  74. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.47.xml +9 -0
  75. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.48.xml +9 -0
  76. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.49.xml +9 -0
  77. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.50.xml +9 -0
  78. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.xml +13 -0
  79. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.47.xml +7 -0
  80. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.48.xml +7 -0
  81. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.49.xml +7 -0
  82. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.50.xml +7 -0
  83. metadata +124 -2
@@ -0,0 +1,7 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::ServerApi" tests="0" time="0.000186" failures="0" errors="0" skipped="0">
3
+ <system-out>
4
+ </system-out>
5
+ <system-err>
6
+ </system-err>
7
+ </testsuite>
@@ -0,0 +1,7 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::ServerApi" tests="0" time="0.00019" failures="0" errors="0" skipped="0">
3
+ <system-out>
4
+ </system-out>
5
+ <system-err>
6
+ </system-err>
7
+ </testsuite>
@@ -0,0 +1,7 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::ServerApi" tests="0" time="0.000179" failures="0" errors="0" skipped="0">
3
+ <system-out>
4
+ </system-out>
5
+ <system-err>
6
+ </system-err>
7
+ </testsuite>
@@ -0,0 +1,21 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel discrete variables" tests="2" time="0.379954" failures="0" errors="0" skipped="0">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel discrete variables should have parsed the spreadsheet" time="0.000284">
4
+ </testcase>
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel discrete variables should save the file" time="0.073128">
6
+ </testcase>
7
+ <system-out>
8
+ Analysis name is Example Analysis
9
+ Adding measure item 'reduce_lighting_loads_by_percentage'
10
+ {"variable_type"=&gt;"variable", "display_name"=&gt;"Lighting Power Reduction", "machine_name"=&gt;"lighting_power_reduction", "name"=&gt;"lighting_power_reduction_percent", "index"=&gt;2, "method"=&gt;"lhs", "type"=&gt;"Double", "units"=&gt;nil, "distribution"=&gt;{"min"=&gt;nil, "max"=&gt;nil, "mean"=&gt;nil, "stddev"=&gt;nil, "discrete_values"=&gt;"[10,20,40,60]", "discrete_weights"=&gt;"[0.1,0.4,0.2,0.3]", "type"=&gt;"discrete_uncertain", "source"=&gt;"Some Source"}, "notes"=&gt;nil, "relation_to_eui"=&gt;nil}
11
+ Adding measure item 'reducespaceinfiltrationbypercentage'
12
+ Adding measure item 'adjust_thermostat_setpoints_by_degrees'
13
+ {"variable_type"=&gt;"variable", "display_name"=&gt;"Alter Design Day Thermostats?", "machine_name"=&gt;"alter_design_day_thermostats?", "name"=&gt;"alter_design_days", "index"=&gt;3, "method"=&gt;"lhs", "type"=&gt;"Bool", "units"=&gt;nil, "distribution"=&gt;{"min"=&gt;nil, "max"=&gt;nil, "mean"=&gt;nil, "stddev"=&gt;nil, "discrete_values"=&gt;"['true','false']", "discrete_weights"=&gt;"[0.8,0.2]", "type"=&gt;"discrete_uncertain", "source"=&gt;nil}, "notes"=&gt;nil, "relation_to_eui"=&gt;nil}
14
+ Adding measure item 'set_r_value_of_insulation_for_exterior_walls_to_a_specific_value'
15
+ Adding measure item 'set_r_value_of_insulation_for_roofs_to_a_specific_value'
16
+ Adding measure item 'reduce_ventilation_by_percentage'
17
+ {"variable_type"=&gt;"variable", "display_name"=&gt;"Design Specification Outdoor Air Reduction (%).", "machine_name"=&gt;"design_specification_outdoor_air_reduction_(%).", "name"=&gt;"design_spec_outdoor_air_reduction_percent", "index"=&gt;2, "method"=&gt;"lhs", "type"=&gt;"Double", "units"=&gt;nil, "distribution"=&gt;{"min"=&gt;nil, "max"=&gt;nil, "mean"=&gt;nil, "stddev"=&gt;nil, "discrete_values"=&gt;"[0,10,30,60,90]", "discrete_weights"=&gt;nil, "type"=&gt;"discrete_uncertain", "source"=&gt;nil}, "notes"=&gt;nil, "relation_to_eui"=&gt;nil}
18
+ </system-out>
19
+ <system-err>
20
+ </system-err>
21
+ </testsuite>
@@ -0,0 +1,21 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel discrete variables" tests="2" time="0.401862" failures="0" errors="0" skipped="0">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel discrete variables should have parsed the spreadsheet" time="0.000195">
4
+ </testcase>
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel discrete variables should save the file" time="0.069418">
6
+ </testcase>
7
+ <system-out>
8
+ Analysis name is Example Analysis
9
+ Adding measure item 'reduce_lighting_loads_by_percentage'
10
+ {"variable_type"=&gt;"variable", "display_name"=&gt;"Lighting Power Reduction", "machine_name"=&gt;"lighting_power_reduction", "name"=&gt;"lighting_power_reduction_percent", "index"=&gt;2, "method"=&gt;"lhs", "type"=&gt;"Double", "units"=&gt;nil, "distribution"=&gt;{"min"=&gt;nil, "max"=&gt;nil, "mean"=&gt;nil, "stddev"=&gt;nil, "discrete_values"=&gt;"[10,20,40,60]", "discrete_weights"=&gt;"[0.1,0.4,0.2,0.3]", "type"=&gt;"discrete_uncertain", "source"=&gt;"Some Source"}, "notes"=&gt;nil, "relation_to_eui"=&gt;nil}
11
+ Adding measure item 'reducespaceinfiltrationbypercentage'
12
+ Adding measure item 'adjust_thermostat_setpoints_by_degrees'
13
+ {"variable_type"=&gt;"variable", "display_name"=&gt;"Alter Design Day Thermostats?", "machine_name"=&gt;"alter_design_day_thermostats?", "name"=&gt;"alter_design_days", "index"=&gt;3, "method"=&gt;"lhs", "type"=&gt;"Bool", "units"=&gt;nil, "distribution"=&gt;{"min"=&gt;nil, "max"=&gt;nil, "mean"=&gt;nil, "stddev"=&gt;nil, "discrete_values"=&gt;"['true','false']", "discrete_weights"=&gt;"[0.8,0.2]", "type"=&gt;"discrete_uncertain", "source"=&gt;nil}, "notes"=&gt;nil, "relation_to_eui"=&gt;nil}
14
+ Adding measure item 'set_r_value_of_insulation_for_exterior_walls_to_a_specific_value'
15
+ Adding measure item 'set_r_value_of_insulation_for_roofs_to_a_specific_value'
16
+ Adding measure item 'reduce_ventilation_by_percentage'
17
+ {"variable_type"=&gt;"variable", "display_name"=&gt;"Design Specification Outdoor Air Reduction (%).", "machine_name"=&gt;"design_specification_outdoor_air_reduction_(%).", "name"=&gt;"design_spec_outdoor_air_reduction_percent", "index"=&gt;2, "method"=&gt;"lhs", "type"=&gt;"Double", "units"=&gt;nil, "distribution"=&gt;{"min"=&gt;nil, "max"=&gt;nil, "mean"=&gt;nil, "stddev"=&gt;nil, "discrete_values"=&gt;"[0,10,30,60,90]", "discrete_weights"=&gt;nil, "type"=&gt;"discrete_uncertain", "source"=&gt;nil}, "notes"=&gt;nil, "relation_to_eui"=&gt;nil}
18
+ </system-out>
19
+ <system-err>
20
+ </system-err>
21
+ </testsuite>
@@ -0,0 +1,21 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel discrete variables" tests="2" time="0.399522" failures="0" errors="0" skipped="0">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel discrete variables should have parsed the spreadsheet" time="0.0002">
4
+ </testcase>
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel discrete variables should save the file" time="0.080382">
6
+ </testcase>
7
+ <system-out>
8
+ Analysis name is Example Analysis
9
+ Adding measure item 'reduce_lighting_loads_by_percentage'
10
+ {"variable_type"=&gt;"variable", "display_name"=&gt;"Lighting Power Reduction", "machine_name"=&gt;"lighting_power_reduction", "name"=&gt;"lighting_power_reduction_percent", "index"=&gt;2, "method"=&gt;"lhs", "type"=&gt;"Double", "units"=&gt;nil, "distribution"=&gt;{"min"=&gt;nil, "max"=&gt;nil, "mean"=&gt;nil, "stddev"=&gt;nil, "discrete_values"=&gt;"[10,20,40,60]", "discrete_weights"=&gt;"[0.1,0.4,0.2,0.3]", "type"=&gt;"discrete_uncertain", "source"=&gt;"Some Source"}, "notes"=&gt;nil, "relation_to_eui"=&gt;nil}
11
+ Adding measure item 'reducespaceinfiltrationbypercentage'
12
+ Adding measure item 'adjust_thermostat_setpoints_by_degrees'
13
+ {"variable_type"=&gt;"variable", "display_name"=&gt;"Alter Design Day Thermostats?", "machine_name"=&gt;"alter_design_day_thermostats?", "name"=&gt;"alter_design_days", "index"=&gt;3, "method"=&gt;"lhs", "type"=&gt;"Bool", "units"=&gt;nil, "distribution"=&gt;{"min"=&gt;nil, "max"=&gt;nil, "mean"=&gt;nil, "stddev"=&gt;nil, "discrete_values"=&gt;"['true','false']", "discrete_weights"=&gt;"[0.8,0.2]", "type"=&gt;"discrete_uncertain", "source"=&gt;nil}, "notes"=&gt;nil, "relation_to_eui"=&gt;nil}
14
+ Adding measure item 'set_r_value_of_insulation_for_exterior_walls_to_a_specific_value'
15
+ Adding measure item 'set_r_value_of_insulation_for_roofs_to_a_specific_value'
16
+ Adding measure item 'reduce_ventilation_by_percentage'
17
+ {"variable_type"=&gt;"variable", "display_name"=&gt;"Design Specification Outdoor Air Reduction (%).", "machine_name"=&gt;"design_specification_outdoor_air_reduction_(%).", "name"=&gt;"design_spec_outdoor_air_reduction_percent", "index"=&gt;2, "method"=&gt;"lhs", "type"=&gt;"Double", "units"=&gt;nil, "distribution"=&gt;{"min"=&gt;nil, "max"=&gt;nil, "mean"=&gt;nil, "stddev"=&gt;nil, "discrete_values"=&gt;"[0,10,30,60,90]", "discrete_weights"=&gt;nil, "type"=&gt;"discrete_uncertain", "source"=&gt;nil}, "notes"=&gt;nil, "relation_to_eui"=&gt;nil}
18
+ </system-out>
19
+ <system-err>
20
+ </system-err>
21
+ </testsuite>
@@ -0,0 +1,21 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel discrete variables" tests="2" time="0.387486" failures="0" errors="0" skipped="0">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel discrete variables should have parsed the spreadsheet" time="0.000209">
4
+ </testcase>
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel discrete variables should save the file" time="0.090511">
6
+ </testcase>
7
+ <system-out>
8
+ Analysis name is Example Analysis
9
+ Adding measure item 'reduce_lighting_loads_by_percentage'
10
+ {"variable_type"=&gt;"variable", "display_name"=&gt;"Lighting Power Reduction", "machine_name"=&gt;"lighting_power_reduction", "name"=&gt;"lighting_power_reduction_percent", "index"=&gt;2, "method"=&gt;"lhs", "type"=&gt;"Double", "units"=&gt;nil, "distribution"=&gt;{"min"=&gt;nil, "max"=&gt;nil, "mean"=&gt;nil, "stddev"=&gt;nil, "discrete_values"=&gt;"[10,20,40,60]", "discrete_weights"=&gt;"[0.1,0.4,0.2,0.3]", "type"=&gt;"discrete_uncertain", "source"=&gt;"Some Source"}, "notes"=&gt;nil, "relation_to_eui"=&gt;nil}
11
+ Adding measure item 'reducespaceinfiltrationbypercentage'
12
+ Adding measure item 'adjust_thermostat_setpoints_by_degrees'
13
+ {"variable_type"=&gt;"variable", "display_name"=&gt;"Alter Design Day Thermostats?", "machine_name"=&gt;"alter_design_day_thermostats?", "name"=&gt;"alter_design_days", "index"=&gt;3, "method"=&gt;"lhs", "type"=&gt;"Bool", "units"=&gt;nil, "distribution"=&gt;{"min"=&gt;nil, "max"=&gt;nil, "mean"=&gt;nil, "stddev"=&gt;nil, "discrete_values"=&gt;"['true','false']", "discrete_weights"=&gt;"[0.8,0.2]", "type"=&gt;"discrete_uncertain", "source"=&gt;nil}, "notes"=&gt;nil, "relation_to_eui"=&gt;nil}
14
+ Adding measure item 'set_r_value_of_insulation_for_exterior_walls_to_a_specific_value'
15
+ Adding measure item 'set_r_value_of_insulation_for_roofs_to_a_specific_value'
16
+ Adding measure item 'reduce_ventilation_by_percentage'
17
+ {"variable_type"=&gt;"variable", "display_name"=&gt;"Design Specification Outdoor Air Reduction (%).", "machine_name"=&gt;"design_specification_outdoor_air_reduction_(%).", "name"=&gt;"design_spec_outdoor_air_reduction_percent", "index"=&gt;2, "method"=&gt;"lhs", "type"=&gt;"Double", "units"=&gt;nil, "distribution"=&gt;{"min"=&gt;nil, "max"=&gt;nil, "mean"=&gt;nil, "stddev"=&gt;nil, "discrete_values"=&gt;"[0,10,30,60,90]", "discrete_weights"=&gt;nil, "type"=&gt;"discrete_uncertain", "source"=&gt;nil}, "notes"=&gt;nil, "relation_to_eui"=&gt;nil}
18
+ </system-out>
19
+ <system-err>
20
+ </system-err>
21
+ </testsuite>
@@ -0,0 +1,20 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel no variables defined" tests="5" time="0.621256" failures="0" errors="0" skipped="0">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel no variables defined should have measure path" time="0.145659">
4
+ </testcase>
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel no variables defined should have excel data" time="0.069913">
6
+ </testcase>
7
+ <testcase name="OpenStudio::Analysis::Translator::Excel no variables defined should process the excel file" time="0.184615">
8
+ </testcase>
9
+ <testcase name="OpenStudio::Analysis::Translator::Excel no variables defined should not work because no variables defined" time="0.063735">
10
+ </testcase>
11
+ <testcase name="OpenStudio::Analysis::Translator::Excel no variables defined should not export to a JSON" time="0.156676">
12
+ </testcase>
13
+ <system-out>
14
+ #&lt;OpenStudio::Analysis::Translator::Excel:0x007fed8304c720&gt;
15
+ Analysis name is Example Analysis
16
+ Adding measure item 'set_r_value_of_insulation_for_roofs_to_a_specific_value'
17
+ </system-out>
18
+ <system-err>
19
+ </system-err>
20
+ </testsuite>
@@ -0,0 +1,20 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel no variables defined" tests="5" time="0.551071" failures="0" errors="0" skipped="0">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel no variables defined should have measure path" time="0.132953">
4
+ </testcase>
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel no variables defined should have excel data" time="0.062366">
6
+ </testcase>
7
+ <testcase name="OpenStudio::Analysis::Translator::Excel no variables defined should process the excel file" time="0.137513">
8
+ </testcase>
9
+ <testcase name="OpenStudio::Analysis::Translator::Excel no variables defined should not work because no variables defined" time="0.066018">
10
+ </testcase>
11
+ <testcase name="OpenStudio::Analysis::Translator::Excel no variables defined should not export to a JSON" time="0.151689">
12
+ </testcase>
13
+ <system-out>
14
+ #&lt;OpenStudio::Analysis::Translator::Excel:0x007fbfe484c0f0&gt;
15
+ Analysis name is Example Analysis
16
+ Adding measure item 'set_r_value_of_insulation_for_roofs_to_a_specific_value'
17
+ </system-out>
18
+ <system-err>
19
+ </system-err>
20
+ </testsuite>
@@ -0,0 +1,20 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel no variables defined" tests="5" time="0.585046" failures="0" errors="0" skipped="0">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel no variables defined should have measure path" time="0.14977">
4
+ </testcase>
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel no variables defined should have excel data" time="0.069005">
6
+ </testcase>
7
+ <testcase name="OpenStudio::Analysis::Translator::Excel no variables defined should process the excel file" time="0.144203">
8
+ </testcase>
9
+ <testcase name="OpenStudio::Analysis::Translator::Excel no variables defined should not work because no variables defined" time="0.063561">
10
+ </testcase>
11
+ <testcase name="OpenStudio::Analysis::Translator::Excel no variables defined should not export to a JSON" time="0.157994">
12
+ </testcase>
13
+ <system-out>
14
+ #&lt;OpenStudio::Analysis::Translator::Excel:0x007ff9598a2a50&gt;
15
+ Analysis name is Example Analysis
16
+ Adding measure item 'set_r_value_of_insulation_for_roofs_to_a_specific_value'
17
+ </system-out>
18
+ <system-err>
19
+ </system-err>
20
+ </testsuite>
@@ -0,0 +1,20 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel no variables defined" tests="5" time="0.572176" failures="0" errors="0" skipped="0">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel no variables defined should have measure path" time="0.141957">
4
+ </testcase>
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel no variables defined should have excel data" time="0.067453">
6
+ </testcase>
7
+ <testcase name="OpenStudio::Analysis::Translator::Excel no variables defined should process the excel file" time="0.145719">
8
+ </testcase>
9
+ <testcase name="OpenStudio::Analysis::Translator::Excel no variables defined should not work because no variables defined" time="0.064986">
10
+ </testcase>
11
+ <testcase name="OpenStudio::Analysis::Translator::Excel no variables defined should not export to a JSON" time="0.151561">
12
+ </testcase>
13
+ <system-out>
14
+ #&lt;OpenStudio::Analysis::Translator::Excel:0x007f96c90a0ea8&gt;
15
+ Analysis name is Example Analysis
16
+ Adding measure item 'set_r_value_of_insulation_for_roofs_to_a_specific_value'
17
+ </system-out>
18
+ <system-err>
19
+ </system-err>
20
+ </testsuite>
@@ -0,0 +1,9 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel proxy setup with user" tests="1" time="0.285563" failures="0" errors="0" skipped="0">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel proxy setup with user should have a user" time="0.000238">
4
+ </testcase>
5
+ <system-out>
6
+ </system-out>
7
+ <system-err>
8
+ </system-err>
9
+ </testsuite>
@@ -0,0 +1,9 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel proxy setup with user" tests="1" time="0.303448" failures="0" errors="0" skipped="0">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel proxy setup with user should have a user" time="0.000277">
4
+ </testcase>
5
+ <system-out>
6
+ </system-out>
7
+ <system-err>
8
+ </system-err>
9
+ </testsuite>
@@ -0,0 +1,9 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel proxy setup with user" tests="1" time="0.265326" failures="0" errors="0" skipped="0">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel proxy setup with user should have a user" time="0.000214">
4
+ </testcase>
5
+ <system-out>
6
+ </system-out>
7
+ <system-err>
8
+ </system-err>
9
+ </testsuite>
@@ -0,0 +1,9 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel proxy setup with user" tests="1" time="0.276749" failures="0" errors="0" skipped="0">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel proxy setup with user should have a user" time="0.000224">
4
+ </testcase>
5
+ <system-out>
6
+ </system-out>
7
+ <system-err>
8
+ </system-err>
9
+ </testsuite>
@@ -0,0 +1,9 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel proxy setup" tests="1" time="0.27844" failures="0" errors="0" skipped="0">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel proxy setup should have a proxy setting" time="0.000244">
4
+ </testcase>
5
+ <system-out>
6
+ </system-out>
7
+ <system-err>
8
+ </system-err>
9
+ </testsuite>
@@ -0,0 +1,9 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel proxy setup" tests="1" time="0.262529" failures="0" errors="0" skipped="0">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel proxy setup should have a proxy setting" time="0.000235">
4
+ </testcase>
5
+ <system-out>
6
+ </system-out>
7
+ <system-err>
8
+ </system-err>
9
+ </testsuite>
@@ -0,0 +1,9 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel proxy setup" tests="1" time="0.280136" failures="0" errors="0" skipped="0">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel proxy setup should have a proxy setting" time="0.000214">
4
+ </testcase>
5
+ <system-out>
6
+ </system-out>
7
+ <system-err>
8
+ </system-err>
9
+ </testsuite>
@@ -0,0 +1,9 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel proxy setup" tests="1" time="0.277678" failures="0" errors="0" skipped="0">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel proxy setup should have a proxy setting" time="0.000241">
4
+ </testcase>
5
+ <system-out>
6
+ </system-out>
7
+ <system-err>
8
+ </system-err>
9
+ </testsuite>
@@ -0,0 +1,35 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel setup output variables" tests="6" time="0.450339" failures="0" errors="0" skipped="0">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel setup output variables should have a model" time="0.000224">
4
+ </testcase>
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel setup output variables should have a weather file" time="0.000118">
6
+ </testcase>
7
+ <testcase name="OpenStudio::Analysis::Translator::Excel setup output variables should have notes and source" time="0.00013">
8
+ </testcase>
9
+ <testcase name="OpenStudio::Analysis::Translator::Excel setup output variables should have algorithm setup" time="0.000114">
10
+ </testcase>
11
+ <testcase name="OpenStudio::Analysis::Translator::Excel setup output variables should create a valid hash" time="0.066832">
12
+ </testcase>
13
+ <testcase name="OpenStudio::Analysis::Translator::Excel setup output variables should write a json" time="0.092014">
14
+ </testcase>
15
+ <system-out>
16
+ true
17
+ /Users/nlong/Working/OpenStudio-analysis-gem/spec/files/partial_weather.epw
18
+ Analysis name is Output Vars
19
+ Adding measure item 'reduce_lighting_loads_by_percentage'
20
+ Adding measure item 'reducespaceinfiltrationbypercentage'
21
+ Adding measure item 'adjust_thermostat_setpoints_by_degrees'
22
+ Adding measure item 'set_r_value_of_insulation_for_exterior_walls_to_a_specific_value'
23
+ Adding measure item 'set_r_value_of_insulation_for_roofs_to_a_specific_value'
24
+ Adding measure item 'reduce_ventilation_by_percentage'
25
+ Analysis name is Output Vars
26
+ Adding measure item 'reduce_lighting_loads_by_percentage'
27
+ Adding measure item 'reducespaceinfiltrationbypercentage'
28
+ Adding measure item 'adjust_thermostat_setpoints_by_degrees'
29
+ Adding measure item 'set_r_value_of_insulation_for_exterior_walls_to_a_specific_value'
30
+ Adding measure item 'set_r_value_of_insulation_for_roofs_to_a_specific_value'
31
+ Adding measure item 'reduce_ventilation_by_percentage'
32
+ </system-out>
33
+ <system-err>
34
+ </system-err>
35
+ </testsuite>
@@ -0,0 +1,35 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel setup output variables" tests="6" time="0.450597" failures="0" errors="0" skipped="0">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel setup output variables should have a model" time="0.000234">
4
+ </testcase>
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel setup output variables should have a weather file" time="0.00015">
6
+ </testcase>
7
+ <testcase name="OpenStudio::Analysis::Translator::Excel setup output variables should have notes and source" time="0.000122">
8
+ </testcase>
9
+ <testcase name="OpenStudio::Analysis::Translator::Excel setup output variables should have algorithm setup" time="0.000115">
10
+ </testcase>
11
+ <testcase name="OpenStudio::Analysis::Translator::Excel setup output variables should create a valid hash" time="0.066619">
12
+ </testcase>
13
+ <testcase name="OpenStudio::Analysis::Translator::Excel setup output variables should write a json" time="0.096155">
14
+ </testcase>
15
+ <system-out>
16
+ true
17
+ /Users/nlong/Working/OpenStudio-analysis-gem/spec/files/partial_weather.epw
18
+ Analysis name is Output Vars
19
+ Adding measure item 'reduce_lighting_loads_by_percentage'
20
+ Adding measure item 'reducespaceinfiltrationbypercentage'
21
+ Adding measure item 'adjust_thermostat_setpoints_by_degrees'
22
+ Adding measure item 'set_r_value_of_insulation_for_exterior_walls_to_a_specific_value'
23
+ Adding measure item 'set_r_value_of_insulation_for_roofs_to_a_specific_value'
24
+ Adding measure item 'reduce_ventilation_by_percentage'
25
+ Analysis name is Output Vars
26
+ Adding measure item 'reduce_lighting_loads_by_percentage'
27
+ Adding measure item 'reducespaceinfiltrationbypercentage'
28
+ Adding measure item 'adjust_thermostat_setpoints_by_degrees'
29
+ Adding measure item 'set_r_value_of_insulation_for_exterior_walls_to_a_specific_value'
30
+ Adding measure item 'set_r_value_of_insulation_for_roofs_to_a_specific_value'
31
+ Adding measure item 'reduce_ventilation_by_percentage'
32
+ </system-out>
33
+ <system-err>
34
+ </system-err>
35
+ </testsuite>
@@ -0,0 +1,37 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel setup output variables" tests="7" time="0.442247" failures="0" errors="0" skipped="0">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel setup output variables should have a model" time="0.00023">
4
+ </testcase>
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel setup output variables should have a weather file" time="0.00018">
6
+ </testcase>
7
+ <testcase name="OpenStudio::Analysis::Translator::Excel setup output variables should have notes and source" time="0.000153">
8
+ </testcase>
9
+ <testcase name="OpenStudio::Analysis::Translator::Excel setup output variables should have typed booleans" time="0.000119">
10
+ </testcase>
11
+ <testcase name="OpenStudio::Analysis::Translator::Excel setup output variables should have algorithm setup" time="0.000124">
12
+ </testcase>
13
+ <testcase name="OpenStudio::Analysis::Translator::Excel setup output variables should create a valid hash" time="0.064071">
14
+ </testcase>
15
+ <testcase name="OpenStudio::Analysis::Translator::Excel setup output variables should write a json" time="0.089286">
16
+ </testcase>
17
+ <system-out>
18
+ true
19
+ /Users/nlong/Working/OpenStudio-analysis-gem/spec/files/partial_weather.epw
20
+ Analysis name is Output Vars
21
+ Adding measure item 'reduce_lighting_loads_by_percentage'
22
+ Adding measure item 'reducespaceinfiltrationbypercentage'
23
+ Adding measure item 'adjust_thermostat_setpoints_by_degrees'
24
+ Adding measure item 'set_r_value_of_insulation_for_exterior_walls_to_a_specific_value'
25
+ Adding measure item 'set_r_value_of_insulation_for_roofs_to_a_specific_value'
26
+ Adding measure item 'reduce_ventilation_by_percentage'
27
+ Analysis name is Output Vars
28
+ Adding measure item 'reduce_lighting_loads_by_percentage'
29
+ Adding measure item 'reducespaceinfiltrationbypercentage'
30
+ Adding measure item 'adjust_thermostat_setpoints_by_degrees'
31
+ Adding measure item 'set_r_value_of_insulation_for_exterior_walls_to_a_specific_value'
32
+ Adding measure item 'set_r_value_of_insulation_for_roofs_to_a_specific_value'
33
+ Adding measure item 'reduce_ventilation_by_percentage'
34
+ </system-out>
35
+ <system-err>
36
+ </system-err>
37
+ </testsuite>
@@ -0,0 +1,35 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel setup output variables" tests="6" time="0.438195" failures="0" errors="0" skipped="0">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel setup output variables should have a model" time="0.000246">
4
+ </testcase>
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel setup output variables should have a weather file" time="0.000156">
6
+ </testcase>
7
+ <testcase name="OpenStudio::Analysis::Translator::Excel setup output variables should have notes and source" time="0.00016">
8
+ </testcase>
9
+ <testcase name="OpenStudio::Analysis::Translator::Excel setup output variables should have algorithm setup" time="0.000137">
10
+ </testcase>
11
+ <testcase name="OpenStudio::Analysis::Translator::Excel setup output variables should create a valid hash" time="0.064121">
12
+ </testcase>
13
+ <testcase name="OpenStudio::Analysis::Translator::Excel setup output variables should write a json" time="0.072974">
14
+ </testcase>
15
+ <system-out>
16
+ true
17
+ /Users/nlong/Working/OpenStudio-analysis-gem/spec/files/partial_weather.epw
18
+ Analysis name is Output Vars
19
+ Adding measure item 'reduce_lighting_loads_by_percentage'
20
+ Adding measure item 'reducespaceinfiltrationbypercentage'
21
+ Adding measure item 'adjust_thermostat_setpoints_by_degrees'
22
+ Adding measure item 'set_r_value_of_insulation_for_exterior_walls_to_a_specific_value'
23
+ Adding measure item 'set_r_value_of_insulation_for_roofs_to_a_specific_value'
24
+ Adding measure item 'reduce_ventilation_by_percentage'
25
+ Analysis name is Output Vars
26
+ Adding measure item 'reduce_lighting_loads_by_percentage'
27
+ Adding measure item 'reducespaceinfiltrationbypercentage'
28
+ Adding measure item 'adjust_thermostat_setpoints_by_degrees'
29
+ Adding measure item 'set_r_value_of_insulation_for_exterior_walls_to_a_specific_value'
30
+ Adding measure item 'set_r_value_of_insulation_for_roofs_to_a_specific_value'
31
+ Adding measure item 'reduce_ventilation_by_percentage'
32
+ </system-out>
33
+ <system-err>
34
+ </system-err>
35
+ </testsuite>
@@ -0,0 +1,21 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel setup version 0.1.9" tests="4" time="0.303635" failures="0" errors="0" skipped="0">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel setup version 0.1.9 should have a version and machine name" time="0.000257">
4
+ </testcase>
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel setup version 0.1.9 should have the new settings" time="0.000147">
6
+ </testcase>
7
+ <testcase name="OpenStudio::Analysis::Translator::Excel setup version 0.1.9 should have algorithm setup" time="0.003541">
8
+ </testcase>
9
+ <testcase name="OpenStudio::Analysis::Translator::Excel setup version 0.1.9 should create a valid hash" time="0.051568">
10
+ </testcase>
11
+ <system-out>
12
+ Analysis name is Example Analysis
13
+ Adding measure item 'reduce_lighting_loads_by_percentage'
14
+ Adding measure item 'reducespaceinfiltrationbypercentage'
15
+ Adding measure item 'rotate_building_relative_to_current_orientation'
16
+ Adding measure item 'set_south_wwr'
17
+ Adding measure item 'set_west_wwr'
18
+ </system-out>
19
+ <system-err>
20
+ </system-err>
21
+ </testsuite>
@@ -0,0 +1,21 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel setup version 2" tests="4" time="0.317618" failures="0" errors="0" skipped="0">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel setup version 2 should have a version and machine name" time="0.000241">
4
+ </testcase>
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel setup version 2 should have the new settings" time="0.000107">
6
+ </testcase>
7
+ <testcase name="OpenStudio::Analysis::Translator::Excel setup version 2 should have algorithm setup" time="0.002768">
8
+ </testcase>
9
+ <testcase name="OpenStudio::Analysis::Translator::Excel setup version 2 should create a valid hash" time="0.049506">
10
+ </testcase>
11
+ <system-out>
12
+ Analysis name is Example Analysis
13
+ Adding measure item 'reduce_lighting_loads_by_percentage'
14
+ Adding measure item 'reducespaceinfiltrationbypercentage'
15
+ Adding measure item 'rotate_building_relative_to_current_orientation'
16
+ Adding measure item 'set_south_wwr'
17
+ Adding measure item 'set_west_wwr'
18
+ </system-out>
19
+ <system-err>
20
+ </system-err>
21
+ </testsuite>
@@ -0,0 +1,21 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel setup version 2" tests="4" time="0.312096" failures="0" errors="0" skipped="0">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel setup version 2 should have a version and machine name" time="0.000231">
4
+ </testcase>
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel setup version 2 should have the new settings" time="0.000105">
6
+ </testcase>
7
+ <testcase name="OpenStudio::Analysis::Translator::Excel setup version 2 should have algorithm setup" time="0.000588">
8
+ </testcase>
9
+ <testcase name="OpenStudio::Analysis::Translator::Excel setup version 2 should create a valid hash" time="0.065708">
10
+ </testcase>
11
+ <system-out>
12
+ Analysis name is Example Analysis
13
+ Adding measure item 'reduce_lighting_loads_by_percentage'
14
+ Adding measure item 'reducespaceinfiltrationbypercentage'
15
+ Adding measure item 'rotate_building_relative_to_current_orientation'
16
+ Adding measure item 'set_south_wwr'
17
+ Adding measure item 'set_west_wwr'
18
+ </system-out>
19
+ <system-err>
20
+ </system-err>
21
+ </testsuite>
@@ -0,0 +1,21 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel setup version 2" tests="4" time="0.33905" failures="0" errors="0" skipped="0">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel setup version 2 should have a version and machine name" time="0.000239">
4
+ </testcase>
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel setup version 2 should have the new settings" time="0.000121">
6
+ </testcase>
7
+ <testcase name="OpenStudio::Analysis::Translator::Excel setup version 2 should have algorithm setup" time="0.003441">
8
+ </testcase>
9
+ <testcase name="OpenStudio::Analysis::Translator::Excel setup version 2 should create a valid hash" time="0.049452">
10
+ </testcase>
11
+ <system-out>
12
+ Analysis name is Example Analysis
13
+ Adding measure item 'reduce_lighting_loads_by_percentage'
14
+ Adding measure item 'reducespaceinfiltrationbypercentage'
15
+ Adding measure item 'rotate_building_relative_to_current_orientation'
16
+ Adding measure item 'set_south_wwr'
17
+ Adding measure item 'set_west_wwr'
18
+ </system-out>
19
+ <system-err>
20
+ </system-err>
21
+ </testsuite>
@@ -0,0 +1,9 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel small list of incomplete variables" tests="1" time="0.316101" failures="0" errors="0" skipped="0">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of incomplete variables should fail to process" time="0.24953">
4
+ </testcase>
5
+ <system-out>
6
+ </system-out>
7
+ <system-err>
8
+ </system-err>
9
+ </testsuite>
@@ -0,0 +1,9 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel small list of incomplete variables" tests="1" time="0.292705" failures="0" errors="0" skipped="0">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of incomplete variables should fail to process" time="0.228789">
4
+ </testcase>
5
+ <system-out>
6
+ </system-out>
7
+ <system-err>
8
+ </system-err>
9
+ </testsuite>
@@ -0,0 +1,9 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel small list of incomplete variables" tests="1" time="0.313935" failures="0" errors="0" skipped="0">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of incomplete variables should fail to process" time="0.241733">
4
+ </testcase>
5
+ <system-out>
6
+ </system-out>
7
+ <system-err>
8
+ </system-err>
9
+ </testsuite>
@@ -0,0 +1,9 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel small list of incomplete variables" tests="1" time="0.311607" failures="0" errors="0" skipped="0">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of incomplete variables should fail to process" time="0.245287">
4
+ </testcase>
5
+ <system-out>
6
+ </system-out>
7
+ <system-err>
8
+ </system-err>
9
+ </testsuite>
@@ -0,0 +1,9 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel small list of variables should not validate" tests="1" time="0.286453" 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.218473">
4
+ </testcase>
5
+ <system-out>
6
+ </system-out>
7
+ <system-err>
8
+ </system-err>
9
+ </testsuite>
@@ -0,0 +1,9 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel small list of variables should not validate" tests="1" time="0.275723" 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.206387">
4
+ </testcase>
5
+ <system-out>
6
+ </system-out>
7
+ <system-err>
8
+ </system-err>
9
+ </testsuite>