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
data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-5-and-measure-paths.xml
CHANGED
@@ -1,13 +1,53 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<testsuite name="OpenStudio::Analysis::Translator::Excel version 0.3.5 and measure paths" tests="
|
3
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.5 and measure paths should
|
4
|
-
</testcase>
|
5
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.5 and measure paths should save the analysis" time="0.168777">
|
2
|
+
<testsuite name="OpenStudio::Analysis::Translator::Excel version 0.3.5 and measure paths" tests="1" time="1.018777" failures="0" errors="0" skipped="0" timestamp="2015-04-22T13:49:43-06:00">
|
3
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.5 and measure paths should save the analysis" time="0.114313">
|
6
4
|
</testcase>
|
7
5
|
<system-out>
|
8
|
-
|
9
|
-
|
10
|
-
Adding
|
11
|
-
Adding
|
6
|
+
Saving JSON and ZIP file for 0_3_5_multiple_measure_paths:0_3_5_multiple_measure_paths
|
7
|
+
Adding Support Files: Weather
|
8
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_09_no_variables.xlsx
|
9
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_09_outputvars.xlsx
|
10
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_09_setup_version_2.xlsx
|
11
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_09_small_list.xlsx
|
12
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_09_small_list_incomplete.xlsx
|
13
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_09_small_list_repeat_vars.xlsx
|
14
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_09_small_list_validation_errors.xlsx
|
15
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_10_proxy.xlsx
|
16
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_10_proxy_user.xlsx
|
17
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_10_template_input.xlsx
|
18
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_11_discrete_variables.xlsx
|
19
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_12_discrete_dynamic_columns.xlsx
|
20
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_2_0_template.xlsx
|
21
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_2_0_template_simpletest.xlsx
|
22
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_3_0_dynamic_uuids.xlsx
|
23
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_3_0_measure_existence.xlsx
|
24
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_3_0_outputs.xlsx
|
25
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_3_3_short_names.xlsx
|
26
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_3_5_multiple_measure_paths.xlsx
|
27
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_3_7_unique_measure_names.xlsx
|
28
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_3_7_worker_init_final.xlsx
|
29
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_4_0_lhs_discrete_continuous.xlsx
|
30
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_4_0_multiple_seeds.xlsx
|
31
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_4_0_pivot_test.xlsx
|
32
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/analysis
|
33
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/export
|
34
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures
|
35
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures_second_path
|
36
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/partial_weather.epw
|
37
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/partial_weather_2.epw
|
38
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/small_seed.osm
|
39
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/worker_init
|
40
|
+
Adding Support Files: Seed Models
|
41
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/small_seed.osm
|
42
|
+
Adding Support Files: Libraries
|
43
|
+
Adding Support Files: Worker Initialization Scripts
|
44
|
+
Adding Support Files: Worker Finalization Scripts
|
45
|
+
Adding Measures
|
46
|
+
Adding IncreaseInsulationRValueForRoofs
|
47
|
+
Adding measure_in_another_dir
|
48
|
+
Adding ExampleMeasure
|
12
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>
|
13
53
|
</testsuite>
|
@@ -1,11 +1,60 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<testsuite name="OpenStudio::Analysis::Translator::Excel version 0.3.7 and worker init-final scripts" tests="1" time="1.
|
3
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.7 and worker init-final scripts should fail to process" time="
|
2
|
+
<testsuite name="OpenStudio::Analysis::Translator::Excel version 0.3.7 and worker init-final scripts" tests="1" time="1.026451" failures="0" errors="0" skipped="0" timestamp="2015-04-22T13:49:45-06:00">
|
3
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.7 and worker init-final scripts should fail to process" time="0.914819">
|
4
4
|
</testcase>
|
5
5
|
<system-out>
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
Adding
|
6
|
+
Saving JSON and ZIP file for LHS Discrete and Continuous Variables:LHS Discrete and Continuous Variables
|
7
|
+
Adding Support Files: Weather
|
8
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_09_no_variables.xlsx
|
9
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_09_outputvars.xlsx
|
10
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_09_setup_version_2.xlsx
|
11
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_09_small_list.xlsx
|
12
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_09_small_list_incomplete.xlsx
|
13
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_09_small_list_repeat_vars.xlsx
|
14
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_09_small_list_validation_errors.xlsx
|
15
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_10_proxy.xlsx
|
16
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_10_proxy_user.xlsx
|
17
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_10_template_input.xlsx
|
18
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_11_discrete_variables.xlsx
|
19
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_12_discrete_dynamic_columns.xlsx
|
20
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_2_0_template.xlsx
|
21
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_2_0_template_simpletest.xlsx
|
22
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_3_0_dynamic_uuids.xlsx
|
23
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_3_0_measure_existence.xlsx
|
24
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_3_0_outputs.xlsx
|
25
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_3_3_short_names.xlsx
|
26
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_3_5_multiple_measure_paths.xlsx
|
27
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_3_7_unique_measure_names.xlsx
|
28
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_3_7_worker_init_final.xlsx
|
29
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_4_0_lhs_discrete_continuous.xlsx
|
30
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_4_0_multiple_seeds.xlsx
|
31
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_4_0_pivot_test.xlsx
|
32
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/analysis
|
33
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/export
|
34
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures
|
35
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures_second_path
|
36
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/partial_weather.epw
|
37
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/partial_weather_2.epw
|
38
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/small_seed.osm
|
39
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/worker_init
|
40
|
+
Adding Support Files: Seed Models
|
41
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/small_seed.osm
|
42
|
+
Adding Support Files: Libraries
|
43
|
+
Adding Support Files: Worker Initialization Scripts
|
44
|
+
Adding Support Files: Worker Finalization Scripts
|
45
|
+
Adding Measures
|
46
|
+
Adding SetThermostatSchedules
|
10
47
|
</system-out>
|
48
|
+
<system-err>
|
49
|
+
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: triangle_uncertain
|
50
|
+
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: uniform_uncertain
|
51
|
+
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: normal_uncertain
|
52
|
+
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: discrete_uncertain
|
53
|
+
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: triangle_uncertain
|
54
|
+
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: triangle_uncertain
|
55
|
+
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: triangle_uncertain
|
56
|
+
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: discrete_uncertain
|
57
|
+
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: uniform_uncertain
|
58
|
+
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: discrete_uncertain
|
59
|
+
</system-err>
|
11
60
|
</testsuite>
|
@@ -1,13 +1,56 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<testsuite name="OpenStudio::Analysis::Translator::Excel version 0.3.7 and worker init-final scripts" tests="
|
3
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.7 and worker init-final scripts should
|
4
|
-
</testcase>
|
5
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.7 and worker init-final scripts should save the analysis" time="0.20164">
|
2
|
+
<testsuite name="OpenStudio::Analysis::Translator::Excel version 0.3.7 and worker init-final scripts" tests="1" time="1.045269" failures="0" errors="0" skipped="0" timestamp="2015-04-22T13:49:44-06:00">
|
3
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.7 and worker init-final scripts should save the analysis" time="0.154732">
|
6
4
|
</testcase>
|
7
5
|
<system-out>
|
8
|
-
|
9
|
-
|
10
|
-
Adding
|
11
|
-
Adding
|
6
|
+
Saving JSON and ZIP file for 0_3_7_worker_init_final:0_3_7_worker_init_final
|
7
|
+
Adding Support Files: Weather
|
8
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_09_no_variables.xlsx
|
9
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_09_outputvars.xlsx
|
10
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_09_setup_version_2.xlsx
|
11
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_09_small_list.xlsx
|
12
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_09_small_list_incomplete.xlsx
|
13
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_09_small_list_repeat_vars.xlsx
|
14
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_09_small_list_validation_errors.xlsx
|
15
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_10_proxy.xlsx
|
16
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_10_proxy_user.xlsx
|
17
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_10_template_input.xlsx
|
18
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_11_discrete_variables.xlsx
|
19
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_12_discrete_dynamic_columns.xlsx
|
20
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_2_0_template.xlsx
|
21
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_2_0_template_simpletest.xlsx
|
22
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_3_0_dynamic_uuids.xlsx
|
23
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_3_0_measure_existence.xlsx
|
24
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_3_0_outputs.xlsx
|
25
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_3_3_short_names.xlsx
|
26
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_3_5_multiple_measure_paths.xlsx
|
27
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_3_7_unique_measure_names.xlsx
|
28
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_3_7_worker_init_final.xlsx
|
29
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_4_0_lhs_discrete_continuous.xlsx
|
30
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_4_0_multiple_seeds.xlsx
|
31
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_4_0_pivot_test.xlsx
|
32
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/analysis
|
33
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/export
|
34
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures
|
35
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures_second_path
|
36
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/partial_weather.epw
|
37
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/partial_weather_2.epw
|
38
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/small_seed.osm
|
39
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/worker_init
|
40
|
+
Adding Support Files: Seed Models
|
41
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/small_seed.osm
|
42
|
+
Adding Support Files: Libraries
|
43
|
+
Adding Support Files: Worker Initialization Scripts
|
44
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/worker_init/first_file.rb as 00_first_file.rb
|
45
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/worker_init/second_file.rb as 01_second_file.rb
|
46
|
+
Adding Support Files: Worker Finalization Scripts
|
47
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/worker_init/first_file.rb as 00_first_file.rb
|
48
|
+
Adding Measures
|
49
|
+
Adding IncreaseInsulationRValueForRoofs
|
50
|
+
Adding measure_in_another_dir
|
51
|
+
Adding ExampleMeasure
|
12
52
|
</system-out>
|
53
|
+
<system-err>
|
54
|
+
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: uniform_uncertain
|
55
|
+
</system-err>
|
13
56
|
</testsuite>
|
data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-4-0-multiple-seed-models.xml
ADDED
@@ -0,0 +1,165 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<testsuite name="OpenStudio::Analysis::Translator::Excel version 0.4.0 multiple seed models" tests="1" time="1.282152" failures="0" errors="0" skipped="0" timestamp="2015-04-22T13:49:46-06:00">
|
3
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.4.0 multiple seed models should save the analysis" time="0.392878">
|
4
|
+
</testcase>
|
5
|
+
<system-out>
|
6
|
+
Saving JSON and ZIP file for LHS Discrete and Continuous Variables:LHS Discrete and Continuous Variables Model - 1
|
7
|
+
Adding Support Files: Weather
|
8
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_09_no_variables.xlsx
|
9
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_09_outputvars.xlsx
|
10
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_09_setup_version_2.xlsx
|
11
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_09_small_list.xlsx
|
12
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_09_small_list_incomplete.xlsx
|
13
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_09_small_list_repeat_vars.xlsx
|
14
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_09_small_list_validation_errors.xlsx
|
15
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_10_proxy.xlsx
|
16
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_10_proxy_user.xlsx
|
17
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_10_template_input.xlsx
|
18
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_11_discrete_variables.xlsx
|
19
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_12_discrete_dynamic_columns.xlsx
|
20
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_2_0_template.xlsx
|
21
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_2_0_template_simpletest.xlsx
|
22
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_3_0_dynamic_uuids.xlsx
|
23
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_3_0_measure_existence.xlsx
|
24
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_3_0_outputs.xlsx
|
25
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_3_3_short_names.xlsx
|
26
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_3_5_multiple_measure_paths.xlsx
|
27
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_3_7_unique_measure_names.xlsx
|
28
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_3_7_worker_init_final.xlsx
|
29
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_4_0_lhs_discrete_continuous.xlsx
|
30
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_4_0_multiple_seeds.xlsx
|
31
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_4_0_pivot_test.xlsx
|
32
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/analysis
|
33
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/export
|
34
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures
|
35
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures_second_path
|
36
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/partial_weather.epw
|
37
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/partial_weather_2.epw
|
38
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/small_seed.osm
|
39
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/worker_init
|
40
|
+
Adding Support Files: Seed Models
|
41
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/small_seed.osm
|
42
|
+
Adding Support Files: Libraries
|
43
|
+
Adding Support Files: Worker Initialization Scripts
|
44
|
+
Adding Support Files: Worker Finalization Scripts
|
45
|
+
Adding Measures
|
46
|
+
Adding SetThermostatSchedules
|
47
|
+
Saving JSON and ZIP file for LHS Discrete and Continuous Variables:LHS Discrete and Continuous Variables f4a73fc4-0514-4033-b54d-d1c58c77c724
|
48
|
+
Adding Support Files: Weather
|
49
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_09_no_variables.xlsx
|
50
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_09_outputvars.xlsx
|
51
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_09_setup_version_2.xlsx
|
52
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_09_small_list.xlsx
|
53
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_09_small_list_incomplete.xlsx
|
54
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_09_small_list_repeat_vars.xlsx
|
55
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_09_small_list_validation_errors.xlsx
|
56
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_10_proxy.xlsx
|
57
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_10_proxy_user.xlsx
|
58
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_10_template_input.xlsx
|
59
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_11_discrete_variables.xlsx
|
60
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_12_discrete_dynamic_columns.xlsx
|
61
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_2_0_template.xlsx
|
62
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_2_0_template_simpletest.xlsx
|
63
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_3_0_dynamic_uuids.xlsx
|
64
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_3_0_measure_existence.xlsx
|
65
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_3_0_outputs.xlsx
|
66
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_3_3_short_names.xlsx
|
67
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_3_5_multiple_measure_paths.xlsx
|
68
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_3_7_unique_measure_names.xlsx
|
69
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_3_7_worker_init_final.xlsx
|
70
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_4_0_lhs_discrete_continuous.xlsx
|
71
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_4_0_multiple_seeds.xlsx
|
72
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_4_0_pivot_test.xlsx
|
73
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/analysis
|
74
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/export
|
75
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures
|
76
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures_second_path
|
77
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/partial_weather.epw
|
78
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/partial_weather_2.epw
|
79
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/small_seed.osm
|
80
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/worker_init
|
81
|
+
Adding Support Files: Seed Models
|
82
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/small_seed.osm
|
83
|
+
Adding Support Files: Libraries
|
84
|
+
Adding Support Files: Worker Initialization Scripts
|
85
|
+
Adding Support Files: Worker Finalization Scripts
|
86
|
+
Adding Measures
|
87
|
+
Adding SetThermostatSchedules
|
88
|
+
Saving JSON and ZIP file for LHS Discrete and Continuous Variables:LHS Discrete and Continuous Variables Something Else
|
89
|
+
Adding Support Files: Weather
|
90
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_09_no_variables.xlsx
|
91
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_09_outputvars.xlsx
|
92
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_09_setup_version_2.xlsx
|
93
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_09_small_list.xlsx
|
94
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_09_small_list_incomplete.xlsx
|
95
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_09_small_list_repeat_vars.xlsx
|
96
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_09_small_list_validation_errors.xlsx
|
97
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_10_proxy.xlsx
|
98
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_10_proxy_user.xlsx
|
99
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_10_template_input.xlsx
|
100
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_11_discrete_variables.xlsx
|
101
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_12_discrete_dynamic_columns.xlsx
|
102
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_2_0_template.xlsx
|
103
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_2_0_template_simpletest.xlsx
|
104
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_3_0_dynamic_uuids.xlsx
|
105
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_3_0_measure_existence.xlsx
|
106
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_3_0_outputs.xlsx
|
107
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_3_3_short_names.xlsx
|
108
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_3_5_multiple_measure_paths.xlsx
|
109
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_3_7_unique_measure_names.xlsx
|
110
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_3_7_worker_init_final.xlsx
|
111
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_4_0_lhs_discrete_continuous.xlsx
|
112
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_4_0_multiple_seeds.xlsx
|
113
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_4_0_pivot_test.xlsx
|
114
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/analysis
|
115
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/export
|
116
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures
|
117
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures_second_path
|
118
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/partial_weather.epw
|
119
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/partial_weather_2.epw
|
120
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/small_seed.osm
|
121
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/worker_init
|
122
|
+
Adding Support Files: Seed Models
|
123
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/small_seed.osm
|
124
|
+
Adding Support Files: Libraries
|
125
|
+
Adding Support Files: Worker Initialization Scripts
|
126
|
+
Adding Support Files: Worker Finalization Scripts
|
127
|
+
Adding Measures
|
128
|
+
Adding SetThermostatSchedules
|
129
|
+
lhs_discrete_and_continuous_variables_model_-_1
|
130
|
+
lhs_discrete_and_continuous_variables_f4a73fc4-0514-4033-b54d-d1c58c77c724
|
131
|
+
lhs_discrete_and_continuous_variables_something_else
|
132
|
+
</system-out>
|
133
|
+
<system-err>
|
134
|
+
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: triangle_uncertain
|
135
|
+
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: uniform_uncertain
|
136
|
+
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: normal_uncertain
|
137
|
+
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: discrete_uncertain
|
138
|
+
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: triangle_uncertain
|
139
|
+
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: triangle_uncertain
|
140
|
+
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: triangle_uncertain
|
141
|
+
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: discrete_uncertain
|
142
|
+
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: uniform_uncertain
|
143
|
+
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: discrete_uncertain
|
144
|
+
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: triangle_uncertain
|
145
|
+
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: uniform_uncertain
|
146
|
+
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: normal_uncertain
|
147
|
+
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: discrete_uncertain
|
148
|
+
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: triangle_uncertain
|
149
|
+
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: triangle_uncertain
|
150
|
+
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: triangle_uncertain
|
151
|
+
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: discrete_uncertain
|
152
|
+
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: uniform_uncertain
|
153
|
+
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: discrete_uncertain
|
154
|
+
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: triangle_uncertain
|
155
|
+
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: uniform_uncertain
|
156
|
+
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: normal_uncertain
|
157
|
+
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: discrete_uncertain
|
158
|
+
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: triangle_uncertain
|
159
|
+
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: triangle_uncertain
|
160
|
+
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: triangle_uncertain
|
161
|
+
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: discrete_uncertain
|
162
|
+
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: uniform_uncertain
|
163
|
+
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: discrete_uncertain
|
164
|
+
</system-err>
|
165
|
+
</testsuite>
|
@@ -0,0 +1,60 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<testsuite name="OpenStudio::Analysis::Translator::Excel version 0.4.0 pivot test" tests="1" time="1.013931" failures="0" errors="0" skipped="0" timestamp="2015-04-22T13:49:48-06:00">
|
3
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.4.0 pivot test should save the analysis" time="0.144726">
|
4
|
+
</testcase>
|
5
|
+
<system-out>
|
6
|
+
Saving JSON and ZIP file for Pivot Test:Pivot Test
|
7
|
+
Adding Support Files: Weather
|
8
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_09_no_variables.xlsx
|
9
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_09_outputvars.xlsx
|
10
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_09_setup_version_2.xlsx
|
11
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_09_small_list.xlsx
|
12
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_09_small_list_incomplete.xlsx
|
13
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_09_small_list_repeat_vars.xlsx
|
14
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_09_small_list_validation_errors.xlsx
|
15
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_10_proxy.xlsx
|
16
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_10_proxy_user.xlsx
|
17
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_10_template_input.xlsx
|
18
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_11_discrete_variables.xlsx
|
19
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_12_discrete_dynamic_columns.xlsx
|
20
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_2_0_template.xlsx
|
21
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_2_0_template_simpletest.xlsx
|
22
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_3_0_dynamic_uuids.xlsx
|
23
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_3_0_measure_existence.xlsx
|
24
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_3_0_outputs.xlsx
|
25
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_3_3_short_names.xlsx
|
26
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_3_5_multiple_measure_paths.xlsx
|
27
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_3_7_unique_measure_names.xlsx
|
28
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_3_7_worker_init_final.xlsx
|
29
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_4_0_lhs_discrete_continuous.xlsx
|
30
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_4_0_multiple_seeds.xlsx
|
31
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_4_0_pivot_test.xlsx
|
32
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/analysis
|
33
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/export
|
34
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures
|
35
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures_second_path
|
36
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/partial_weather.epw
|
37
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/partial_weather_2.epw
|
38
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/small_seed.osm
|
39
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/worker_init
|
40
|
+
Adding Support Files: Seed Models
|
41
|
+
Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/small_seed.osm
|
42
|
+
Adding Support Files: Libraries
|
43
|
+
Adding Support Files: Worker Initialization Scripts
|
44
|
+
Adding Support Files: Worker Finalization Scripts
|
45
|
+
Adding Measures
|
46
|
+
Adding SetThermostatSchedules
|
47
|
+
</system-out>
|
48
|
+
<system-err>
|
49
|
+
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: discrete_uncertain
|
50
|
+
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: uniform_uncertain
|
51
|
+
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: normal_uncertain
|
52
|
+
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: discrete_uncertain
|
53
|
+
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: triangle_uncertain
|
54
|
+
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: triangle_uncertain
|
55
|
+
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: triangle_uncertain
|
56
|
+
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: discrete_uncertain
|
57
|
+
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: uniform_uncertain
|
58
|
+
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: discrete_uncertain
|
59
|
+
</system-err>
|
60
|
+
</testsuite>
|
@@ -1,3 +1,3 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<testsuite name="OpenStudio::Analysis::Translator::Excel" tests="0" time="0.
|
2
|
+
<testsuite name="OpenStudio::Analysis::Translator::Excel" tests="0" time="0.004475" skipped="0" timestamp="2015-04-22T13:49:30-06:00">
|
3
3
|
</testsuite>
|
@@ -1,16 +1,16 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<testsuite name="OpenStudio::Analysis::Workflow" tests="6" time="0.
|
3
|
-
<testcase name="OpenStudio::Analysis::Workflow should create a workflow" time="0.
|
2
|
+
<testsuite name="OpenStudio::Analysis::Workflow" tests="6" time="0.006776" failures="0" errors="0" skipped="0" timestamp="2015-04-22T13:49:49-06:00">
|
3
|
+
<testcase name="OpenStudio::Analysis::Workflow should create a workflow" time="0.000121">
|
4
4
|
</testcase>
|
5
|
-
<testcase name="OpenStudio::Analysis::Workflow should add a measure" time="0.
|
5
|
+
<testcase name="OpenStudio::Analysis::Workflow should add a measure" time="0.003271">
|
6
6
|
</testcase>
|
7
|
-
<testcase name="OpenStudio::Analysis::Workflow should fix the path of the measure" time="0.
|
7
|
+
<testcase name="OpenStudio::Analysis::Workflow should fix the path of the measure" time="0.000383">
|
8
8
|
</testcase>
|
9
|
-
<testcase name="OpenStudio::Analysis::Workflow should clear out a workflow" time="0.
|
9
|
+
<testcase name="OpenStudio::Analysis::Workflow should clear out a workflow" time="0.001176">
|
10
10
|
</testcase>
|
11
|
-
<testcase name="OpenStudio::Analysis::Workflow should find a workflow step" time="0.
|
11
|
+
<testcase name="OpenStudio::Analysis::Workflow should find a workflow step" time="0.00063">
|
12
12
|
</testcase>
|
13
|
-
<testcase name="OpenStudio::Analysis::Workflow should find a workflow step and make a variable" time="0.
|
13
|
+
<testcase name="OpenStudio::Analysis::Workflow should find a workflow step and make a variable" time="0.000699">
|
14
14
|
</testcase>
|
15
15
|
<system-out>
|
16
16
|
loading config settings from /Users/nlong/.bcl/config.yml
|