openstudio-analysis 0.4.2 → 0.4.3
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 +13 -0
- data/README.md +6 -1
- data/lib/openstudio-analysis.rb +4 -0
- data/lib/openstudio/analysis.rb +16 -0
- data/lib/openstudio/analysis/algorithm_attributes.rb +4 -0
- data/lib/openstudio/analysis/formulation.rb +115 -49
- data/lib/openstudio/analysis/server_api.rb +151 -12
- data/lib/openstudio/analysis/support_files.rb +21 -3
- data/lib/openstudio/analysis/translator/excel.rb +84 -299
- data/lib/openstudio/analysis/version.rb +1 -1
- data/lib/openstudio/analysis/workflow.rb +79 -33
- data/lib/openstudio/analysis/workflow_step.rb +165 -39
- data/lib/openstudio/helpers/string.rb +1 -1
- data/lib/openstudio/weather/epw.rb +193 -0
- data/spec/files/0_1_09_outputvars.xlsx +0 -0
- data/spec/files/0_1_09_setup_version_2.xlsx +0 -0
- data/spec/files/0_3_0_dynamic_uuids.xlsx +0 -0
- data/spec/files/0_3_0_outputs.xlsx +0 -0
- data/spec/files/0_3_3_short_names.xlsx +0 -0
- data/spec/files/0_3_5_multiple_measure_paths.xlsx +0 -0
- data/spec/files/0_3_7_unique_measure_names.xlsx +0 -0
- data/spec/files/0_3_7_worker_init_final.xlsx +0 -0
- data/spec/files/0_4_0_multiple_seeds.xlsx +0 -0
- data/spec/files/0_4_0_pivot_test.xlsx +0 -0
- data/spec/files/analysis/examples/medium_office_workflow.json +1298 -0
- data/spec/files/analysis/medium_office.json +666 -603
- data/spec/files/analysis/medium_office.zip +0 -0
- data/spec/files/analysis/name_goes_here.json +1752 -0
- data/spec/files/{export/analysis/small_seed.zip → analysis/name_goes_here.zip} +0 -0
- data/spec/files/export/analysis/0_1_09_outputvars.json +265 -230
- data/spec/files/export/analysis/0_1_09_outputvars.zip +0 -0
- data/spec/files/export/analysis/{71bebb0a-34b7-404b-b430-0ee7dab962ff.json → 0_3_0_dynamic_uuids.json} +684 -590
- data/spec/files/export/analysis/{67e3ba4a-2660-41b6-a7c5-d4457a4275c4.zip → 0_3_0_dynamic_uuids.zip} +0 -0
- data/spec/files/export/analysis/0_3_0_outputs.json +684 -590
- data/spec/files/export/analysis/0_3_0_outputs.zip +0 -0
- data/spec/files/export/analysis/{5b5264db-a31e-4bab-931b-94101bd23b80.json → 0_3_3_short_names.json} +697 -622
- data/spec/files/export/analysis/{1d8d62bb-f058-4c38-893b-8eaa7ceea254.zip → 0_3_3_short_names.zip} +0 -0
- data/spec/files/export/analysis/{1d8d62bb-f058-4c38-893b-8eaa7ceea254.json → 0_3_5_multiple_measure_paths.json} +717 -602
- data/spec/files/export/analysis/{5b5264db-a31e-4bab-931b-94101bd23b80.zip → 0_3_5_multiple_measure_paths.zip} +0 -0
- data/spec/files/export/analysis/{67e3ba4a-2660-41b6-a7c5-d4457a4275c4.json → 0_3_7_worker_init_final.json} +708 -613
- data/spec/files/export/analysis/{71bebb0a-34b7-404b-b430-0ee7dab962ff.zip → 0_3_7_worker_init_final.zip} +0 -0
- data/spec/files/export/analysis/{0_1_11_discrete_variables.json → example_analysis.json} +279 -214
- data/spec/files/export/analysis/{0_1_11_discrete_variables.zip → example_analysis.zip} +0 -0
- data/spec/files/export/analysis/{discrete_lhs_example.json → lhs_discrete_and_continuous_variables.json} +549 -436
- data/spec/files/export/analysis/{discrete_lhs_example.zip → lhs_discrete_and_continuous_variables.zip} +0 -0
- data/spec/files/export/analysis/lhs_discrete_and_continuous_variables_f4a73fc4-0514-4033-b54d-d1c58c77c724.json +1298 -0
- data/spec/files/export/analysis/lhs_discrete_and_continuous_variables_f4a73fc4-0514-4033-b54d-d1c58c77c724.zip +0 -0
- data/spec/files/export/analysis/lhs_discrete_and_continuous_variables_model_-_1.json +1298 -0
- data/spec/files/export/analysis/lhs_discrete_and_continuous_variables_model_-_1.zip +0 -0
- data/spec/files/export/analysis/lhs_discrete_and_continuous_variables_something_else.json +1298 -0
- data/spec/files/export/analysis/lhs_discrete_and_continuous_variables_something_else.zip +0 -0
- data/spec/files/export/analysis/pivot_test.json +1323 -0
- data/spec/files/export/analysis/pivot_test.zip +0 -0
- data/spec/files/export/analysis/{0_2_0_template_simpletest.json → simple_test.json} +201 -178
- data/spec/files/export/analysis/{0_2_0_template_simpletest.zip → simple_test.zip} +0 -0
- data/spec/files/export/analysis/{0_1_12_discrete_dynamic_columns.json → test_model.json} +189 -167
- data/spec/files/export/analysis/{0_1_12_discrete_dynamic_columns.zip → test_model.zip} +0 -0
- data/spec/files/export/weather/weather_out.epw +32 -0
- data/spec/files/export/weather/weather_out_appended.epw +56 -0
- data/spec/files/export/workflow/analysis.json +0 -1
- data/spec/files/measures/reduce_space_infiltration_by_percentage/measure.rb +5 -0
- data/spec/files/measures/reduce_space_infiltration_by_percentage/measure.xml +1 -0
- data/spec/files/measures/rotate_building/measure.rb +5 -0
- data/spec/files/measures/rotate_building/measure.xml +1 -0
- data/spec/files/measures/set_window_to_wall_ratio_by_facade/measure.rb +5 -0
- data/spec/files/measures/set_window_to_wall_ratio_by_facade/measure.xml +1 -0
- data/spec/files/partial_weather.epw +32 -32
- data/spec/openstudio/excel_spec.rb +103 -69
- data/spec/openstudio/formulation_spec.rb +28 -14
- data/spec/openstudio/support_files_spec.rb +2 -2
- data/spec/openstudio/weather_spec.rb +45 -0
- data/spec/openstudio/workflow_spec.rb +2 -1
- data/spec/openstudio/workflow_step_spec.rb +24 -22
- data/spec/reports/SPEC-OpenStudio-Analysis-Formulation.xml +59 -10
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-object-instance.xml +2 -2
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.xml +2 -2
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.xml +1 -1
- data/spec/reports/SPEC-OpenStudio-Analysis-SupportFiles.xml +6 -6
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.xml +25 -7
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.xml +18 -5
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.xml +5 -8
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.xml +2 -2
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.xml +2 -2
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.xml +29 -12
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.xml +5 -5
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.xml +2 -2
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.xml +2 -2
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.xml +26 -9
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.xml +2 -2
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.xml +3 -7
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0-simple.xml +20 -9
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0.xml +35 -10
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-dynamic-uuid-assignments.xml +47 -5
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-measure-existence-checks.xml +3 -6
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-objective-functions.xml +48 -10
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-3-and-short-display-names.xml +48 -6
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-5-and-measure-paths.xml +48 -8
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-7-and-worker-init-final-scripts.0.xml +55 -6
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-7-and-worker-init-final-scripts.xml +51 -8
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-4-0-multiple-seed-models.xml +165 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-4-0-pivot-test.xml +60 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.xml +1 -1
- data/spec/reports/SPEC-OpenStudio-Analysis-Workflow.xml +7 -7
- data/spec/reports/SPEC-OpenStudio-Analysis-WorkflowStep.xml +8 -14
- data/spec/reports/SPEC-OpenStudio-Weather-Epw.xml +9 -0
- metadata +97 -50
- data/spec/files/export/analysis/small_seed.json +0 -593
@@ -1,5 +1,5 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<testsuite name="OpenStudio::Analysis::Translator::Excel proxy setup with user" tests="1" time="0.
|
3
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel proxy setup with user should have a user" time="0.
|
2
|
+
<testsuite name="OpenStudio::Analysis::Translator::Excel proxy setup with user" tests="1" time="0.476855" failures="0" errors="0" skipped="0" timestamp="2015-04-22T13:49:35-06:00">
|
3
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel proxy setup with user should have a user" time="0.000186">
|
4
4
|
</testcase>
|
5
5
|
</testsuite>
|
@@ -1,5 +1,5 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<testsuite name="OpenStudio::Analysis::Translator::Excel proxy setup" tests="1" time="0.
|
3
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel proxy setup should have a proxy setting" time="0.
|
2
|
+
<testsuite name="OpenStudio::Analysis::Translator::Excel proxy setup" tests="1" time="0.534697" failures="0" errors="0" skipped="0" timestamp="2015-04-22T13:49:34-06:00">
|
3
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel proxy setup should have a proxy setting" time="0.000182">
|
4
4
|
</testcase>
|
5
5
|
</testsuite>
|
@@ -1,23 +1,40 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<testsuite name="OpenStudio::Analysis::Translator::Excel setup output variables" tests="7" time="0.
|
3
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel setup output variables should have a model" time="0.
|
2
|
+
<testsuite name="OpenStudio::Analysis::Translator::Excel setup output variables" tests="7" time="0.559788" failures="0" errors="0" skipped="0" timestamp="2015-04-22T13:49:36-06:00">
|
3
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel setup output variables should have a model" time="0.00036">
|
4
4
|
</testcase>
|
5
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel setup output variables should have a weather file" time="0.
|
5
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel setup output variables should have a weather file" time="0.000142">
|
6
6
|
</testcase>
|
7
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel setup output variables should have notes and source" time="0.
|
7
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel setup output variables should have notes and source" time="0.000199">
|
8
8
|
</testcase>
|
9
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel setup output variables should have typed booleans" time="0.
|
9
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel setup output variables should have typed booleans" time="0.000177">
|
10
10
|
</testcase>
|
11
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel setup output variables should have algorithm setup" time="0.
|
11
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel setup output variables should have algorithm setup" time="0.000183">
|
12
12
|
</testcase>
|
13
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel setup output variables should create a valid hash" time="0.
|
13
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel setup output variables should create a valid hash" time="0.002249">
|
14
14
|
</testcase>
|
15
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel setup output variables should write a json" time="0.
|
15
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel setup output variables should write a json" time="0.043016">
|
16
16
|
</testcase>
|
17
17
|
<system-out>
|
18
|
-
|
19
|
-
|
20
|
-
Adding
|
21
|
-
Adding
|
18
|
+
Saving JSON and ZIP file for 0_1_09_outputvars:0_1_09_outputvars
|
19
|
+
Adding Support Files: Weather
|
20
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/partial_weather.epw
|
21
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/partial_weather_2.epw
|
22
|
+
Adding Support Files: Seed Models
|
23
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/small_seed.osm
|
24
|
+
Adding Support Files: Libraries
|
25
|
+
Adding Support Files: Worker Initialization Scripts
|
26
|
+
Adding Support Files: Worker Finalization Scripts
|
27
|
+
Adding Measures
|
28
|
+
Adding reduce_lighting_loads_by_percentage
|
29
|
+
Adding example_measure_auto_directory_name
|
22
30
|
</system-out>
|
31
|
+
<system-err>
|
32
|
+
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: triangle_uncertain
|
33
|
+
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: uniform_uncertain
|
34
|
+
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: uniform_uncertain
|
35
|
+
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: uniform_uncertain
|
36
|
+
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: triangle_uncertain
|
37
|
+
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: triangle_uncertain
|
38
|
+
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: triangle_uncertain
|
39
|
+
</system-err>
|
23
40
|
</testsuite>
|
@@ -1,11 +1,11 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<testsuite name="OpenStudio::Analysis::Translator::Excel setup version 0.1.9" tests="4" time="
|
3
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel setup version 0.1.9 should have a version and analysis name in machine format" time="0.
|
2
|
+
<testsuite name="OpenStudio::Analysis::Translator::Excel setup version 0.1.9" tests="4" time="0.46067" failures="0" errors="0" skipped="0" timestamp="2015-04-22T13:49:34-06:00">
|
3
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel setup version 0.1.9 should have a version and analysis name in machine format" time="0.000199">
|
4
4
|
</testcase>
|
5
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel setup version 0.1.9 should have the new settings" time="
|
5
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel setup version 0.1.9 should have the new settings" time="8.4e-05">
|
6
6
|
</testcase>
|
7
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel setup version 0.1.9 should have algorithm setup" time="0.
|
7
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel setup version 0.1.9 should have algorithm setup" time="0.001199">
|
8
8
|
</testcase>
|
9
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel setup version 0.1.9 should create a valid hash" time="0.
|
9
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel setup version 0.1.9 should create a valid hash" time="0.000697">
|
10
10
|
</testcase>
|
11
11
|
</testsuite>
|
data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.xml
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<testsuite name="OpenStudio::Analysis::Translator::Excel small list of incomplete variables" tests="1" time="0.
|
3
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel small list of incomplete variables should fail to process" time="0.
|
2
|
+
<testsuite name="OpenStudio::Analysis::Translator::Excel small list of incomplete variables" tests="1" time="0.539294" failures="0" errors="0" skipped="0" timestamp="2015-04-22T13:49:31-06:00">
|
3
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel small list of incomplete variables should fail to process" time="0.447186">
|
4
4
|
</testcase>
|
5
5
|
</testsuite>
|
@@ -1,5 +1,5 @@
|
|
1
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.
|
3
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should not validate should fail to process" time="0.
|
2
|
+
<testsuite name="OpenStudio::Analysis::Translator::Excel small list of variables should not validate" tests="1" time="0.537978" failures="0" errors="0" skipped="0" timestamp="2015-04-22T13:49:32-06:00">
|
3
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should not validate should fail to process" time="0.43975">
|
4
4
|
</testcase>
|
5
5
|
</testsuite>
|
@@ -1,17 +1,34 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<testsuite name="OpenStudio::Analysis::Translator::Excel small list of variables" tests="4" time="0.
|
3
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should have a model" time="0.
|
2
|
+
<testsuite name="OpenStudio::Analysis::Translator::Excel small list of variables" tests="4" time="0.548301" failures="0" errors="0" skipped="0" timestamp="2015-04-22T13:49:33-06:00">
|
3
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should have a model" time="0.00018">
|
4
4
|
</testcase>
|
5
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should have a weather file" time="
|
5
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should have a weather file" time="9.2e-05">
|
6
6
|
</testcase>
|
7
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should have notes and source" time="0.
|
7
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should have notes and source" time="0.0001">
|
8
8
|
</testcase>
|
9
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should write a json" time="0.
|
9
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should write a json" time="0.040731">
|
10
10
|
</testcase>
|
11
11
|
<system-out>
|
12
|
-
|
13
|
-
|
14
|
-
Adding
|
15
|
-
Adding
|
12
|
+
Saving JSON and ZIP file for Example Analysis:Example Analysis
|
13
|
+
Adding Support Files: Weather
|
14
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/partial_weather.epw
|
15
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/partial_weather_2.epw
|
16
|
+
Adding Support Files: Seed Models
|
17
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/small_seed.osm
|
18
|
+
Adding Support Files: Libraries
|
19
|
+
Adding Support Files: Worker Initialization Scripts
|
20
|
+
Adding Support Files: Worker Finalization Scripts
|
21
|
+
Adding Measures
|
22
|
+
Adding reduce_lighting_loads_by_percentage
|
23
|
+
Adding example_measure_auto_directory_name
|
16
24
|
</system-out>
|
25
|
+
<system-err>
|
26
|
+
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: triangle_uncertain
|
27
|
+
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: uniform_uncertain
|
28
|
+
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: uniform_uncertain
|
29
|
+
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: uniform_uncertain
|
30
|
+
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: triangle_uncertain
|
31
|
+
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: triangle_uncertain
|
32
|
+
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: triangle_uncertain
|
33
|
+
</system-err>
|
17
34
|
</testsuite>
|
@@ -1,5 +1,5 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<testsuite name="OpenStudio::Analysis::Translator::Excel small list with with repeated variable names" tests="1" time="0.
|
3
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel small list with with repeated variable names should fail to process" time="0.
|
2
|
+
<testsuite name="OpenStudio::Analysis::Translator::Excel small list with with repeated variable names" tests="1" time="0.534448" failures="0" errors="0" skipped="0" timestamp="2015-04-22T13:49:32-06:00">
|
3
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel small list with with repeated variable names should fail to process" time="0.435659">
|
4
4
|
</testcase>
|
5
5
|
</testsuite>
|
@@ -1,11 +1,7 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<testsuite name="OpenStudio::Analysis::Translator::Excel version 0.1.10" tests="2" time="0.
|
3
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.1.10 should process" time="0.
|
2
|
+
<testsuite name="OpenStudio::Analysis::Translator::Excel version 0.1.10" tests="2" time="0.482938" failures="0" errors="0" skipped="0" timestamp="2015-04-22T13:49:37-06:00">
|
3
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.1.10 should process" time="0.383875">
|
4
4
|
</testcase>
|
5
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.1.10 should have new setting variables" time="0.
|
5
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.1.10 should have new setting variables" time="0.000214">
|
6
6
|
</testcase>
|
7
|
-
<system-out>
|
8
|
-
{"spreadsheet_version"=>"0.1.10", "user_id"=>"new_user", "openstudio_server_version"=>"1.3.2", "cluster_name"=>"Analysis Cluster", "server_instance_type"=>"m2.xlarge", "worker_instance_type"=>"m2.2xlarge", "worker_nodes"=>1.0}
|
9
|
-
{"analysis_name"=>"LHS Example Project", "measure_directory"=>"../files/measures", "export_directory"=>"../files/analysis", "allow_multiple_jobs"=>true, "use_server_as_worker"=>true, "simulate_data_point_filename"=>"simulate_data_point.rb", "run_data_point_filename"=>"run_openstudio_workflow.rb"}
|
10
|
-
</system-out>
|
11
7
|
</testsuite>
|
@@ -1,17 +1,28 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<testsuite name="OpenStudio::Analysis::Translator::Excel version 0.2.0 simple" tests="4" time="0.
|
3
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 simple should process" time="0.
|
2
|
+
<testsuite name="OpenStudio::Analysis::Translator::Excel version 0.2.0 simple" tests="4" time="0.489696" failures="0" errors="0" skipped="0" timestamp="2015-04-22T13:49:38-06:00">
|
3
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 simple should process" time="0.397108">
|
4
4
|
</testcase>
|
5
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 simple should have new setting variables" time="0.
|
5
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 simple should have new setting variables" time="0.000124">
|
6
6
|
</testcase>
|
7
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 simple should have the new measure directory column" time="
|
7
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 simple should have the new measure directory column" time="8.8e-05">
|
8
8
|
</testcase>
|
9
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 simple should write a json" time="0.
|
9
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 simple should write a json" time="0.008087">
|
10
10
|
</testcase>
|
11
11
|
<system-out>
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
Adding
|
12
|
+
Saving JSON and ZIP file for simple_test:simple_test
|
13
|
+
Adding Support Files: Weather
|
14
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/partial_weather.epw
|
15
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/partial_weather_2.epw
|
16
|
+
Adding Support Files: Seed Models
|
17
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/small_seed.osm
|
18
|
+
Adding Support Files: Libraries
|
19
|
+
Adding Support Files: Worker Initialization Scripts
|
20
|
+
Adding Support Files: Worker Finalization Scripts
|
21
|
+
Adding Measures
|
22
|
+
Adding ExampleMeasure
|
16
23
|
</system-out>
|
24
|
+
<system-err>
|
25
|
+
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: discrete_uncertain
|
26
|
+
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: discrete_uncertain
|
27
|
+
</system-err>
|
17
28
|
</testsuite>
|
@@ -1,18 +1,43 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<testsuite name="OpenStudio::Analysis::Translator::Excel version 0.2.0" tests="4" time="1.
|
3
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 should process" time="
|
2
|
+
<testsuite name="OpenStudio::Analysis::Translator::Excel version 0.2.0" tests="4" time="1.142483" failures="0" errors="0" skipped="0" timestamp="2015-04-22T13:49:37-06:00">
|
3
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 should process" time="0.995485">
|
4
4
|
</testcase>
|
5
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 should have new setting variables" time="0.
|
5
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 should have new setting variables" time="0.000147">
|
6
6
|
</testcase>
|
7
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 should have the new measure directory column" time="
|
7
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 should have the new measure directory column" time="6.4e-05">
|
8
8
|
</testcase>
|
9
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 should write a json" time="0.
|
9
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 should write a json" time="0.042426">
|
10
10
|
</testcase>
|
11
11
|
<system-out>
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
Adding
|
16
|
-
|
12
|
+
Saving JSON and ZIP file for Name goes here:Name goes here
|
13
|
+
Adding Support Files: Weather
|
14
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/partial_weather.epw
|
15
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/partial_weather_2.epw
|
16
|
+
Adding Support Files: Seed Models
|
17
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/small_seed.osm
|
18
|
+
Adding Support Files: Libraries
|
19
|
+
Adding Support Files: Worker Initialization Scripts
|
20
|
+
Adding Support Files: Worker Finalization Scripts
|
21
|
+
Adding Measures
|
22
|
+
Adding ReduceLightingLoadsByPercentage
|
23
|
+
Adding ExampleMeasure
|
17
24
|
</system-out>
|
25
|
+
<system-err>
|
26
|
+
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: triangle_uncertain
|
27
|
+
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: triangle_uncertain
|
28
|
+
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: uniform_uncertain
|
29
|
+
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: uniform_uncertain
|
30
|
+
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: uniform_uncertain
|
31
|
+
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: triangle_uncertain
|
32
|
+
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: triangle_uncertain
|
33
|
+
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: triangle_uncertain
|
34
|
+
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: triangle_uncertain
|
35
|
+
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: triangle_uncertain
|
36
|
+
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: triangle_uncertain
|
37
|
+
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: triangle_uncertain
|
38
|
+
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: triangle_uncertain
|
39
|
+
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: triangle_uncertain
|
40
|
+
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: triangle_uncertain
|
41
|
+
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: triangle_uncertain
|
42
|
+
</system-err>
|
18
43
|
</testsuite>
|
@@ -1,11 +1,53 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<testsuite name="OpenStudio::Analysis::Translator::Excel version 0.3.0 dynamic uuid assignments" tests="2" time="
|
3
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.0 dynamic uuid assignments should process" time="
|
2
|
+
<testsuite name="OpenStudio::Analysis::Translator::Excel version 0.3.0 dynamic uuid assignments" tests="2" time="0.889329" failures="0" errors="0" skipped="0" timestamp="2015-04-22T13:49:41-06:00">
|
3
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.0 dynamic uuid assignments should process" time="0.000185">
|
4
4
|
</testcase>
|
5
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.0 dynamic uuid assignments should error out with missing measure information" time="0.
|
5
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.0 dynamic uuid assignments should error out with missing measure information" time="0.142556">
|
6
6
|
</testcase>
|
7
7
|
<system-out>
|
8
|
-
|
9
|
-
|
8
|
+
Saving JSON and ZIP file for 0_3_0_dynamic_uuids:0_3_0_dynamic_uuids
|
9
|
+
Adding Support Files: Weather
|
10
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_09_no_variables.xlsx
|
11
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_09_outputvars.xlsx
|
12
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_09_setup_version_2.xlsx
|
13
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_09_small_list.xlsx
|
14
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_09_small_list_incomplete.xlsx
|
15
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_09_small_list_repeat_vars.xlsx
|
16
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_09_small_list_validation_errors.xlsx
|
17
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_10_proxy.xlsx
|
18
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_10_proxy_user.xlsx
|
19
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_10_template_input.xlsx
|
20
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_11_discrete_variables.xlsx
|
21
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_12_discrete_dynamic_columns.xlsx
|
22
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_2_0_template.xlsx
|
23
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_2_0_template_simpletest.xlsx
|
24
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_3_0_dynamic_uuids.xlsx
|
25
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_3_0_measure_existence.xlsx
|
26
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_3_0_outputs.xlsx
|
27
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_3_3_short_names.xlsx
|
28
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_3_5_multiple_measure_paths.xlsx
|
29
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_3_7_unique_measure_names.xlsx
|
30
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_3_7_worker_init_final.xlsx
|
31
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_4_0_lhs_discrete_continuous.xlsx
|
32
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_4_0_multiple_seeds.xlsx
|
33
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_4_0_pivot_test.xlsx
|
34
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/analysis
|
35
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/export
|
36
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures
|
37
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures_second_path
|
38
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/partial_weather.epw
|
39
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/partial_weather_2.epw
|
40
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/small_seed.osm
|
41
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/worker_init
|
42
|
+
Adding Support Files: Seed Models
|
43
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/small_seed.osm
|
44
|
+
Adding Support Files: Libraries
|
45
|
+
Adding Support Files: Worker Initialization Scripts
|
46
|
+
Adding Support Files: Worker Finalization Scripts
|
47
|
+
Adding Measures
|
48
|
+
Adding IncreaseInsulationRValueForRoofs
|
10
49
|
</system-out>
|
50
|
+
<system-err>
|
51
|
+
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: uniform_uncertain
|
52
|
+
</system-err>
|
11
53
|
</testsuite>
|
@@ -1,10 +1,7 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<testsuite name="OpenStudio::Analysis::Translator::Excel version 0.3.0 measure existence checks" tests="2" time="
|
3
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.0 measure existence checks should process" time="
|
2
|
+
<testsuite name="OpenStudio::Analysis::Translator::Excel version 0.3.0 measure existence checks" tests="2" time="0.834697" failures="0" errors="0" skipped="0" timestamp="2015-04-22T13:49:40-06:00">
|
3
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.0 measure existence checks should process" time="0.720752">
|
4
4
|
</testcase>
|
5
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.0 measure existence checks should error out with missing measure information" time="0.
|
5
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.0 measure existence checks should error out with missing measure information" time="0.000239">
|
6
6
|
</testcase>
|
7
|
-
<system-out>
|
8
|
-
Creating JSON and ZIP file for Preflight:0_3_0_outputs
|
9
|
-
</system-out>
|
10
7
|
</testsuite>
|
data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-objective-functions.xml
CHANGED
@@ -1,17 +1,55 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<testsuite name="OpenStudio::Analysis::Translator::Excel version 0.3.0 objective functions" tests="
|
3
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.0 objective functions should
|
2
|
+
<testsuite name="OpenStudio::Analysis::Translator::Excel version 0.3.0 objective functions" tests="3" time="0.950588" failures="0" errors="0" skipped="0" timestamp="2015-04-22T13:49:39-06:00">
|
3
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.0 objective functions should have new setting variables" time="0.000148">
|
4
4
|
</testcase>
|
5
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.0 objective functions should have
|
5
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.0 objective functions should have typed outputs" time="0.002162">
|
6
6
|
</testcase>
|
7
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.0 objective functions should
|
8
|
-
</testcase>
|
9
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.0 objective functions should write a json" time="0.161242">
|
7
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.0 objective functions should write a json" time="0.149959">
|
10
8
|
</testcase>
|
11
9
|
<system-out>
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
Adding
|
10
|
+
Saving JSON and ZIP file for 0_3_0_outputs:0_3_0_outputs
|
11
|
+
Adding Support Files: Weather
|
12
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_09_no_variables.xlsx
|
13
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_09_outputvars.xlsx
|
14
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_09_setup_version_2.xlsx
|
15
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_09_small_list.xlsx
|
16
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_09_small_list_incomplete.xlsx
|
17
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_09_small_list_repeat_vars.xlsx
|
18
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_09_small_list_validation_errors.xlsx
|
19
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_10_proxy.xlsx
|
20
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_10_proxy_user.xlsx
|
21
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_10_template_input.xlsx
|
22
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_11_discrete_variables.xlsx
|
23
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_12_discrete_dynamic_columns.xlsx
|
24
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_2_0_template.xlsx
|
25
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_2_0_template_simpletest.xlsx
|
26
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_3_0_dynamic_uuids.xlsx
|
27
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_3_0_measure_existence.xlsx
|
28
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_3_0_outputs.xlsx
|
29
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_3_3_short_names.xlsx
|
30
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_3_5_multiple_measure_paths.xlsx
|
31
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_3_7_unique_measure_names.xlsx
|
32
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_3_7_worker_init_final.xlsx
|
33
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_4_0_lhs_discrete_continuous.xlsx
|
34
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_4_0_multiple_seeds.xlsx
|
35
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_4_0_pivot_test.xlsx
|
36
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/analysis
|
37
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/export
|
38
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures
|
39
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures_second_path
|
40
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/partial_weather.epw
|
41
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/partial_weather_2.epw
|
42
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/small_seed.osm
|
43
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/worker_init
|
44
|
+
Adding Support Files: Seed Models
|
45
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/small_seed.osm
|
46
|
+
Adding Support Files: Libraries
|
47
|
+
Adding Support Files: Worker Initialization Scripts
|
48
|
+
Adding Support Files: Worker Finalization Scripts
|
49
|
+
Adding Measures
|
50
|
+
Adding IncreaseInsulationRValueForRoofs
|
16
51
|
</system-out>
|
52
|
+
<system-err>
|
53
|
+
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: uniform_uncertain
|
54
|
+
</system-err>
|
17
55
|
</testsuite>
|
@@ -1,12 +1,54 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<testsuite name="OpenStudio::Analysis::Translator::Excel version 0.3.3 and short display names" tests="2" time="1.
|
3
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.3 and short display names should process" time="
|
2
|
+
<testsuite name="OpenStudio::Analysis::Translator::Excel version 0.3.3 and short display names" tests="2" time="1.846618" failures="0" errors="0" skipped="0" timestamp="2015-04-22T13:49:41-06:00">
|
3
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.3 and short display names should process" time="0.00019">
|
4
4
|
</testcase>
|
5
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.3 and short display names should process and save short display names" time="
|
5
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.3 and short display names should process and save short display names" time="1.011302">
|
6
6
|
</testcase>
|
7
7
|
<system-out>
|
8
|
-
|
9
|
-
|
10
|
-
Adding
|
8
|
+
Saving JSON and ZIP file for 0_3_3_short_names:0_3_3_short_names
|
9
|
+
Adding Support Files: Weather
|
10
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_09_no_variables.xlsx
|
11
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_09_outputvars.xlsx
|
12
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_09_setup_version_2.xlsx
|
13
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_09_small_list.xlsx
|
14
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_09_small_list_incomplete.xlsx
|
15
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_09_small_list_repeat_vars.xlsx
|
16
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_09_small_list_validation_errors.xlsx
|
17
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_10_proxy.xlsx
|
18
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_10_proxy_user.xlsx
|
19
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_10_template_input.xlsx
|
20
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_11_discrete_variables.xlsx
|
21
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_12_discrete_dynamic_columns.xlsx
|
22
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_2_0_template.xlsx
|
23
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_2_0_template_simpletest.xlsx
|
24
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_3_0_dynamic_uuids.xlsx
|
25
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_3_0_measure_existence.xlsx
|
26
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_3_0_outputs.xlsx
|
27
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_3_3_short_names.xlsx
|
28
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_3_5_multiple_measure_paths.xlsx
|
29
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_3_7_unique_measure_names.xlsx
|
30
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_3_7_worker_init_final.xlsx
|
31
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_4_0_lhs_discrete_continuous.xlsx
|
32
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_4_0_multiple_seeds.xlsx
|
33
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_4_0_pivot_test.xlsx
|
34
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/analysis
|
35
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/export
|
36
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures
|
37
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures_second_path
|
38
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/partial_weather.epw
|
39
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/partial_weather_2.epw
|
40
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/small_seed.osm
|
41
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/worker_init
|
42
|
+
Adding Support Files: Seed Models
|
43
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/small_seed.osm
|
44
|
+
Adding Support Files: Libraries
|
45
|
+
Adding Support Files: Worker Initialization Scripts
|
46
|
+
Adding Support Files: Worker Finalization Scripts
|
47
|
+
Adding Measures
|
48
|
+
Adding IncreaseInsulationRValueForRoofs
|
49
|
+
Adding ExampleMeasure
|
11
50
|
</system-out>
|
51
|
+
<system-err>
|
52
|
+
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: uniform_uncertain
|
53
|
+
</system-err>
|
12
54
|
</testsuite>
|