openstudio-analysis 0.1.13 → 0.1.14
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +6 -0
- data/lib/openstudio/analysis/translator/excel.rb +138 -61
- data/lib/openstudio/analysis/version.rb +1 -1
- data/lib/openstudio/templates/discrete_uncertain_variable.json.erb +15 -3
- data/lib/openstudio/templates/pivot_variable.json.erb +0 -1
- data/lib/openstudio/templates/static_variable.json.erb +0 -2
- data/lib/openstudio/templates/uncertain_variable.json.erb +4 -1
- data/spec/files/discrete_dynamic_columns.xlsx +0 -0
- data/spec/files/discrete_variables.xlsx +0 -0
- data/spec/files/export/analysis/discrete_dynamic_seed.json +445 -0
- data/spec/files/export/analysis/discrete_dynamic_seed.zip +0 -0
- data/spec/files/export/analysis/discrete_seed.json +156 -126
- data/spec/files/export/analysis/discrete_seed.zip +0 -0
- data/spec/files/export/analysis/output_vars.json +150 -121
- data/spec/files/export/analysis/output_vars.zip +0 -0
- data/spec/files/export/analysis/small_seed.json +138 -117
- data/spec/files/export/analysis/small_seed.zip +0 -0
- data/spec/files/no_variables.xlsx +0 -0
- data/spec/openstudio/analysis/translator/excel_spec.rb +66 -47
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.51.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.52.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.53.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.54.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.55.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.56.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.57.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.58.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.59.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.60.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.61.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.51.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.52.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.53.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.54.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.55.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.56.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.57.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.58.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.59.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.60.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.61.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.51.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.52.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.53.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.54.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.55.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.56.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.57.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.58.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.59.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.60.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.61.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.10.xml +18 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.11.xml +18 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.12.xml +106 -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 +56 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.15.xml +64 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.16.xml +48 -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-variables.19.xml +18 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.9.xml +18 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.0.xml +17 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.1.xml +17 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.2.xml +17 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.3.xml +17 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.xml +25 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.51.xml +20 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.52.xml +20 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.53.xml +20 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.54.xml +20 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.55.xml +20 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.56.xml +20 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.57.xml +20 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.58.xml +20 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.59.xml +20 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.60.xml +20 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.61.xml +20 -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-with-user.19.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.20.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.21.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.22.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.23.xml +14 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.24.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.25.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.26.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.27.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.23.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.24.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.25.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.26.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.27.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.28.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.29.xml +14 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.30.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.31.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.32.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.33.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.10.xml +93 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.11.xml +36 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.12.xml +36 -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.3.xml +36 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.4.xml +36 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.5.xml +36 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.6.xml +36 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.7.xml +36 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.8.xml +36 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.9.xml +43 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.0.xml +21 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.1.xml +21 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.10.xml +21 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.2.xml +21 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.3.xml +21 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.4.xml +21 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.5.xml +21 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.6.xml +26 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.7.xml +50 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.8.xml +21 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.9.xml +21 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.51.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.52.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.53.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.54.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.55.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.56.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.57.xml +12 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.58.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.59.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.60.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.61.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.51.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.52.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.53.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.54.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.55.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.56.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.57.xml +13 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.58.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.59.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.60.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.61.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.51.xml +23 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.52.xml +23 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.53.xml +23 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.54.xml +23 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.55.xml +23 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.56.xml +23 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.57.xml +30 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.58.xml +52 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.59.xml +23 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.60.xml +23 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.61.xml +23 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.51.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.52.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.53.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.54.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.55.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.56.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.57.xml +16 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.58.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.59.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.60.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.61.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.0.xml +13 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.1.xml +13 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.10.xml +13 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.2.xml +13 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.3.xml +13 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.4.xml +13 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.5.xml +13 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.6.xml +18 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.7.xml +13 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.8.xml +13 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.9.xml +13 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.51.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.52.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.53.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.54.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.55.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.56.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.57.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.58.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.59.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.60.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.61.xml +7 -0
- metadata +348 -2
@@ -0,0 +1,48 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<testsuite name="OpenStudio::Analysis::Translator::Excel discrete variables" tests="2" time="0.395762" failures="0" errors="1" skipped="0" timestamp="2014-04-14T15:05:55-06:00">
|
3
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel discrete variables should have parsed the spreadsheet" time="0.000216">
|
4
|
+
</testcase>
|
5
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel discrete variables should save the file" time="0.011728">
|
6
|
+
<failure type="JSON::ParserError" message="399: unexpected token at '{...">
|
7
|
+
399: unexpected token at '{
|
8
|
+
"name": "delta_x",
|
9
|
+
"value":
|
10
|
+
}
|
11
|
+
],
|
12
|
+
"type": "uniform_uncertain"
|
13
|
+
},
|
14
|
+
"uuid": "d157d709-b83e-42bd-bd30-1bc3a7979672",
|
15
|
+
"variable_type": "RubyContinuousVariable",
|
16
|
+
"version_uuid": "26e7d8de-83e3-4a53-938b-45d3e0f29953"
|
17
|
+
}
|
18
|
+
' (JSON::ParserError)
|
19
|
+
JSON::ParserError:
|
20
|
+
399: unexpected token at '{
|
21
|
+
"name": "delta_x",
|
22
|
+
"value":
|
23
|
+
}
|
24
|
+
],
|
25
|
+
"type": "uniform_uncertain"
|
26
|
+
},
|
27
|
+
"uuid": "d157d709-b83e-42bd-bd30-1bc3a7979672",
|
28
|
+
"variable_type": "RubyContinuousVariable",
|
29
|
+
"version_uuid": "26e7d8de-83e3-4a53-938b-45d3e0f29953"
|
30
|
+
}
|
31
|
+
'
|
32
|
+
./lib/openstudio/analysis/translator/excel.rb:288:in `block (2 levels) in translate_to_analysis_json_template'
|
33
|
+
./lib/openstudio/analysis/translator/excel.rb:215:in `each'
|
34
|
+
./lib/openstudio/analysis/translator/excel.rb:215:in `block in translate_to_analysis_json_template'
|
35
|
+
./lib/openstudio/analysis/translator/excel.rb:202:in `each'
|
36
|
+
./lib/openstudio/analysis/translator/excel.rb:202:in `translate_to_analysis_json_template'
|
37
|
+
./lib/openstudio/analysis/translator/excel.rb:164:in `create_analysis_hash'
|
38
|
+
./lib/openstudio/analysis/translator/excel.rb:170:in `save_analysis'
|
39
|
+
./spec/openstudio/analysis/translator/excel_spec.rb:183:in `block (3 levels) in <top (required)>' </failure>
|
40
|
+
</testcase>
|
41
|
+
<system-out>
|
42
|
+
Analysis name is Example Analysis
|
43
|
+
Adding measure item 'reduce_lighting_loads_by_percentage'
|
44
|
+
Adding measure item 'reducespaceinfiltrationbypercentage'
|
45
|
+
</system-out>
|
46
|
+
<system-err>
|
47
|
+
</system-err>
|
48
|
+
</testsuite>
|
@@ -0,0 +1,18 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<testsuite name="OpenStudio::Analysis::Translator::Excel discrete variables" tests="2" time="0.42272" failures="0" errors="0" skipped="0" timestamp="2014-04-14T15:08:51-06:00">
|
3
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel discrete variables should have parsed the spreadsheet" time="0.000288">
|
4
|
+
</testcase>
|
5
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel discrete variables should save the file" time="0.040644">
|
6
|
+
</testcase>
|
7
|
+
<system-out>
|
8
|
+
Analysis name is Example Analysis
|
9
|
+
Adding measure item 'reduce_lighting_loads_by_percentage'
|
10
|
+
Adding measure item 'reducespaceinfiltrationbypercentage'
|
11
|
+
Adding measure item 'adjust_thermostat_setpoints_by_degrees'
|
12
|
+
Adding measure item 'set_r_value_of_insulation_for_exterior_walls_to_a_specific_value'
|
13
|
+
Adding measure item 'set_r_value_of_insulation_for_roofs_to_a_specific_value'
|
14
|
+
Adding measure item 'reduce_ventilation_by_percentage'
|
15
|
+
</system-out>
|
16
|
+
<system-err>
|
17
|
+
</system-err>
|
18
|
+
</testsuite>
|
@@ -0,0 +1,18 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<testsuite name="OpenStudio::Analysis::Translator::Excel discrete variables" tests="2" time="0.44028" failures="0" errors="0" skipped="0" timestamp="2014-04-14T15:14:21-06:00">
|
3
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel discrete variables should have parsed the spreadsheet" time="0.000264">
|
4
|
+
</testcase>
|
5
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel discrete variables should save the file" time="0.054003">
|
6
|
+
</testcase>
|
7
|
+
<system-out>
|
8
|
+
Analysis name is Example Analysis
|
9
|
+
Adding measure item 'reduce_lighting_loads_by_percentage'
|
10
|
+
Adding measure item 'reducespaceinfiltrationbypercentage'
|
11
|
+
Adding measure item 'adjust_thermostat_setpoints_by_degrees'
|
12
|
+
Adding measure item 'set_r_value_of_insulation_for_exterior_walls_to_a_specific_value'
|
13
|
+
Adding measure item 'set_r_value_of_insulation_for_roofs_to_a_specific_value'
|
14
|
+
Adding measure item 'reduce_ventilation_by_percentage'
|
15
|
+
</system-out>
|
16
|
+
<system-err>
|
17
|
+
</system-err>
|
18
|
+
</testsuite>
|
@@ -0,0 +1,18 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<testsuite name="OpenStudio::Analysis::Translator::Excel discrete variables" tests="2" time="0.424684" failures="0" errors="0" skipped="0" timestamp="2014-04-14T15:15:37-06:00">
|
3
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel discrete variables should have parsed the spreadsheet" time="0.000223">
|
4
|
+
</testcase>
|
5
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel discrete variables should save the file" time="0.031654">
|
6
|
+
</testcase>
|
7
|
+
<system-out>
|
8
|
+
Analysis name is Example Analysis
|
9
|
+
Adding measure item 'reduce_lighting_loads_by_percentage'
|
10
|
+
Adding measure item 'reducespaceinfiltrationbypercentage'
|
11
|
+
Adding measure item 'adjust_thermostat_setpoints_by_degrees'
|
12
|
+
Adding measure item 'set_r_value_of_insulation_for_exterior_walls_to_a_specific_value'
|
13
|
+
Adding measure item 'set_r_value_of_insulation_for_roofs_to_a_specific_value'
|
14
|
+
Adding measure item 'reduce_ventilation_by_percentage'
|
15
|
+
</system-out>
|
16
|
+
<system-err>
|
17
|
+
</system-err>
|
18
|
+
</testsuite>
|
@@ -0,0 +1,18 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<testsuite name="OpenStudio::Analysis::Translator::Excel discrete variables" tests="2" time="0.362509" failures="0" errors="0" skipped="0" timestamp="2014-04-14T08:32:41-06:00">
|
3
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel discrete variables should have parsed the spreadsheet" time="0.000223">
|
4
|
+
</testcase>
|
5
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel discrete variables should save the file" time="0.061745">
|
6
|
+
</testcase>
|
7
|
+
<system-out>
|
8
|
+
Analysis name is Example Analysis
|
9
|
+
Adding measure item 'reduce_lighting_loads_by_percentage'
|
10
|
+
Adding measure item 'reducespaceinfiltrationbypercentage'
|
11
|
+
Adding measure item 'adjust_thermostat_setpoints_by_degrees'
|
12
|
+
Adding measure item 'set_r_value_of_insulation_for_exterior_walls_to_a_specific_value'
|
13
|
+
Adding measure item 'set_r_value_of_insulation_for_roofs_to_a_specific_value'
|
14
|
+
Adding measure item 'reduce_ventilation_by_percentage'
|
15
|
+
</system-out>
|
16
|
+
<system-err>
|
17
|
+
</system-err>
|
18
|
+
</testsuite>
|
data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.0.xml
ADDED
@@ -0,0 +1,17 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<testsuite name="OpenStudio::Analysis::Translator::Excel discrete with dynamic columns" tests="2" time="0.338643" failures="0" errors="0" skipped="0" timestamp="2014-04-14T15:05:55-06:00">
|
3
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel discrete with dynamic columns should have parsed the spreadsheet" time="0.000293">
|
4
|
+
</testcase>
|
5
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel discrete with dynamic columns should save the file" time="0.014614">
|
6
|
+
</testcase>
|
7
|
+
<system-out>
|
8
|
+
{"variable_type"=>"argument", "display_name"=>"Baseline", "machine_name"=>"baseline", "name"=>"Baseline", "index"=>1, "method"=>"static", "type"=>nil, "units"=>nil, "distribution"=>{"static_value"=>nil, "source"=>nil}, "notes"=>nil, "relation_to_eui"=>nil}
|
9
|
+
{"variable_type"=>"variable", "display_name"=>"Degrees Fahrenheit to Adjust Cooling Setpoint By.", "machine_name"=>"degrees_fahrenheit_to_adjust_cooling_setpoint_by.", "name"=>"cooling_adjustment", "index"=>1, "method"=>"lhs", "type"=>"double", "units"=>nil, "distribution"=>{"min"=>nil, "max"=>nil, "mean"=>5.0, "stddev"=>nil, "discrete_values"=>"[-2,0,2]", "discrete_weights"=>"[0.33,0.33,0.33]", "type"=>"discrete_uncertain", "source"=>nil}, "notes"=>nil, "relation_to_eui"=>nil}
|
10
|
+
{"variable_type"=>"variable", "display_name"=>"Degrees Fahrenheit to Adjust heating Setpoint By.", "machine_name"=>"degrees_fahrenheit_to_adjust_heating_setpoint_by.", "name"=>"heating_adjustment", "index"=>2, "method"=>"lhs", "type"=>"double", "units"=>nil, "distribution"=>{"min"=>nil, "max"=>nil, "mean"=>nil, "stddev"=>nil, "discrete_values"=>"[-2,0,2]", "discrete_weights"=>"[0.33,0.33,0.33]", "type"=>"discrete_uncertain", "source"=>nil}, "notes"=>nil, "relation_to_eui"=>nil}
|
11
|
+
{"variable_type"=>"argument", "display_name"=>"Alter Design Day Thermostats?", "machine_name"=>"alter_design_day_thermostats?", "name"=>"alter_design_days", "index"=>3, "method"=>"static", "type"=>"bool", "units"=>nil, "distribution"=>{"enumerations"=>["true", "false"], "static_value"=>"FALSE", "source"=>nil}, "notes"=>nil, "relation_to_eui"=>nil}
|
12
|
+
Analysis name is test_model
|
13
|
+
Adding measure item 'adjust_thermostat_setpoints_by_degrees'
|
14
|
+
</system-out>
|
15
|
+
<system-err>
|
16
|
+
</system-err>
|
17
|
+
</testsuite>
|
data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.1.xml
ADDED
@@ -0,0 +1,17 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<testsuite name="OpenStudio::Analysis::Translator::Excel discrete with dynamic columns" tests="2" time="0.349767" failures="0" errors="0" skipped="0" timestamp="2014-04-14T15:08:51-06:00">
|
3
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel discrete with dynamic columns should have parsed the spreadsheet" time="0.000307">
|
4
|
+
</testcase>
|
5
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel discrete with dynamic columns should save the file" time="0.012392">
|
6
|
+
</testcase>
|
7
|
+
<system-out>
|
8
|
+
{"variable_type"=>"argument", "display_name"=>"Baseline", "machine_name"=>"baseline", "name"=>"Baseline", "index"=>1, "method"=>"static", "type"=>nil, "units"=>nil, "distribution"=>{"static_value"=>nil, "source"=>nil}, "notes"=>nil, "relation_to_eui"=>nil}
|
9
|
+
{"variable_type"=>"variable", "display_name"=>"Degrees Fahrenheit to Adjust Cooling Setpoint By.", "machine_name"=>"degrees_fahrenheit_to_adjust_cooling_setpoint_by.", "name"=>"cooling_adjustment", "index"=>1, "method"=>"lhs", "type"=>"double", "units"=>nil, "distribution"=>{"min"=>nil, "max"=>nil, "mean"=>5.0, "stddev"=>nil, "discrete_values"=>"[-2,0,2]", "discrete_weights"=>"[0.33,0.33,0.33]", "type"=>"discrete_uncertain", "source"=>nil}, "notes"=>nil, "relation_to_eui"=>nil}
|
10
|
+
{"variable_type"=>"variable", "display_name"=>"Degrees Fahrenheit to Adjust heating Setpoint By.", "machine_name"=>"degrees_fahrenheit_to_adjust_heating_setpoint_by.", "name"=>"heating_adjustment", "index"=>2, "method"=>"lhs", "type"=>"double", "units"=>nil, "distribution"=>{"min"=>nil, "max"=>nil, "mean"=>nil, "stddev"=>nil, "discrete_values"=>"[-2,0,2]", "discrete_weights"=>"[0.33,0.33,0.33]", "type"=>"discrete_uncertain", "source"=>nil}, "notes"=>nil, "relation_to_eui"=>nil}
|
11
|
+
{"variable_type"=>"argument", "display_name"=>"Alter Design Day Thermostats?", "machine_name"=>"alter_design_day_thermostats?", "name"=>"alter_design_days", "index"=>3, "method"=>"static", "type"=>"bool", "units"=>nil, "distribution"=>{"enumerations"=>["true", "false"], "static_value"=>"FALSE", "source"=>nil}, "notes"=>nil, "relation_to_eui"=>nil}
|
12
|
+
Analysis name is test_model
|
13
|
+
Adding measure item 'adjust_thermostat_setpoints_by_degrees'
|
14
|
+
</system-out>
|
15
|
+
<system-err>
|
16
|
+
</system-err>
|
17
|
+
</testsuite>
|
data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.2.xml
ADDED
@@ -0,0 +1,17 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<testsuite name="OpenStudio::Analysis::Translator::Excel discrete with dynamic columns" tests="2" time="0.350444" failures="0" errors="0" skipped="0" timestamp="2014-04-14T15:14:21-06:00">
|
3
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel discrete with dynamic columns should have parsed the spreadsheet" time="0.000292">
|
4
|
+
</testcase>
|
5
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel discrete with dynamic columns should save the file" time="0.013227">
|
6
|
+
</testcase>
|
7
|
+
<system-out>
|
8
|
+
{"variable_type"=>"argument", "display_name"=>"Baseline", "machine_name"=>"baseline", "name"=>"Baseline", "index"=>1, "method"=>"static", "type"=>nil, "units"=>nil, "distribution"=>{"static_value"=>nil, "source"=>nil}, "notes"=>nil, "relation_to_eui"=>nil}
|
9
|
+
{"variable_type"=>"variable", "display_name"=>"Degrees Fahrenheit to Adjust Cooling Setpoint By.", "machine_name"=>"degrees_fahrenheit_to_adjust_cooling_setpoint_by.", "name"=>"cooling_adjustment", "index"=>1, "method"=>"lhs", "type"=>"double", "units"=>nil, "distribution"=>{"min"=>nil, "max"=>nil, "mean"=>5.0, "stddev"=>nil, "discrete_values"=>"[-2,0,2]", "discrete_weights"=>"[0.33,0.33,0.33]", "type"=>"discrete_uncertain", "source"=>nil}, "notes"=>nil, "relation_to_eui"=>nil}
|
10
|
+
{"variable_type"=>"variable", "display_name"=>"Degrees Fahrenheit to Adjust heating Setpoint By.", "machine_name"=>"degrees_fahrenheit_to_adjust_heating_setpoint_by.", "name"=>"heating_adjustment", "index"=>2, "method"=>"lhs", "type"=>"double", "units"=>nil, "distribution"=>{"min"=>nil, "max"=>nil, "mean"=>nil, "stddev"=>nil, "discrete_values"=>"[-2,0,2]", "discrete_weights"=>"[0.33,0.33,0.33]", "type"=>"discrete_uncertain", "source"=>nil}, "notes"=>nil, "relation_to_eui"=>nil}
|
11
|
+
{"variable_type"=>"argument", "display_name"=>"Alter Design Day Thermostats?", "machine_name"=>"alter_design_day_thermostats?", "name"=>"alter_design_days", "index"=>3, "method"=>"static", "type"=>"bool", "units"=>nil, "distribution"=>{"enumerations"=>["true", "false"], "static_value"=>"FALSE", "source"=>nil}, "notes"=>nil, "relation_to_eui"=>nil}
|
12
|
+
Analysis name is test_model
|
13
|
+
Adding measure item 'adjust_thermostat_setpoints_by_degrees'
|
14
|
+
</system-out>
|
15
|
+
<system-err>
|
16
|
+
</system-err>
|
17
|
+
</testsuite>
|
data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.3.xml
ADDED
@@ -0,0 +1,17 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<testsuite name="OpenStudio::Analysis::Translator::Excel discrete with dynamic columns" tests="2" time="0.402824" failures="0" errors="0" skipped="0" timestamp="2014-04-14T15:15:38-06:00">
|
3
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel discrete with dynamic columns should have parsed the spreadsheet" time="0.000294">
|
4
|
+
</testcase>
|
5
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel discrete with dynamic columns should save the file" time="0.012855">
|
6
|
+
</testcase>
|
7
|
+
<system-out>
|
8
|
+
{"variable_type"=>"argument", "display_name"=>"Baseline", "machine_name"=>"baseline", "name"=>"Baseline", "index"=>1, "method"=>"static", "type"=>nil, "units"=>nil, "distribution"=>{"static_value"=>nil, "source"=>nil}, "notes"=>nil, "relation_to_eui"=>nil}
|
9
|
+
{"variable_type"=>"variable", "display_name"=>"Degrees Fahrenheit to Adjust Cooling Setpoint By.", "machine_name"=>"degrees_fahrenheit_to_adjust_cooling_setpoint_by.", "name"=>"cooling_adjustment", "index"=>1, "method"=>"lhs", "type"=>"double", "units"=>nil, "distribution"=>{"min"=>nil, "max"=>nil, "mean"=>5.0, "stddev"=>nil, "discrete_values"=>"[-2,0,2]", "discrete_weights"=>"[0.33,0.33,0.33]", "type"=>"discrete_uncertain", "source"=>nil}, "notes"=>nil, "relation_to_eui"=>nil}
|
10
|
+
{"variable_type"=>"variable", "display_name"=>"Degrees Fahrenheit to Adjust heating Setpoint By.", "machine_name"=>"degrees_fahrenheit_to_adjust_heating_setpoint_by.", "name"=>"heating_adjustment", "index"=>2, "method"=>"lhs", "type"=>"double", "units"=>nil, "distribution"=>{"min"=>nil, "max"=>nil, "mean"=>nil, "stddev"=>nil, "discrete_values"=>"[-2,0,2]", "discrete_weights"=>"[0.33,0.33,0.33]", "type"=>"discrete_uncertain", "source"=>nil}, "notes"=>nil, "relation_to_eui"=>nil}
|
11
|
+
{"variable_type"=>"argument", "display_name"=>"Alter Design Day Thermostats?", "machine_name"=>"alter_design_day_thermostats?", "name"=>"alter_design_days", "index"=>3, "method"=>"static", "type"=>"bool", "units"=>nil, "distribution"=>{"enumerations"=>["true", "false"], "static_value"=>"FALSE", "source"=>nil}, "notes"=>nil, "relation_to_eui"=>nil}
|
12
|
+
Analysis name is test_model
|
13
|
+
Adding measure item 'adjust_thermostat_setpoints_by_degrees'
|
14
|
+
</system-out>
|
15
|
+
<system-err>
|
16
|
+
</system-err>
|
17
|
+
</testsuite>
|
@@ -0,0 +1,25 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<testsuite name="OpenStudio::Analysis::Translator::Excel discrete with dynamic columns" tests="2" time="0.220671" failures="0" errors="2" skipped="0" timestamp="2014-04-14T09:54:22-06:00">
|
3
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel discrete with dynamic columns should have parsed the spreadsheet" time="0.000107">
|
4
|
+
<failure type="RuntimeError" message="Measures directory '/Users/nlong/working/OpenStudio-analysis-gem/spec/measures' does not exist">
|
5
|
+
Measures directory '/Users/nlong/working/OpenStudio-analysis-gem/spec/measures' does not exist (RuntimeError)
|
6
|
+
RuntimeError:
|
7
|
+
Measures directory '/Users/nlong/working/OpenStudio-analysis-gem/spec/measures' does not exist
|
8
|
+
./lib/openstudio/analysis/translator/excel.rb:79:in `validate_analysis'
|
9
|
+
./lib/openstudio/analysis/translator/excel.rb:68:in `process'
|
10
|
+
./spec/openstudio/analysis/translator/excel_spec.rb:190:in `block (3 levels) in <top (required)>' </failure>
|
11
|
+
</testcase>
|
12
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel discrete with dynamic columns should save the file" time="6.4e-05">
|
13
|
+
<failure type="RuntimeError" message="Measures directory '/Users/nlong/working/OpenStudio-analysis-gem/spec/measures' does not exist">
|
14
|
+
Measures directory '/Users/nlong/working/OpenStudio-analysis-gem/spec/measures' does not exist (RuntimeError)
|
15
|
+
RuntimeError:
|
16
|
+
Measures directory '/Users/nlong/working/OpenStudio-analysis-gem/spec/measures' does not exist
|
17
|
+
./lib/openstudio/analysis/translator/excel.rb:79:in `validate_analysis'
|
18
|
+
./lib/openstudio/analysis/translator/excel.rb:68:in `process'
|
19
|
+
./spec/openstudio/analysis/translator/excel_spec.rb:190:in `block (3 levels) in <top (required)>' </failure>
|
20
|
+
</testcase>
|
21
|
+
<system-out>
|
22
|
+
</system-out>
|
23
|
+
<system-err>
|
24
|
+
</system-err>
|
25
|
+
</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.9141" failures="0" errors="0" skipped="0" timestamp="2014-04-14T08:32:38-06:00">
|
3
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel no variables defined should have measure path" time="0.194104">
|
4
|
+
</testcase>
|
5
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel no variables defined should have excel data" time="0.063886">
|
6
|
+
</testcase>
|
7
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel no variables defined should process the excel file" time="0.136314">
|
8
|
+
</testcase>
|
9
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel no variables defined should not work because no variables defined" time="0.063408">
|
10
|
+
</testcase>
|
11
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel no variables defined should not export to a JSON" time="0.455554">
|
12
|
+
</testcase>
|
13
|
+
<system-out>
|
14
|
+
#<OpenStudio::Analysis::Translator::Excel:0x007fe68b8571f8>
|
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.500984" failures="0" errors="0" skipped="0" timestamp="2014-04-14T08:42:00-06:00">
|
3
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel no variables defined should have measure path" time="0.119235">
|
4
|
+
</testcase>
|
5
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel no variables defined should have excel data" time="0.058585">
|
6
|
+
</testcase>
|
7
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel no variables defined should process the excel file" time="0.131587">
|
8
|
+
</testcase>
|
9
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel no variables defined should not work because no variables defined" time="0.057495">
|
10
|
+
</testcase>
|
11
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel no variables defined should not export to a JSON" time="0.13351">
|
12
|
+
</testcase>
|
13
|
+
<system-out>
|
14
|
+
#<OpenStudio::Analysis::Translator::Excel:0x007fcf7c0566a0>
|
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.556008" failures="0" errors="0" skipped="0" timestamp="2014-04-14T09:24:09-06:00">
|
3
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel no variables defined should have measure path" time="0.166939">
|
4
|
+
</testcase>
|
5
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel no variables defined should have excel data" time="0.058108">
|
6
|
+
</testcase>
|
7
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel no variables defined should process the excel file" time="0.134727">
|
8
|
+
</testcase>
|
9
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel no variables defined should not work because no variables defined" time="0.05814">
|
10
|
+
</testcase>
|
11
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel no variables defined should not export to a JSON" time="0.137495">
|
12
|
+
</testcase>
|
13
|
+
<system-out>
|
14
|
+
#<OpenStudio::Analysis::Translator::Excel:0x007f8991055ec0>
|
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.514392" failures="0" errors="0" skipped="0" timestamp="2014-04-14T09:40:41-06:00">
|
3
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel no variables defined should have measure path" time="0.123868">
|
4
|
+
</testcase>
|
5
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel no variables defined should have excel data" time="0.062468">
|
6
|
+
</testcase>
|
7
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel no variables defined should process the excel file" time="0.132516">
|
8
|
+
</testcase>
|
9
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel no variables defined should not work because no variables defined" time="0.060002">
|
10
|
+
</testcase>
|
11
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel no variables defined should not export to a JSON" time="0.134982">
|
12
|
+
</testcase>
|
13
|
+
<system-out>
|
14
|
+
#<OpenStudio::Analysis::Translator::Excel:0x007fbe8b0556f8>
|
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.518853" failures="0" errors="0" skipped="0" timestamp="2014-04-14T09:41:54-06:00">
|
3
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel no variables defined should have measure path" time="0.123663">
|
4
|
+
</testcase>
|
5
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel no variables defined should have excel data" time="0.062299">
|
6
|
+
</testcase>
|
7
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel no variables defined should process the excel file" time="0.132731">
|
8
|
+
</testcase>
|
9
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel no variables defined should not work because no variables defined" time="0.06185">
|
10
|
+
</testcase>
|
11
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel no variables defined should not export to a JSON" time="0.137765">
|
12
|
+
</testcase>
|
13
|
+
<system-out>
|
14
|
+
#<OpenStudio::Analysis::Translator::Excel:0x007f99ba0546e0>
|
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.511794" failures="0" errors="0" skipped="0" timestamp="2014-04-14T09:43:10-06:00">
|
3
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel no variables defined should have measure path" time="0.121374">
|
4
|
+
</testcase>
|
5
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel no variables defined should have excel data" time="0.055542">
|
6
|
+
</testcase>
|
7
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel no variables defined should process the excel file" time="0.136809">
|
8
|
+
</testcase>
|
9
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel no variables defined should not work because no variables defined" time="0.058601">
|
10
|
+
</testcase>
|
11
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel no variables defined should not export to a JSON" time="0.138922">
|
12
|
+
</testcase>
|
13
|
+
<system-out>
|
14
|
+
#<OpenStudio::Analysis::Translator::Excel:0x007fd5d38546d8>
|
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.496406" failures="0" errors="0" skipped="0" timestamp="2014-04-14T09:54:19-06:00">
|
3
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel no variables defined should have measure path" time="0.111465">
|
4
|
+
</testcase>
|
5
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel no variables defined should have excel data" time="0.056338">
|
6
|
+
</testcase>
|
7
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel no variables defined should process the excel file" time="0.132746">
|
8
|
+
</testcase>
|
9
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel no variables defined should not work because no variables defined" time="0.058575">
|
10
|
+
</testcase>
|
11
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel no variables defined should not export to a JSON" time="0.136701">
|
12
|
+
</testcase>
|
13
|
+
<system-out>
|
14
|
+
#<OpenStudio::Analysis::Translator::Excel:0x007ff2da85fbe0>
|
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.744745" failures="0" errors="0" skipped="0" timestamp="2014-04-14T15:05:52-06:00">
|
3
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel no variables defined should have measure path" time="0.162172">
|
4
|
+
</testcase>
|
5
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel no variables defined should have excel data" time="0.059852">
|
6
|
+
</testcase>
|
7
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel no variables defined should process the excel file" time="0.227319">
|
8
|
+
</testcase>
|
9
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel no variables defined should not work because no variables defined" time="0.060679">
|
10
|
+
</testcase>
|
11
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel no variables defined should not export to a JSON" time="0.234154">
|
12
|
+
</testcase>
|
13
|
+
<system-out>
|
14
|
+
#<OpenStudio::Analysis::Translator::Excel:0x007fda0a85eb98>
|
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.727266" failures="0" errors="0" skipped="0" timestamp="2014-04-14T15:08:47-06:00">
|
3
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel no variables defined should have measure path" time="0.160346">
|
4
|
+
</testcase>
|
5
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel no variables defined should have excel data" time="0.059309">
|
6
|
+
</testcase>
|
7
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel no variables defined should process the excel file" time="0.217479">
|
8
|
+
</testcase>
|
9
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel no variables defined should not work because no variables defined" time="0.05713">
|
10
|
+
</testcase>
|
11
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel no variables defined should not export to a JSON" time="0.232393">
|
12
|
+
</testcase>
|
13
|
+
<system-out>
|
14
|
+
#<OpenStudio::Analysis::Translator::Excel:0x007fcb8205fb68>
|
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.758623" failures="0" errors="0" skipped="0" timestamp="2014-04-14T15:14:17-06:00">
|
3
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel no variables defined should have measure path" time="0.174855">
|
4
|
+
</testcase>
|
5
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel no variables defined should have excel data" time="0.058783">
|
6
|
+
</testcase>
|
7
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel no variables defined should process the excel file" time="0.231433">
|
8
|
+
</testcase>
|
9
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel no variables defined should not work because no variables defined" time="0.059362">
|
10
|
+
</testcase>
|
11
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel no variables defined should not export to a JSON" time="0.233625">
|
12
|
+
</testcase>
|
13
|
+
<system-out>
|
14
|
+
#<OpenStudio::Analysis::Translator::Excel:0x007ffcd18679e8>
|
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>
|