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.
Files changed (108) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +13 -0
  3. data/README.md +6 -1
  4. data/lib/openstudio-analysis.rb +4 -0
  5. data/lib/openstudio/analysis.rb +16 -0
  6. data/lib/openstudio/analysis/algorithm_attributes.rb +4 -0
  7. data/lib/openstudio/analysis/formulation.rb +115 -49
  8. data/lib/openstudio/analysis/server_api.rb +151 -12
  9. data/lib/openstudio/analysis/support_files.rb +21 -3
  10. data/lib/openstudio/analysis/translator/excel.rb +84 -299
  11. data/lib/openstudio/analysis/version.rb +1 -1
  12. data/lib/openstudio/analysis/workflow.rb +79 -33
  13. data/lib/openstudio/analysis/workflow_step.rb +165 -39
  14. data/lib/openstudio/helpers/string.rb +1 -1
  15. data/lib/openstudio/weather/epw.rb +193 -0
  16. data/spec/files/0_1_09_outputvars.xlsx +0 -0
  17. data/spec/files/0_1_09_setup_version_2.xlsx +0 -0
  18. data/spec/files/0_3_0_dynamic_uuids.xlsx +0 -0
  19. data/spec/files/0_3_0_outputs.xlsx +0 -0
  20. data/spec/files/0_3_3_short_names.xlsx +0 -0
  21. data/spec/files/0_3_5_multiple_measure_paths.xlsx +0 -0
  22. data/spec/files/0_3_7_unique_measure_names.xlsx +0 -0
  23. data/spec/files/0_3_7_worker_init_final.xlsx +0 -0
  24. data/spec/files/0_4_0_multiple_seeds.xlsx +0 -0
  25. data/spec/files/0_4_0_pivot_test.xlsx +0 -0
  26. data/spec/files/analysis/examples/medium_office_workflow.json +1298 -0
  27. data/spec/files/analysis/medium_office.json +666 -603
  28. data/spec/files/analysis/medium_office.zip +0 -0
  29. data/spec/files/analysis/name_goes_here.json +1752 -0
  30. data/spec/files/{export/analysis/small_seed.zip → analysis/name_goes_here.zip} +0 -0
  31. data/spec/files/export/analysis/0_1_09_outputvars.json +265 -230
  32. data/spec/files/export/analysis/0_1_09_outputvars.zip +0 -0
  33. data/spec/files/export/analysis/{71bebb0a-34b7-404b-b430-0ee7dab962ff.json → 0_3_0_dynamic_uuids.json} +684 -590
  34. data/spec/files/export/analysis/{67e3ba4a-2660-41b6-a7c5-d4457a4275c4.zip → 0_3_0_dynamic_uuids.zip} +0 -0
  35. data/spec/files/export/analysis/0_3_0_outputs.json +684 -590
  36. data/spec/files/export/analysis/0_3_0_outputs.zip +0 -0
  37. data/spec/files/export/analysis/{5b5264db-a31e-4bab-931b-94101bd23b80.json → 0_3_3_short_names.json} +697 -622
  38. data/spec/files/export/analysis/{1d8d62bb-f058-4c38-893b-8eaa7ceea254.zip → 0_3_3_short_names.zip} +0 -0
  39. data/spec/files/export/analysis/{1d8d62bb-f058-4c38-893b-8eaa7ceea254.json → 0_3_5_multiple_measure_paths.json} +717 -602
  40. data/spec/files/export/analysis/{5b5264db-a31e-4bab-931b-94101bd23b80.zip → 0_3_5_multiple_measure_paths.zip} +0 -0
  41. data/spec/files/export/analysis/{67e3ba4a-2660-41b6-a7c5-d4457a4275c4.json → 0_3_7_worker_init_final.json} +708 -613
  42. data/spec/files/export/analysis/{71bebb0a-34b7-404b-b430-0ee7dab962ff.zip → 0_3_7_worker_init_final.zip} +0 -0
  43. data/spec/files/export/analysis/{0_1_11_discrete_variables.json → example_analysis.json} +279 -214
  44. data/spec/files/export/analysis/{0_1_11_discrete_variables.zip → example_analysis.zip} +0 -0
  45. data/spec/files/export/analysis/{discrete_lhs_example.json → lhs_discrete_and_continuous_variables.json} +549 -436
  46. data/spec/files/export/analysis/{discrete_lhs_example.zip → lhs_discrete_and_continuous_variables.zip} +0 -0
  47. data/spec/files/export/analysis/lhs_discrete_and_continuous_variables_f4a73fc4-0514-4033-b54d-d1c58c77c724.json +1298 -0
  48. data/spec/files/export/analysis/lhs_discrete_and_continuous_variables_f4a73fc4-0514-4033-b54d-d1c58c77c724.zip +0 -0
  49. data/spec/files/export/analysis/lhs_discrete_and_continuous_variables_model_-_1.json +1298 -0
  50. data/spec/files/export/analysis/lhs_discrete_and_continuous_variables_model_-_1.zip +0 -0
  51. data/spec/files/export/analysis/lhs_discrete_and_continuous_variables_something_else.json +1298 -0
  52. data/spec/files/export/analysis/lhs_discrete_and_continuous_variables_something_else.zip +0 -0
  53. data/spec/files/export/analysis/pivot_test.json +1323 -0
  54. data/spec/files/export/analysis/pivot_test.zip +0 -0
  55. data/spec/files/export/analysis/{0_2_0_template_simpletest.json → simple_test.json} +201 -178
  56. data/spec/files/export/analysis/{0_2_0_template_simpletest.zip → simple_test.zip} +0 -0
  57. data/spec/files/export/analysis/{0_1_12_discrete_dynamic_columns.json → test_model.json} +189 -167
  58. data/spec/files/export/analysis/{0_1_12_discrete_dynamic_columns.zip → test_model.zip} +0 -0
  59. data/spec/files/export/weather/weather_out.epw +32 -0
  60. data/spec/files/export/weather/weather_out_appended.epw +56 -0
  61. data/spec/files/export/workflow/analysis.json +0 -1
  62. data/spec/files/measures/reduce_space_infiltration_by_percentage/measure.rb +5 -0
  63. data/spec/files/measures/reduce_space_infiltration_by_percentage/measure.xml +1 -0
  64. data/spec/files/measures/rotate_building/measure.rb +5 -0
  65. data/spec/files/measures/rotate_building/measure.xml +1 -0
  66. data/spec/files/measures/set_window_to_wall_ratio_by_facade/measure.rb +5 -0
  67. data/spec/files/measures/set_window_to_wall_ratio_by_facade/measure.xml +1 -0
  68. data/spec/files/partial_weather.epw +32 -32
  69. data/spec/openstudio/excel_spec.rb +103 -69
  70. data/spec/openstudio/formulation_spec.rb +28 -14
  71. data/spec/openstudio/support_files_spec.rb +2 -2
  72. data/spec/openstudio/weather_spec.rb +45 -0
  73. data/spec/openstudio/workflow_spec.rb +2 -1
  74. data/spec/openstudio/workflow_step_spec.rb +24 -22
  75. data/spec/reports/SPEC-OpenStudio-Analysis-Formulation.xml +59 -10
  76. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-object-instance.xml +2 -2
  77. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.xml +2 -2
  78. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.xml +1 -1
  79. data/spec/reports/SPEC-OpenStudio-Analysis-SupportFiles.xml +6 -6
  80. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.xml +25 -7
  81. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.xml +18 -5
  82. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.xml +5 -8
  83. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.xml +2 -2
  84. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.xml +2 -2
  85. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.xml +29 -12
  86. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.xml +5 -5
  87. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.xml +2 -2
  88. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.xml +2 -2
  89. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.xml +26 -9
  90. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.xml +2 -2
  91. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.xml +3 -7
  92. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0-simple.xml +20 -9
  93. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0.xml +35 -10
  94. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-dynamic-uuid-assignments.xml +47 -5
  95. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-measure-existence-checks.xml +3 -6
  96. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-objective-functions.xml +48 -10
  97. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-3-and-short-display-names.xml +48 -6
  98. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-5-and-measure-paths.xml +48 -8
  99. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-7-and-worker-init-final-scripts.0.xml +55 -6
  100. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-7-and-worker-init-final-scripts.xml +51 -8
  101. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-4-0-multiple-seed-models.xml +165 -0
  102. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-4-0-pivot-test.xml +60 -0
  103. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.xml +1 -1
  104. data/spec/reports/SPEC-OpenStudio-Analysis-Workflow.xml +7 -7
  105. data/spec/reports/SPEC-OpenStudio-Analysis-WorkflowStep.xml +8 -14
  106. data/spec/reports/SPEC-OpenStudio-Weather-Epw.xml +9 -0
  107. metadata +97 -50
  108. data/spec/files/export/analysis/small_seed.json +0 -593
@@ -1,5 +1,5 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <testsuite name="OpenStudio::Analysis::Translator::Excel proxy setup with user" tests="1" time="0.862283" failures="0" errors="0" skipped="0" timestamp="2015-01-07T17:25:37-07:00">
3
- <testcase name="OpenStudio::Analysis::Translator::Excel proxy setup with user should have a user" time="0.000368">
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel proxy setup with user" tests="1" time="0.476855" failures="0" errors="0" skipped="0" timestamp="2015-04-22T13:49:35-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel proxy setup with user should have a user" time="0.000186">
4
4
  </testcase>
5
5
  </testsuite>
@@ -1,5 +1,5 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <testsuite name="OpenStudio::Analysis::Translator::Excel proxy setup" tests="1" time="0.910019" failures="0" errors="0" skipped="0" timestamp="2015-01-07T17:25:36-07:00">
3
- <testcase name="OpenStudio::Analysis::Translator::Excel proxy setup should have a proxy setting" time="0.000289">
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel proxy setup" tests="1" time="0.534697" failures="0" errors="0" skipped="0" timestamp="2015-04-22T13:49:34-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel proxy setup should have a proxy setting" time="0.000182">
4
4
  </testcase>
5
5
  </testsuite>
@@ -1,23 +1,40 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <testsuite name="OpenStudio::Analysis::Translator::Excel setup output variables" tests="7" time="0.783181" failures="0" errors="0" skipped="0" timestamp="2015-01-07T17:25:40-07:00">
3
- <testcase name="OpenStudio::Analysis::Translator::Excel setup output variables should have a model" time="0.000327">
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel setup output variables" tests="7" time="0.559788" failures="0" errors="0" skipped="0" timestamp="2015-04-22T13:49:36-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel setup output variables should have a model" time="0.00036">
4
4
  </testcase>
5
- <testcase name="OpenStudio::Analysis::Translator::Excel setup output variables should have a weather file" time="0.000175">
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel setup output variables should have a weather file" time="0.000142">
6
6
  </testcase>
7
- <testcase name="OpenStudio::Analysis::Translator::Excel setup output variables should have notes and source" time="0.000173">
7
+ <testcase name="OpenStudio::Analysis::Translator::Excel setup output variables should have notes and source" time="0.000199">
8
8
  </testcase>
9
- <testcase name="OpenStudio::Analysis::Translator::Excel setup output variables should have typed booleans" time="0.000138">
9
+ <testcase name="OpenStudio::Analysis::Translator::Excel setup output variables should have typed booleans" time="0.000177">
10
10
  </testcase>
11
- <testcase name="OpenStudio::Analysis::Translator::Excel setup output variables should have algorithm setup" time="0.000161">
11
+ <testcase name="OpenStudio::Analysis::Translator::Excel setup output variables should have algorithm setup" time="0.000183">
12
12
  </testcase>
13
- <testcase name="OpenStudio::Analysis::Translator::Excel setup output variables should create a valid hash" time="0.009419">
13
+ <testcase name="OpenStudio::Analysis::Translator::Excel setup output variables should create a valid hash" time="0.002249">
14
14
  </testcase>
15
- <testcase name="OpenStudio::Analysis::Translator::Excel setup output variables should write a json" time="0.068472">
15
+ <testcase name="OpenStudio::Analysis::Translator::Excel setup output variables should write a json" time="0.043016">
16
16
  </testcase>
17
17
  <system-out>
18
- /Users/nlong/working/OpenStudio-analysis-gem/spec/files/partial_weather.epw
19
- Creating JSON and ZIP file for Output Vars:0_1_09_outputvars
20
- Adding measure /Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/reduce_lighting_loads_by_percentage to zip file
21
- Adding measure /Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/example_measure_auto_directory_name to zip file
18
+ Saving JSON and ZIP file for 0_1_09_outputvars:0_1_09_outputvars
19
+ Adding Support Files: Weather
20
+ Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/partial_weather.epw
21
+ Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/partial_weather_2.epw
22
+ Adding Support Files: Seed Models
23
+ Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/small_seed.osm
24
+ Adding Support Files: Libraries
25
+ Adding Support Files: Worker Initialization Scripts
26
+ Adding Support Files: Worker Finalization Scripts
27
+ Adding Measures
28
+ Adding reduce_lighting_loads_by_percentage
29
+ Adding example_measure_auto_directory_name
22
30
  </system-out>
31
+ <system-err>
32
+ Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: triangle_uncertain
33
+ Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: uniform_uncertain
34
+ Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: uniform_uncertain
35
+ Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: uniform_uncertain
36
+ Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: triangle_uncertain
37
+ Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: triangle_uncertain
38
+ Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: triangle_uncertain
39
+ </system-err>
23
40
  </testsuite>
@@ -1,11 +1,11 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <testsuite name="OpenStudio::Analysis::Translator::Excel setup version 0.1.9" tests="4" time="1.147015" failures="0" errors="0" skipped="0" timestamp="2015-01-07T17:25:35-07:00">
3
- <testcase name="OpenStudio::Analysis::Translator::Excel setup version 0.1.9 should have a version and analysis name in machine format" time="0.000439">
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel setup version 0.1.9" tests="4" time="0.46067" failures="0" errors="0" skipped="0" timestamp="2015-04-22T13:49:34-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel setup version 0.1.9 should have a version and analysis name in machine format" time="0.000199">
4
4
  </testcase>
5
- <testcase name="OpenStudio::Analysis::Translator::Excel setup version 0.1.9 should have the new settings" time="0.000137">
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel setup version 0.1.9 should have the new settings" time="8.4e-05">
6
6
  </testcase>
7
- <testcase name="OpenStudio::Analysis::Translator::Excel setup version 0.1.9 should have algorithm setup" time="0.002658">
7
+ <testcase name="OpenStudio::Analysis::Translator::Excel setup version 0.1.9 should have algorithm setup" time="0.001199">
8
8
  </testcase>
9
- <testcase name="OpenStudio::Analysis::Translator::Excel setup version 0.1.9 should create a valid hash" time="0.011438">
9
+ <testcase name="OpenStudio::Analysis::Translator::Excel setup version 0.1.9 should create a valid hash" time="0.000697">
10
10
  </testcase>
11
11
  </testsuite>
@@ -1,5 +1,5 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <testsuite name="OpenStudio::Analysis::Translator::Excel small list of incomplete variables" tests="1" time="0.841319" failures="0" errors="0" skipped="0" timestamp="2015-01-07T17:25:32-07:00">
3
- <testcase name="OpenStudio::Analysis::Translator::Excel small list of incomplete variables should fail to process" time="0.689647">
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel small list of incomplete variables" tests="1" time="0.539294" failures="0" errors="0" skipped="0" timestamp="2015-04-22T13:49:31-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of incomplete variables should fail to process" time="0.447186">
4
4
  </testcase>
5
5
  </testsuite>
@@ -1,5 +1,5 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <testsuite name="OpenStudio::Analysis::Translator::Excel small list of variables should not validate" tests="1" time="0.978494" failures="0" errors="0" skipped="0" timestamp="2015-01-07T17:25:33-07:00">
3
- <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should not validate should fail to process" time="0.806212">
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel small list of variables should not validate" tests="1" time="0.537978" failures="0" errors="0" skipped="0" timestamp="2015-04-22T13:49:32-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should not validate should fail to process" time="0.43975">
4
4
  </testcase>
5
5
  </testsuite>
@@ -1,17 +1,34 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <testsuite name="OpenStudio::Analysis::Translator::Excel small list of variables" tests="4" time="0.978044" failures="0" errors="0" skipped="0" timestamp="2015-01-07T17:25:34-07:00">
3
- <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should have a model" time="0.000389">
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel small list of variables" tests="4" time="0.548301" failures="0" errors="0" skipped="0" timestamp="2015-04-22T13:49:33-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should have a model" time="0.00018">
4
4
  </testcase>
5
- <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should have a weather file" time="0.000187">
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should have a weather file" time="9.2e-05">
6
6
  </testcase>
7
- <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should have notes and source" time="0.000176">
7
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should have notes and source" time="0.0001">
8
8
  </testcase>
9
- <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should write a json" time="0.077445">
9
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should write a json" time="0.040731">
10
10
  </testcase>
11
11
  <system-out>
12
- /Users/nlong/working/OpenStudio-analysis-gem/spec/files/partial_weather.epw
13
- Creating JSON and ZIP file for Example Analysis:small_seed
14
- Adding measure /Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/reduce_lighting_loads_by_percentage to zip file
15
- Adding measure /Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/example_measure_auto_directory_name to zip file
12
+ Saving JSON and ZIP file for Example Analysis:Example Analysis
13
+ Adding Support Files: Weather
14
+ Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/partial_weather.epw
15
+ Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/partial_weather_2.epw
16
+ Adding Support Files: Seed Models
17
+ Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/small_seed.osm
18
+ Adding Support Files: Libraries
19
+ Adding Support Files: Worker Initialization Scripts
20
+ Adding Support Files: Worker Finalization Scripts
21
+ Adding Measures
22
+ Adding reduce_lighting_loads_by_percentage
23
+ Adding example_measure_auto_directory_name
16
24
  </system-out>
25
+ <system-err>
26
+ Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: triangle_uncertain
27
+ Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: uniform_uncertain
28
+ Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: uniform_uncertain
29
+ Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: uniform_uncertain
30
+ Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: triangle_uncertain
31
+ Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: triangle_uncertain
32
+ Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: triangle_uncertain
33
+ </system-err>
17
34
  </testsuite>
@@ -1,5 +1,5 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <testsuite name="OpenStudio::Analysis::Translator::Excel small list with with repeated variable names" tests="1" time="0.761415" failures="0" errors="0" skipped="0" timestamp="2015-01-07T17:25:32-07:00">
3
- <testcase name="OpenStudio::Analysis::Translator::Excel small list with with repeated variable names should fail to process" time="0.60451">
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel small list with with repeated variable names" tests="1" time="0.534448" failures="0" errors="0" skipped="0" timestamp="2015-04-22T13:49:32-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list with with repeated variable names should fail to process" time="0.435659">
4
4
  </testcase>
5
5
  </testsuite>
@@ -1,11 +1,7 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <testsuite name="OpenStudio::Analysis::Translator::Excel version 0.1.10" tests="2" time="0.745596" failures="0" errors="0" skipped="0" timestamp="2015-01-07T17:25:40-07:00">
3
- <testcase name="OpenStudio::Analysis::Translator::Excel version 0.1.10 should process" time="0.624086">
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel version 0.1.10" tests="2" time="0.482938" failures="0" errors="0" skipped="0" timestamp="2015-04-22T13:49:37-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.1.10 should process" time="0.383875">
4
4
  </testcase>
5
- <testcase name="OpenStudio::Analysis::Translator::Excel version 0.1.10 should have new setting variables" time="0.000241">
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.1.10 should have new setting variables" time="0.000214">
6
6
  </testcase>
7
- <system-out>
8
- {"spreadsheet_version"=&gt;"0.1.10", "user_id"=&gt;"new_user", "openstudio_server_version"=&gt;"1.3.2", "cluster_name"=&gt;"Analysis Cluster", "server_instance_type"=&gt;"m2.xlarge", "worker_instance_type"=&gt;"m2.2xlarge", "worker_nodes"=&gt;1.0}
9
- {"analysis_name"=&gt;"LHS Example Project", "measure_directory"=&gt;"../files/measures", "export_directory"=&gt;"../files/analysis", "allow_multiple_jobs"=&gt;true, "use_server_as_worker"=&gt;true, "simulate_data_point_filename"=&gt;"simulate_data_point.rb", "run_data_point_filename"=&gt;"run_openstudio_workflow.rb"}
10
- </system-out>
11
7
  </testsuite>
@@ -1,17 +1,28 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <testsuite name="OpenStudio::Analysis::Translator::Excel version 0.2.0 simple" tests="4" time="0.805172" failures="0" errors="0" skipped="0" timestamp="2015-01-07T17:25:43-07:00">
3
- <testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 simple should process" time="0.599312">
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel version 0.2.0 simple" tests="4" time="0.489696" failures="0" errors="0" skipped="0" timestamp="2015-04-22T13:49:38-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 simple should process" time="0.397108">
4
4
  </testcase>
5
- <testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 simple should have new setting variables" time="0.000261">
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 simple should have new setting variables" time="0.000124">
6
6
  </testcase>
7
- <testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 simple should have the new measure directory column" time="0.000133">
7
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 simple should have the new measure directory column" time="8.8e-05">
8
8
  </testcase>
9
- <testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 simple should write a json" time="0.017973">
9
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 simple should write a json" time="0.008087">
10
10
  </testcase>
11
11
  <system-out>
12
- {"spreadsheet_version"=&gt;"0.2.0", "user_id"=&gt;"new_user", "openstudio_server_version"=&gt;"1.3.2", "cluster_name"=&gt;"Analysis Cluster", "server_instance_type"=&gt;"m2.2xlarge", "worker_instance_type"=&gt;"cc2.8xlarge", "worker_nodes"=&gt;2.0}
13
- {"analysis_name"=&gt;"simple_test", "measure_directory"=&gt;"../../spec/files/measures", "export_directory"=&gt;"../../spec/files/export/analysis", "allow_multiple_jobs"=&gt;true, "use_server_as_worker"=&gt;true, "simulate_data_point_filename"=&gt;"simulate_data_point.rb", "run_data_point_filename"=&gt;"run_openstudio_workflow_monthly.rb"}
14
- Creating JSON and ZIP file for simple_test:0_2_0_template_simpletest
15
- Adding measure /Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/ExampleMeasure to zip file
12
+ Saving JSON and ZIP file for simple_test:simple_test
13
+ Adding Support Files: Weather
14
+ Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/partial_weather.epw
15
+ Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/partial_weather_2.epw
16
+ Adding Support Files: Seed Models
17
+ Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/small_seed.osm
18
+ Adding Support Files: Libraries
19
+ Adding Support Files: Worker Initialization Scripts
20
+ Adding Support Files: Worker Finalization Scripts
21
+ Adding Measures
22
+ Adding ExampleMeasure
16
23
  </system-out>
24
+ <system-err>
25
+ Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: discrete_uncertain
26
+ Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: discrete_uncertain
27
+ </system-err>
17
28
  </testsuite>
@@ -1,18 +1,43 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <testsuite name="OpenStudio::Analysis::Translator::Excel version 0.2.0" tests="4" time="1.866149" failures="0" errors="0" skipped="0" timestamp="2015-01-07T17:25:41-07:00">
3
- <testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 should process" time="1.572316">
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel version 0.2.0" tests="4" time="1.142483" failures="0" errors="0" skipped="0" timestamp="2015-04-22T13:49:37-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 should process" time="0.995485">
4
4
  </testcase>
5
- <testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 should have new setting variables" time="0.000247">
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 should have new setting variables" time="0.000147">
6
6
  </testcase>
7
- <testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 should have the new measure directory column" time="0.000113">
7
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 should have the new measure directory column" time="6.4e-05">
8
8
  </testcase>
9
- <testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 should write a json" time="0.099531">
9
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 should write a json" time="0.042426">
10
10
  </testcase>
11
11
  <system-out>
12
- {"spreadsheet_version"=&gt;"0.2.0", "user_id"=&gt;"new_user", "openstudio_server_version"=&gt;"1.3.2", "cluster_name"=&gt;"Analysis Cluster Name", "server_instance_type"=&gt;"m2.2xlarge", "worker_instance_type"=&gt;"cc2.8xlarge", "worker_nodes"=&gt;2.0}
13
- {"analysis_name"=&gt;"Name goes here", "measure_directory"=&gt;"../files/measures", "export_directory"=&gt;"../files/analysis", "allow_multiple_jobs"=&gt;true, "use_server_as_worker"=&gt;true, "simulate_data_point_filename"=&gt;"simulate_data_point.rb", "run_data_point_filename"=&gt;"run_openstudio_workflow_monthly.rb"}
14
- Creating JSON and ZIP file for Name goes here:medium_office
15
- Adding measure /Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/ReduceLightingLoadsByPercentage to zip file
16
- Adding measure /Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/ExampleMeasure to zip file
12
+ Saving JSON and ZIP file for Name goes here:Name goes here
13
+ Adding Support Files: Weather
14
+ Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/partial_weather.epw
15
+ Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/partial_weather_2.epw
16
+ Adding Support Files: Seed Models
17
+ Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/small_seed.osm
18
+ Adding Support Files: Libraries
19
+ Adding Support Files: Worker Initialization Scripts
20
+ Adding Support Files: Worker Finalization Scripts
21
+ Adding Measures
22
+ Adding ReduceLightingLoadsByPercentage
23
+ Adding ExampleMeasure
17
24
  </system-out>
25
+ <system-err>
26
+ Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: triangle_uncertain
27
+ Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: triangle_uncertain
28
+ Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: uniform_uncertain
29
+ Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: uniform_uncertain
30
+ Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: uniform_uncertain
31
+ Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: triangle_uncertain
32
+ Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: triangle_uncertain
33
+ Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: triangle_uncertain
34
+ Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: triangle_uncertain
35
+ Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: triangle_uncertain
36
+ Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: triangle_uncertain
37
+ Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: triangle_uncertain
38
+ Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: triangle_uncertain
39
+ Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: triangle_uncertain
40
+ Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: triangle_uncertain
41
+ Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: triangle_uncertain
42
+ </system-err>
18
43
  </testsuite>
@@ -1,11 +1,53 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <testsuite name="OpenStudio::Analysis::Translator::Excel version 0.3.0 dynamic uuid assignments" tests="2" time="1.439259" failures="0" errors="0" skipped="0" timestamp="2015-01-07T17:25:47-07:00">
3
- <testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.0 dynamic uuid assignments should process" time="1.09685">
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel version 0.3.0 dynamic uuid assignments" tests="2" time="0.889329" failures="0" errors="0" skipped="0" timestamp="2015-04-22T13:49:41-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.0 dynamic uuid assignments should process" time="0.000185">
4
4
  </testcase>
5
- <testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.0 dynamic uuid assignments should error out with missing measure information" time="0.157132">
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.0 dynamic uuid assignments should error out with missing measure information" time="0.142556">
6
6
  </testcase>
7
7
  <system-out>
8
- Creating JSON and ZIP file for Preflight:71bebb0a-34b7-404b-b430-0ee7dab962ff
9
- Adding measure /Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/IncreaseInsulationRValueForRoofs to zip file
8
+ Saving JSON and ZIP file for 0_3_0_dynamic_uuids:0_3_0_dynamic_uuids
9
+ Adding Support Files: Weather
10
+ Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_09_no_variables.xlsx
11
+ Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_09_outputvars.xlsx
12
+ Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_09_setup_version_2.xlsx
13
+ Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_09_small_list.xlsx
14
+ Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_09_small_list_incomplete.xlsx
15
+ Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_09_small_list_repeat_vars.xlsx
16
+ Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_09_small_list_validation_errors.xlsx
17
+ Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_10_proxy.xlsx
18
+ Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_10_proxy_user.xlsx
19
+ Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_10_template_input.xlsx
20
+ Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_11_discrete_variables.xlsx
21
+ Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_12_discrete_dynamic_columns.xlsx
22
+ Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_2_0_template.xlsx
23
+ Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_2_0_template_simpletest.xlsx
24
+ Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_3_0_dynamic_uuids.xlsx
25
+ Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_3_0_measure_existence.xlsx
26
+ Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_3_0_outputs.xlsx
27
+ Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_3_3_short_names.xlsx
28
+ Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_3_5_multiple_measure_paths.xlsx
29
+ Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_3_7_unique_measure_names.xlsx
30
+ Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_3_7_worker_init_final.xlsx
31
+ Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_4_0_lhs_discrete_continuous.xlsx
32
+ Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_4_0_multiple_seeds.xlsx
33
+ Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_4_0_pivot_test.xlsx
34
+ Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/analysis
35
+ Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/export
36
+ Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures
37
+ Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures_second_path
38
+ Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/partial_weather.epw
39
+ Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/partial_weather_2.epw
40
+ Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/small_seed.osm
41
+ Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/worker_init
42
+ Adding Support Files: Seed Models
43
+ Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/small_seed.osm
44
+ Adding Support Files: Libraries
45
+ Adding Support Files: Worker Initialization Scripts
46
+ Adding Support Files: Worker Finalization Scripts
47
+ Adding Measures
48
+ Adding IncreaseInsulationRValueForRoofs
10
49
  </system-out>
50
+ <system-err>
51
+ Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: uniform_uncertain
52
+ </system-err>
11
53
  </testsuite>
@@ -1,10 +1,7 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <testsuite name="OpenStudio::Analysis::Translator::Excel version 0.3.0 measure existence checks" tests="2" time="1.386585" failures="0" errors="0" skipped="0" timestamp="2015-01-07T17:25:45-07:00">
3
- <testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.0 measure existence checks should process" time="1.050431">
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel version 0.3.0 measure existence checks" tests="2" time="0.834697" failures="0" errors="0" skipped="0" timestamp="2015-04-22T13:49:40-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.0 measure existence checks should process" time="0.720752">
4
4
  </testcase>
5
- <testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.0 measure existence checks should error out with missing measure information" time="0.159574">
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.0 measure existence checks should error out with missing measure information" time="0.000239">
6
6
  </testcase>
7
- <system-out>
8
- Creating JSON and ZIP file for Preflight:0_3_0_outputs
9
- </system-out>
10
7
  </testsuite>
@@ -1,17 +1,55 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <testsuite name="OpenStudio::Analysis::Translator::Excel version 0.3.0 objective functions" tests="4" time="1.355056" failures="0" errors="0" skipped="0" timestamp="2015-01-07T17:25:44-07:00">
3
- <testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.0 objective functions should process" time="1.009968">
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel version 0.3.0 objective functions" tests="3" time="0.950588" failures="0" errors="0" skipped="0" timestamp="2015-04-22T13:49:39-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.0 objective functions should have new setting variables" time="0.000148">
4
4
  </testcase>
5
- <testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.0 objective functions should have new setting variables" time="0.000189">
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.0 objective functions should have typed outputs" time="0.002162">
6
6
  </testcase>
7
- <testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.0 objective functions should have typed outputs" time="0.007392">
8
- </testcase>
9
- <testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.0 objective functions should write a json" time="0.161242">
7
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.0 objective functions should write a json" time="0.149959">
10
8
  </testcase>
11
9
  <system-out>
12
- {"spreadsheet_version"=&gt;"0.3.0", "user_id"=&gt;"new_user", "openstudio_server_version"=&gt;"1.6.1", "cluster_name"=&gt;"Preflight", "server_instance_type"=&gt;"m3.xlarge", "worker_instance_type"=&gt;"c3.2xlarge", "worker_nodes"=&gt;1.0}
13
- {"analysis_name"=&gt;"Preflight", "measure_directory"=&gt;"../../spec/files/measures", "export_directory"=&gt;"../../spec/files/export/analysis", "allow_multiple_jobs"=&gt;true, "use_server_as_worker"=&gt;false, "simulate_data_point_filename"=&gt;"simulate_data_point.rb", "run_data_point_filename"=&gt;"run_openstudio_workflow.rb"}
14
- Creating JSON and ZIP file for Preflight:0_3_0_outputs
15
- Adding measure /Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/IncreaseInsulationRValueForRoofs to zip file
10
+ Saving JSON and ZIP file for 0_3_0_outputs:0_3_0_outputs
11
+ Adding Support Files: Weather
12
+ Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_09_no_variables.xlsx
13
+ Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_09_outputvars.xlsx
14
+ Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_09_setup_version_2.xlsx
15
+ Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_09_small_list.xlsx
16
+ Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_09_small_list_incomplete.xlsx
17
+ Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_09_small_list_repeat_vars.xlsx
18
+ Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_09_small_list_validation_errors.xlsx
19
+ Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_10_proxy.xlsx
20
+ Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_10_proxy_user.xlsx
21
+ Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_10_template_input.xlsx
22
+ Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_11_discrete_variables.xlsx
23
+ Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_12_discrete_dynamic_columns.xlsx
24
+ Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_2_0_template.xlsx
25
+ Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_2_0_template_simpletest.xlsx
26
+ Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_3_0_dynamic_uuids.xlsx
27
+ Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_3_0_measure_existence.xlsx
28
+ Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_3_0_outputs.xlsx
29
+ Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_3_3_short_names.xlsx
30
+ Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_3_5_multiple_measure_paths.xlsx
31
+ Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_3_7_unique_measure_names.xlsx
32
+ Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_3_7_worker_init_final.xlsx
33
+ Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_4_0_lhs_discrete_continuous.xlsx
34
+ Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_4_0_multiple_seeds.xlsx
35
+ Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_4_0_pivot_test.xlsx
36
+ Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/analysis
37
+ Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/export
38
+ Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures
39
+ Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures_second_path
40
+ Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/partial_weather.epw
41
+ Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/partial_weather_2.epw
42
+ Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/small_seed.osm
43
+ Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/worker_init
44
+ Adding Support Files: Seed Models
45
+ Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/small_seed.osm
46
+ Adding Support Files: Libraries
47
+ Adding Support Files: Worker Initialization Scripts
48
+ Adding Support Files: Worker Finalization Scripts
49
+ Adding Measures
50
+ Adding IncreaseInsulationRValueForRoofs
16
51
  </system-out>
52
+ <system-err>
53
+ Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: uniform_uncertain
54
+ </system-err>
17
55
  </testsuite>
@@ -1,12 +1,54 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <testsuite name="OpenStudio::Analysis::Translator::Excel version 0.3.3 and short display names" tests="2" time="1.636303" failures="0" errors="0" skipped="0" timestamp="2015-01-07T17:25:48-07:00">
3
- <testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.3 and short display names should process" time="1.246432">
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel version 0.3.3 and short display names" tests="2" time="1.846618" failures="0" errors="0" skipped="0" timestamp="2015-04-22T13:49:41-06:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.3 and short display names should process" time="0.00019">
4
4
  </testcase>
5
- <testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.3 and short display names should process and save short display names" time="0.215167">
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.3 and short display names should process and save short display names" time="1.011302">
6
6
  </testcase>
7
7
  <system-out>
8
- Creating JSON and ZIP file for Preflight:1d8d62bb-f058-4c38-893b-8eaa7ceea254
9
- Adding measure /Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/IncreaseInsulationRValueForRoofs to zip file
10
- Adding measure /Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/ExampleMeasure to zip file
8
+ Saving JSON and ZIP file for 0_3_3_short_names:0_3_3_short_names
9
+ Adding Support Files: Weather
10
+ Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_09_no_variables.xlsx
11
+ Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_09_outputvars.xlsx
12
+ Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_09_setup_version_2.xlsx
13
+ Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_09_small_list.xlsx
14
+ Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_09_small_list_incomplete.xlsx
15
+ Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_09_small_list_repeat_vars.xlsx
16
+ Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_09_small_list_validation_errors.xlsx
17
+ Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_10_proxy.xlsx
18
+ Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_10_proxy_user.xlsx
19
+ Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_10_template_input.xlsx
20
+ Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_11_discrete_variables.xlsx
21
+ Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_1_12_discrete_dynamic_columns.xlsx
22
+ Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_2_0_template.xlsx
23
+ Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_2_0_template_simpletest.xlsx
24
+ Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_3_0_dynamic_uuids.xlsx
25
+ Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_3_0_measure_existence.xlsx
26
+ Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_3_0_outputs.xlsx
27
+ Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_3_3_short_names.xlsx
28
+ Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_3_5_multiple_measure_paths.xlsx
29
+ Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_3_7_unique_measure_names.xlsx
30
+ Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_3_7_worker_init_final.xlsx
31
+ Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_4_0_lhs_discrete_continuous.xlsx
32
+ Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_4_0_multiple_seeds.xlsx
33
+ Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/0_4_0_pivot_test.xlsx
34
+ Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/analysis
35
+ Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/export
36
+ Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures
37
+ Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures_second_path
38
+ Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/partial_weather.epw
39
+ Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/partial_weather_2.epw
40
+ Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/small_seed.osm
41
+ Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/worker_init
42
+ Adding Support Files: Seed Models
43
+ Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/small_seed.osm
44
+ Adding Support Files: Libraries
45
+ Adding Support Files: Worker Initialization Scripts
46
+ Adding Support Files: Worker Finalization Scripts
47
+ Adding Measures
48
+ Adding IncreaseInsulationRValueForRoofs
49
+ Adding ExampleMeasure
11
50
  </system-out>
51
+ <system-err>
52
+ Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: uniform_uncertain
53
+ </system-err>
12
54
  </testsuite>