openstudio-analysis 0.3.1 → 0.3.2
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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +12 -34
- data/lib/openstudio-analysis.rb +2 -1
- data/lib/openstudio/analysis/server_api.rb +239 -35
- data/lib/openstudio/analysis/translator/excel.rb +28 -4
- data/lib/openstudio/analysis/version.rb +1 -1
- data/lib/openstudio/helpers/hash.rb +5 -0
- data/lib/openstudio/helpers/string.rb +31 -4
- data/spec/files/analysis/medium_office.json +240 -240
- data/spec/files/analysis/medium_office.zip +0 -0
- data/spec/files/export/analysis/0_3_0_outputs.json +10 -10
- data/spec/files/export/analysis/0_3_0_outputs.zip +0 -0
- data/spec/files/export/analysis/discrete_dynamic_seed.json +16 -16
- data/spec/files/export/analysis/discrete_dynamic_seed.zip +0 -0
- data/spec/files/export/analysis/discrete_seed.json +106 -106
- data/spec/files/export/analysis/discrete_seed.zip +0 -0
- data/spec/files/export/analysis/kats_model_v2.json +22 -22
- data/spec/files/export/analysis/kats_model_v2.zip +0 -0
- data/spec/files/export/analysis/output_vars.json +104 -104
- data/spec/files/export/analysis/output_vars.zip +0 -0
- data/spec/files/export/analysis/small_seed.json +104 -104
- data/spec/files/export/analysis/small_seed.zip +0 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.26.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.27.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.28.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.29.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.30.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.31.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.32.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.33.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.26.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.27.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.28.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.29.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.30.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.31.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.32.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.33.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.26.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.27.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.28.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.29.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.30.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.31.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.32.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.33.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.13.xml +18 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.14.xml +18 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.15.xml +18 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.16.xml +18 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.17.xml +18 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.18.xml +18 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.13.xml +17 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.14.xml +17 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.15.xml +17 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.16.xml +17 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.17.xml +17 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.18.xml +17 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.16.xml +18 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.17.xml +18 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.18.xml +18 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.19.xml +18 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.20.xml +18 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.21.xml +18 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.22.xml +18 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.13.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.14.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.15.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.16.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.17.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.18.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.14.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.15.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.16.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.17.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.18.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.19.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.13.xml +36 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.14.xml +36 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.15.xml +36 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.16.xml +36 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.17.xml +36 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.18.xml +36 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.15.xml +21 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.16.xml +21 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.17.xml +21 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.18.xml +21 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.19.xml +21 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.20.xml +21 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.16.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.17.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.18.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.19.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.20.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.21.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.22.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.15.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.16.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.17.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.18.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.19.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.20.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.21.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.15.xml +23 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.16.xml +23 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.17.xml +23 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.18.xml +23 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.19.xml +23 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.20.xml +23 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.15.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.16.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.17.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.18.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.19.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.20.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.21.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.13.xml +13 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.14.xml +13 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.15.xml +13 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.16.xml +13 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.17.xml +13 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.18.xml +13 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0-simple.13.xml +21 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0-simple.14.xml +21 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0-simple.15.xml +21 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0-simple.16.xml +21 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0-simple.17.xml +21 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0-simple.18.xml +21 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0.13.xml +32 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0.14.xml +32 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0.15.xml +32 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0.16.xml +32 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0.17.xml +32 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0.18.xml +32 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-objective-functions.16.xml +21 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-objective-functions.17.xml +42 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-objective-functions.18.xml +21 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-objective-functions.19.xml +21 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-objective-functions.20.xml +21 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-objective-functions.21.xml +21 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-objective-functions.22.xml +21 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.26.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.27.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.28.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.29.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.30.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.31.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.32.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.33.xml +7 -0
- metadata +259 -4
@@ -0,0 +1,36 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<testsuite name="OpenStudio::Analysis::Translator::Excel setup output variables" tests="7" time="0.57803" failures="0" errors="0" skipped="0" timestamp="2014-07-11T12:49:52-06:00">
|
3
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel setup output variables should have a model" time="0.000222">
|
4
|
+
</testcase>
|
5
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel setup output variables should have a weather file" time="0.000155">
|
6
|
+
</testcase>
|
7
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel setup output variables should have notes and source" time="0.000149">
|
8
|
+
</testcase>
|
9
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel setup output variables should have typed booleans" time="0.00011">
|
10
|
+
</testcase>
|
11
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel setup output variables should have algorithm setup" time="0.000118">
|
12
|
+
</testcase>
|
13
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel setup output variables should create a valid hash" time="0.083558">
|
14
|
+
</testcase>
|
15
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel setup output variables should write a json" time="0.123247">
|
16
|
+
</testcase>
|
17
|
+
<system-out>
|
18
|
+
/Users/nlong/working/OpenStudio-analysis-gem/spec/files/partial_weather.epw
|
19
|
+
Analysis name is Output Vars
|
20
|
+
Adding measure item 'reduce_lighting_loads_by_percentage'
|
21
|
+
Adding measure item 'reducespaceinfiltrationbypercentage'
|
22
|
+
Adding measure item 'adjust_thermostat_setpoints_by_degrees'
|
23
|
+
Adding measure item 'set_r_value_of_insulation_for_exterior_walls_to_a_specific_value'
|
24
|
+
Adding measure item 'set_r_value_of_insulation_for_roofs_to_a_specific_value'
|
25
|
+
Adding measure item 'reduce_ventilation_by_percentage'
|
26
|
+
Analysis name is Output Vars
|
27
|
+
Adding measure item 'reduce_lighting_loads_by_percentage'
|
28
|
+
Adding measure item 'reducespaceinfiltrationbypercentage'
|
29
|
+
Adding measure item 'adjust_thermostat_setpoints_by_degrees'
|
30
|
+
Adding measure item 'set_r_value_of_insulation_for_exterior_walls_to_a_specific_value'
|
31
|
+
Adding measure item 'set_r_value_of_insulation_for_roofs_to_a_specific_value'
|
32
|
+
Adding measure item 'reduce_ventilation_by_percentage'
|
33
|
+
</system-out>
|
34
|
+
<system-err>
|
35
|
+
</system-err>
|
36
|
+
</testsuite>
|
@@ -0,0 +1,36 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<testsuite name="OpenStudio::Analysis::Translator::Excel setup output variables" tests="7" time="0.58212" failures="0" errors="0" skipped="0" timestamp="2014-07-11T12:53:28-06:00">
|
3
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel setup output variables should have a model" time="0.00024">
|
4
|
+
</testcase>
|
5
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel setup output variables should have a weather file" time="0.0002">
|
6
|
+
</testcase>
|
7
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel setup output variables should have notes and source" time="0.000203">
|
8
|
+
</testcase>
|
9
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel setup output variables should have typed booleans" time="0.000142">
|
10
|
+
</testcase>
|
11
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel setup output variables should have algorithm setup" time="0.000143">
|
12
|
+
</testcase>
|
13
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel setup output variables should create a valid hash" time="0.117397">
|
14
|
+
</testcase>
|
15
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel setup output variables should write a json" time="0.092344">
|
16
|
+
</testcase>
|
17
|
+
<system-out>
|
18
|
+
/Users/nlong/working/OpenStudio-analysis-gem/spec/files/partial_weather.epw
|
19
|
+
Analysis name is Output Vars
|
20
|
+
Adding measure item 'reduce_lighting_loads_by_percentage'
|
21
|
+
Adding measure item 'reducespaceinfiltrationbypercentage'
|
22
|
+
Adding measure item 'adjust_thermostat_setpoints_by_degrees'
|
23
|
+
Adding measure item 'set_r_value_of_insulation_for_exterior_walls_to_a_specific_value'
|
24
|
+
Adding measure item 'set_r_value_of_insulation_for_roofs_to_a_specific_value'
|
25
|
+
Adding measure item 'reduce_ventilation_by_percentage'
|
26
|
+
Analysis name is Output Vars
|
27
|
+
Adding measure item 'reduce_lighting_loads_by_percentage'
|
28
|
+
Adding measure item 'reducespaceinfiltrationbypercentage'
|
29
|
+
Adding measure item 'adjust_thermostat_setpoints_by_degrees'
|
30
|
+
Adding measure item 'set_r_value_of_insulation_for_exterior_walls_to_a_specific_value'
|
31
|
+
Adding measure item 'set_r_value_of_insulation_for_roofs_to_a_specific_value'
|
32
|
+
Adding measure item 'reduce_ventilation_by_percentage'
|
33
|
+
</system-out>
|
34
|
+
<system-err>
|
35
|
+
</system-err>
|
36
|
+
</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.499852" failures="0" errors="0" skipped="0" timestamp="2014-06-13T13:47:27-06:00">
|
3
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel setup version 0.1.9 should have a version and machine name" time="0.000282">
|
4
|
+
</testcase>
|
5
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel setup version 0.1.9 should have the new settings" time="0.000135">
|
6
|
+
</testcase>
|
7
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel setup version 0.1.9 should have algorithm setup" time="0.00354">
|
8
|
+
</testcase>
|
9
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel setup version 0.1.9 should create a valid hash" time="0.082302">
|
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 0.1.9" tests="4" time="0.487076" failures="0" errors="0" skipped="0" timestamp="2014-06-16T22:13:58-06:00">
|
3
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel setup version 0.1.9 should have a version and machine name" time="0.000273">
|
4
|
+
</testcase>
|
5
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel setup version 0.1.9 should have the new settings" time="0.000128">
|
6
|
+
</testcase>
|
7
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel setup version 0.1.9 should have algorithm setup" time="0.003252">
|
8
|
+
</testcase>
|
9
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel setup version 0.1.9 should create a valid hash" time="0.075969">
|
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 0.1.9" tests="4" time="0.417622" failures="0" errors="0" skipped="0" timestamp="2014-06-19T20:58:09-06:00">
|
3
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel setup version 0.1.9 should have a version and machine name" time="0.000241">
|
4
|
+
</testcase>
|
5
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel setup version 0.1.9 should have the new settings" time="0.000127">
|
6
|
+
</testcase>
|
7
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel setup version 0.1.9 should have algorithm setup" time="0.003525">
|
8
|
+
</testcase>
|
9
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel setup version 0.1.9 should create a valid hash" time="0.062545">
|
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 0.1.9" tests="4" time="0.42628" failures="0" errors="0" skipped="0" timestamp="2014-06-20T13:42:40-06:00">
|
3
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel setup version 0.1.9 should have a version and machine name" time="0.000249">
|
4
|
+
</testcase>
|
5
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel setup version 0.1.9 should have the new settings" time="0.000111">
|
6
|
+
</testcase>
|
7
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel setup version 0.1.9 should have algorithm setup" time="0.003715">
|
8
|
+
</testcase>
|
9
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel setup version 0.1.9 should create a valid hash" time="0.070226">
|
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 0.1.9" tests="4" time="0.449261" failures="0" errors="0" skipped="0" timestamp="2014-07-11T12:49:49-06:00">
|
3
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel setup version 0.1.9 should have a version and machine name" time="0.000286">
|
4
|
+
</testcase>
|
5
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel setup version 0.1.9 should have the new settings" time="0.000141">
|
6
|
+
</testcase>
|
7
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel setup version 0.1.9 should have algorithm setup" time="0.003401">
|
8
|
+
</testcase>
|
9
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel setup version 0.1.9 should create a valid hash" time="0.081708">
|
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 0.1.9" tests="4" time="0.462305" failures="0" errors="0" skipped="0" timestamp="2014-07-11T12:53:26-06:00">
|
3
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel setup version 0.1.9 should have a version and machine name" time="0.000263">
|
4
|
+
</testcase>
|
5
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel setup version 0.1.9 should have the new settings" time="0.000129">
|
6
|
+
</testcase>
|
7
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel setup version 0.1.9 should have algorithm setup" time="0.000749">
|
8
|
+
</testcase>
|
9
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel setup version 0.1.9 should create a valid hash" time="0.096757">
|
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.475464" failures="0" errors="0" skipped="0" timestamp="2014-06-13T13:47:25-06:00">
|
3
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel small list of incomplete variables should fail to process" time="0.372587">
|
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.453346" failures="0" errors="0" skipped="0" timestamp="2014-06-13T13:48:31-06:00">
|
3
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel small list of incomplete variables should fail to process" time="0.377887">
|
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.517476" failures="0" errors="0" skipped="0" timestamp="2014-06-16T22:13:56-06:00">
|
3
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel small list of incomplete variables should fail to process" time="0.416091">
|
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.475619" failures="0" errors="0" skipped="0" timestamp="2014-06-19T20:58:08-06:00">
|
3
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel small list of incomplete variables should fail to process" time="0.40645">
|
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.442177" failures="0" errors="0" skipped="0" timestamp="2014-06-20T13:42:38-06:00">
|
3
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel small list of incomplete variables should fail to process" time="0.369453">
|
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.404836" failures="0" errors="0" skipped="0" timestamp="2014-07-11T12:49:47-06:00">
|
3
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel small list of incomplete variables should fail to process" time="0.332319">
|
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.42377" failures="0" errors="0" skipped="0" timestamp="2014-07-11T12:53:25-06:00">
|
3
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel small list of incomplete variables should fail to process" time="0.356793">
|
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.422105" failures="0" errors="0" skipped="0" timestamp="2014-06-13T13:47:26-06:00">
|
3
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should not validate should fail to process" time="0.317164">
|
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.398353" failures="0" errors="0" skipped="0" timestamp="2014-06-13T13:48:32-06:00">
|
3
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should not validate should fail to process" time="0.319687">
|
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.423208" failures="0" errors="0" skipped="0" timestamp="2014-06-16T22:13:57-06:00">
|
3
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should not validate should fail to process" time="0.313508">
|
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.369035" failures="0" errors="0" skipped="0" timestamp="2014-06-19T20:58:09-06:00">
|
3
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should not validate should fail to process" time="0.300461">
|
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.376378" failures="0" errors="0" skipped="0" timestamp="2014-06-20T13:42:39-06:00">
|
3
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should not validate should fail to process" time="0.301829">
|
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.369243" failures="0" errors="0" skipped="0" timestamp="2014-07-11T12:49:48-06:00">
|
3
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should not validate should fail to process" time="0.298143">
|
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.387419" failures="0" errors="0" skipped="0" timestamp="2014-07-11T12:53:25-06:00">
|
3
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should not validate should fail to process" time="0.308299">
|
4
|
+
</testcase>
|
5
|
+
<system-out>
|
6
|
+
</system-out>
|
7
|
+
<system-err>
|
8
|
+
</system-err>
|
9
|
+
</testsuite>
|
@@ -0,0 +1,23 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<testsuite name="OpenStudio::Analysis::Translator::Excel small list of variables" tests="4" time="0.620819" failures="0" errors="0" skipped="0" timestamp="2014-06-13T13:47:27-06:00">
|
3
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should have a model" time="0.00028">
|
4
|
+
</testcase>
|
5
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should have a weather file" time="0.000212">
|
6
|
+
</testcase>
|
7
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should have notes and source" time="0.000231">
|
8
|
+
</testcase>
|
9
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should write a json" time="0.186607">
|
10
|
+
</testcase>
|
11
|
+
<system-out>
|
12
|
+
/Users/nlong/working/OpenStudio-analysis-gem/spec/files/partial_weather.epw
|
13
|
+
Analysis name is Example Analysis
|
14
|
+
Adding measure item 'reduce_lighting_loads_by_percentage'
|
15
|
+
Adding measure item 'reducespaceinfiltrationbypercentage'
|
16
|
+
Adding measure item 'adjust_thermostat_setpoints_by_degrees'
|
17
|
+
Adding measure item 'set_r_value_of_insulation_for_exterior_walls_to_a_specific_value'
|
18
|
+
Adding measure item 'set_r_value_of_insulation_for_roofs_to_a_specific_value'
|
19
|
+
Adding measure item 'reduce_ventilation_by_percentage'
|
20
|
+
</system-out>
|
21
|
+
<system-err>
|
22
|
+
</system-err>
|
23
|
+
</testsuite>
|
@@ -0,0 +1,23 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<testsuite name="OpenStudio::Analysis::Translator::Excel small list of variables" tests="4" time="0.578654" failures="0" errors="0" skipped="0" timestamp="2014-06-16T22:13:57-06:00">
|
3
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should have a model" time="0.000257">
|
4
|
+
</testcase>
|
5
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should have a weather file" time="0.00013">
|
6
|
+
</testcase>
|
7
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should have notes and source" time="0.000138">
|
8
|
+
</testcase>
|
9
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should write a json" time="0.148806">
|
10
|
+
</testcase>
|
11
|
+
<system-out>
|
12
|
+
/Users/nlong/working/OpenStudio-analysis-gem/spec/files/partial_weather.epw
|
13
|
+
Analysis name is Example Analysis
|
14
|
+
Adding measure item 'reduce_lighting_loads_by_percentage'
|
15
|
+
Adding measure item 'reducespaceinfiltrationbypercentage'
|
16
|
+
Adding measure item 'adjust_thermostat_setpoints_by_degrees'
|
17
|
+
Adding measure item 'set_r_value_of_insulation_for_exterior_walls_to_a_specific_value'
|
18
|
+
Adding measure item 'set_r_value_of_insulation_for_roofs_to_a_specific_value'
|
19
|
+
Adding measure item 'reduce_ventilation_by_percentage'
|
20
|
+
</system-out>
|
21
|
+
<system-err>
|
22
|
+
</system-err>
|
23
|
+
</testsuite>
|
@@ -0,0 +1,23 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<testsuite name="OpenStudio::Analysis::Translator::Excel small list of variables" tests="4" time="0.483598" failures="0" errors="0" skipped="0" timestamp="2014-06-19T20:58:09-06:00">
|
3
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should have a model" time="0.000222">
|
4
|
+
</testcase>
|
5
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should have a weather file" time="0.000152">
|
6
|
+
</testcase>
|
7
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should have notes and source" time="0.000168">
|
8
|
+
</testcase>
|
9
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should write a json" time="0.11099">
|
10
|
+
</testcase>
|
11
|
+
<system-out>
|
12
|
+
/Users/nlong/working/OpenStudio-analysis-gem/spec/files/partial_weather.epw
|
13
|
+
Analysis name is Example Analysis
|
14
|
+
Adding measure item 'reduce_lighting_loads_by_percentage'
|
15
|
+
Adding measure item 'reducespaceinfiltrationbypercentage'
|
16
|
+
Adding measure item 'adjust_thermostat_setpoints_by_degrees'
|
17
|
+
Adding measure item 'set_r_value_of_insulation_for_exterior_walls_to_a_specific_value'
|
18
|
+
Adding measure item 'set_r_value_of_insulation_for_roofs_to_a_specific_value'
|
19
|
+
Adding measure item 'reduce_ventilation_by_percentage'
|
20
|
+
</system-out>
|
21
|
+
<system-err>
|
22
|
+
</system-err>
|
23
|
+
</testsuite>
|
@@ -0,0 +1,23 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<testsuite name="OpenStudio::Analysis::Translator::Excel small list of variables" tests="4" time="0.48913" failures="0" errors="0" skipped="0" timestamp="2014-06-20T13:42:39-06:00">
|
3
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should have a model" time="0.00024">
|
4
|
+
</testcase>
|
5
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should have a weather file" time="0.000125">
|
6
|
+
</testcase>
|
7
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should have notes and source" time="0.000154">
|
8
|
+
</testcase>
|
9
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should write a json" time="0.118486">
|
10
|
+
</testcase>
|
11
|
+
<system-out>
|
12
|
+
/Users/nlong/working/OpenStudio-analysis-gem/spec/files/partial_weather.epw
|
13
|
+
Analysis name is Example Analysis
|
14
|
+
Adding measure item 'reduce_lighting_loads_by_percentage'
|
15
|
+
Adding measure item 'reducespaceinfiltrationbypercentage'
|
16
|
+
Adding measure item 'adjust_thermostat_setpoints_by_degrees'
|
17
|
+
Adding measure item 'set_r_value_of_insulation_for_exterior_walls_to_a_specific_value'
|
18
|
+
Adding measure item 'set_r_value_of_insulation_for_roofs_to_a_specific_value'
|
19
|
+
Adding measure item 'reduce_ventilation_by_percentage'
|
20
|
+
</system-out>
|
21
|
+
<system-err>
|
22
|
+
</system-err>
|
23
|
+
</testsuite>
|