openstudio-analysis 0.4.3 → 0.4.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (101) hide show
  1. checksums.yaml +4 -4
  2. data/.gitignore +19 -0
  3. data/.rubocop.yml +135 -0
  4. data/.travis.yml +6 -0
  5. data/CHANGELOG.md +5 -0
  6. data/Gemfile +11 -0
  7. data/LGPL-2.1.txt +502 -0
  8. data/LICENSE.txt +65 -0
  9. data/README.md +1 -1
  10. data/lib/openstudio/analysis/formulation.rb +15 -8
  11. data/lib/openstudio/analysis/server_api.rb +4 -6
  12. data/lib/openstudio/analysis/translator/excel.rb +1 -1
  13. data/lib/openstudio/analysis/version.rb +1 -1
  14. data/openstudio-analysis.gemspec +33 -0
  15. data/rubocop-todo.yml +246 -0
  16. data/spec/files/measures/NoMeasureRbFile/.gitkeep +0 -0
  17. data/spec/openstudio/formulation_spec.rb +36 -0
  18. data/spec/openstudio/hash_spec.rb +21 -0
  19. data/spec/spec_helper.rb +3 -0
  20. metadata +53 -169
  21. data/lib/openstudio/templates/analysis.json.erb +0 -20
  22. data/lib/openstudio/templates/argument.json.erb +0 -7
  23. data/lib/openstudio/templates/discrete_uncertain_variable.json.erb +0 -41
  24. data/lib/openstudio/templates/pivot_variable.json.erb +0 -32
  25. data/lib/openstudio/templates/uncertain_variable.json.erb +0 -45
  26. data/lib/openstudio/templates/workflow_item.json.erb +0 -16
  27. data/spec/files/analysis/example_analysis_api.json +0 -656
  28. data/spec/files/analysis/lhs_discrete_and_continuous_variables_api.json +0 -1230
  29. data/spec/files/analysis/medium_office.json +0 -1736
  30. data/spec/files/analysis/medium_office.zip +0 -0
  31. data/spec/files/analysis/name_goes_here.json +0 -1752
  32. data/spec/files/analysis/name_goes_here.zip +0 -0
  33. data/spec/files/analysis/name_goes_here_api.json +0 -1681
  34. data/spec/files/analysis/output_vars_api.json +0 -632
  35. data/spec/files/analysis/preflight_api.json +0 -1518
  36. data/spec/files/analysis/simple_test_api.json +0 -519
  37. data/spec/files/analysis/test_model_api.json +0 -493
  38. data/spec/files/export/analysis/0_1_09_outputvars.json +0 -678
  39. data/spec/files/export/analysis/0_1_09_outputvars.zip +0 -0
  40. data/spec/files/export/analysis/0_3_0_dynamic_uuids.json +0 -1490
  41. data/spec/files/export/analysis/0_3_0_dynamic_uuids.zip +0 -0
  42. data/spec/files/export/analysis/0_3_0_outputs.json +0 -1490
  43. data/spec/files/export/analysis/0_3_0_outputs.zip +0 -0
  44. data/spec/files/export/analysis/0_3_3_short_names.json +0 -1517
  45. data/spec/files/export/analysis/0_3_3_short_names.zip +0 -0
  46. data/spec/files/export/analysis/0_3_5_multiple_measure_paths.json +0 -1537
  47. data/spec/files/export/analysis/0_3_5_multiple_measure_paths.zip +0 -0
  48. data/spec/files/export/analysis/0_3_7_worker_init_final.json +0 -1537
  49. data/spec/files/export/analysis/0_3_7_worker_init_final.zip +0 -0
  50. data/spec/files/export/analysis/example_analysis.json +0 -727
  51. data/spec/files/export/analysis/example_analysis.zip +0 -0
  52. data/spec/files/export/analysis/lhs_discrete_and_continuous_variables.json +0 -1298
  53. data/spec/files/export/analysis/lhs_discrete_and_continuous_variables.zip +0 -0
  54. data/spec/files/export/analysis/lhs_discrete_and_continuous_variables_f4a73fc4-0514-4033-b54d-d1c58c77c724.json +0 -1298
  55. data/spec/files/export/analysis/lhs_discrete_and_continuous_variables_f4a73fc4-0514-4033-b54d-d1c58c77c724.zip +0 -0
  56. data/spec/files/export/analysis/lhs_discrete_and_continuous_variables_model_-_1.json +0 -1298
  57. data/spec/files/export/analysis/lhs_discrete_and_continuous_variables_model_-_1.zip +0 -0
  58. data/spec/files/export/analysis/lhs_discrete_and_continuous_variables_something_else.json +0 -1298
  59. data/spec/files/export/analysis/lhs_discrete_and_continuous_variables_something_else.zip +0 -0
  60. data/spec/files/export/analysis/pivot_test.json +0 -1323
  61. data/spec/files/export/analysis/pivot_test.zip +0 -0
  62. data/spec/files/export/analysis/simple_test.json +0 -551
  63. data/spec/files/export/analysis/simple_test.zip +0 -0
  64. data/spec/files/export/analysis/test_model.json +0 -524
  65. data/spec/files/export/analysis/test_model.zip +0 -0
  66. data/spec/files/export/weather/weather_out.epw +0 -32
  67. data/spec/files/export/weather/weather_out_appended.epw +0 -56
  68. data/spec/files/export/workflow/analysis.json +0 -22
  69. data/spec/files/measures/ActualMeasureNoJson/measure.json +0 -25
  70. data/spec/reports/SPEC-OpenStudio-Analysis-Formulation.xml +0 -77
  71. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-object-instance.xml +0 -5
  72. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.xml +0 -5
  73. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.xml +0 -3
  74. data/spec/reports/SPEC-OpenStudio-Analysis-SupportFiles.xml +0 -15
  75. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.xml +0 -31
  76. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.xml +0 -24
  77. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.xml +0 -11
  78. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.xml +0 -5
  79. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.xml +0 -5
  80. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.xml +0 -40
  81. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.xml +0 -11
  82. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.xml +0 -5
  83. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.xml +0 -5
  84. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.xml +0 -34
  85. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.xml +0 -5
  86. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.xml +0 -7
  87. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0-simple.xml +0 -28
  88. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0.xml +0 -43
  89. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-dynamic-uuid-assignments.xml +0 -53
  90. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-measure-existence-checks.xml +0 -7
  91. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-objective-functions.xml +0 -55
  92. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-3-and-short-display-names.xml +0 -54
  93. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-5-and-measure-paths.xml +0 -53
  94. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-7-and-worker-init-final-scripts.0.xml +0 -60
  95. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-7-and-worker-init-final-scripts.xml +0 -56
  96. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-4-0-multiple-seed-models.xml +0 -165
  97. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-4-0-pivot-test.xml +0 -60
  98. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.xml +0 -3
  99. data/spec/reports/SPEC-OpenStudio-Analysis-Workflow.xml +0 -31
  100. data/spec/reports/SPEC-OpenStudio-Analysis-WorkflowStep.xml +0 -23
  101. data/spec/reports/SPEC-OpenStudio-Weather-Epw.xml +0 -9
@@ -1,5 +0,0 @@
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.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
- </testcase>
5
- </testsuite>
@@ -1,7 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
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
- </testcase>
5
- <testcase name="OpenStudio::Analysis::Translator::Excel version 0.1.10 should have new setting variables" time="0.000214">
6
- </testcase>
7
- </testsuite>
@@ -1,28 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
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
- </testcase>
5
- <testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 simple should have new setting variables" time="0.000124">
6
- </testcase>
7
- <testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 simple should have the new measure directory column" time="8.8e-05">
8
- </testcase>
9
- <testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 simple should write a json" time="0.008087">
10
- </testcase>
11
- <system-out>
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
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>
28
- </testsuite>
@@ -1,43 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
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
- </testcase>
5
- <testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 should have new setting variables" time="0.000147">
6
- </testcase>
7
- <testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 should have the new measure directory column" time="6.4e-05">
8
- </testcase>
9
- <testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 should write a json" time="0.042426">
10
- </testcase>
11
- <system-out>
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
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>
43
- </testsuite>
@@ -1,53 +0,0 @@
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="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
- </testcase>
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
- </testcase>
7
- <system-out>
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
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>
53
- </testsuite>
@@ -1,7 +0,0 @@
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="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
- </testcase>
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
- </testcase>
7
- </testsuite>
@@ -1,55 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
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
- </testcase>
5
- <testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.0 objective functions should have typed outputs" time="0.002162">
6
- </testcase>
7
- <testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.0 objective functions should write a json" time="0.149959">
8
- </testcase>
9
- <system-out>
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
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>
55
- </testsuite>
@@ -1,54 +0,0 @@
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.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
- </testcase>
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
- </testcase>
7
- <system-out>
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
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>
54
- </testsuite>
@@ -1,53 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
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">
4
- </testcase>
5
- <system-out>
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
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>
53
- </testsuite>
@@ -1,60 +0,0 @@
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.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
- </testcase>
5
- <system-out>
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
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>
60
- </testsuite>
@@ -1,56 +0,0 @@
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.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">
4
- </testcase>
5
- <system-out>
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
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>
56
- </testsuite>
@@ -1,165 +0,0 @@
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>