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,32 +0,0 @@
1
- LOCATION,Denver Intl Ap,CO,USA,TMY3,725650,39.83,-104.65,-7.0,1650.0
2
- DESIGN CONDITIONS,1,Climate Design Data 2009 ASHRAE Handbook,,Heating,12,-17.4,-14,-21.5,0.7,-11.7,-18.9,0.9,-6.9,14.1,1.8,12,2.4,3.3,160,Cooling,7,15.2,34.6,15.7,33.2,15.6,31.8,15.4,18.3,27.3,17.6,27,17,26.5,4.2,80,16,14,19.9,15.2,13.2,19.7,14.1,12.3,19.6,58.3,27,55.9,26.9,53.8,26.3,722,Extremes,11.9,10.4,8.8,20.7,-22.7,37.1,2.8,1.3,-24.7,38,-26.3,38.8,-27.9,39.5,-29.9,40.5
3
- TYPICAL/EXTREME PERIODS,6,Summer - Week Nearest Max Temperature For Period,Extreme,6/22,6/28,Summer - Week Nearest Average Temperature For Period,Typical,6/ 8,6/14,Winter - Week Nearest Min Temperature For Period,Extreme,1/27,2/ 2,Winter - Week Nearest Average Temperature For Period,Typical,1/ 6,1/12,Autumn - Week Nearest Average Temperature For Period,Typical,10/13,10/19,Spring - Week Nearest Average Temperature For Period,Typical,4/26,5/ 2
4
- GROUND TEMPERATURES,3,.5,,,,0.36,2.33,6.17,9.79,16.66,20.28,21.27,19.44,15.20,9.93,4.73,1.30,2,,,,3.08,3.56,5.74,8.18,13.45,16.83,18.51,18.13,15.72,12.07,7.97,4.74,4,,,,5.88,5.54,6.50,7.88,11.37,13.98,15.68,16.09,15.03,12.89,10.11,7.59
5
- HOLIDAYS/DAYLIGHT SAVINGS,No,0,0,0
6
- COMMENTS 1,Custom/User Format -- WMO#725650; NREL TMY Data Set (2008); Period of Record 1973-2005 (Generally)
7
- COMMENTS 2, -- Ground temps produced with a standard soil diffusivity of 2.3225760E-03 {m**2/day}
8
- DATA PERIODS,1,1,Data,Sunday, 1/ 1,12/31
9
- 1995,1,1,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9*9?9?9?9*9*9?9*9*9,-18.0,-19.7,85,83700,0,0,181,0,0,0,0,0,0,0,0,0.0,2,2,777.7,20306,9,999999999,30,0.0440,0,88,0.220,999.0,99.0
10
- 1995,1,1,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9*9?9?9?9*9*9?9*9*9,-16.6,-18.6,83,83500,0,0,188,0,0,0,0,0,0,0,0,0.0,3,3,777.7,18674,9,999999999,30,0.0440,0,88,0.220,999.0,99.0
11
- 1995,1,1,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9*9?9?9?9*9*9?9*9*9,-15.3,-17.1,85,83400,0,0,193,0,0,0,0,0,0,0,0,0.0,3,3,777.7,16614,9,999999999,30,0.0440,0,88,0.220,999.0,99.0
12
- 1995,1,1,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9*9?9?9?9*9*9?9*9*9,-14.4,-15.6,90,83100,0,0,198,0,0,0,0,0,0,0,0,0.0,4,4,777.7,14677,9,999999999,30,0.0440,0,88,0.220,999.0,99.0
13
- 1995,1,1,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9*9?9?9?9*9*9?9*9*9,-13.0,-14.6,86,83400,0,0,205,0,0,0,0,0,0,0,0,0.0,5,5,777.7,12892,9,999999999,20,0.0440,0,88,0.220,999.0,99.0
14
- 1995,1,1,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9*9?9?9?9*9*9?9*9*9,-11.1,-12.5,88,83000,0,0,215,0,0,0,0,0,0,0,0,0.0,6,6,777.7,11077,9,999999999,20,0.0440,0,88,0.220,999.0,99.0
15
- 1995,1,1,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9*9?9?9?9*9*9?9*9*9,-9.7,-11.6,84,82900,0,0,220,0,0,0,0,0,0,0,0,0.0,6,6,777.7,11821,9,999999999,20,0.0440,0,88,0.220,999.0,99.0
16
- 1995,1,1,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9*9?9?9?9*9*9?9*9*9,-7.7,-10.0,82,82800,45,908,231,9,17,8,1033,692,996,164,120,1.4,7,7,777.7,8786,9,999999999,20,0.0440,0,88,0.220,999.0,99.0
17
- 1995,1,1,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9*9?9?9?9*9*9?9*9*9,-5.9,-8.5,80,82900,248,1415,239,89,73,77,9674,5357,8730,1645,140,1.3,7,7,777.7,7581,9,999999999,20,0.0440,0,88,0.220,999.0,99.0
18
- 1995,1,1,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9*9?9?9?9*9*9?9*9*9,-2.2,-7.0,66,82700,433,1415,247,266,494,115,27534,43873,14050,2191,200,1.7,8,4,777.7,11251,9,999999999,20,0.0440,0,88,0.220,999.0,99.0
19
- 1995,1,1,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9*9?9?9?9*9*9?9*9*9,1.4,-7.1,50,82400,565,1415,260,357,544,139,37364,52147,16460,2737,310,1.7,8,4,777.7,9436,9,999999999,20,0.0440,0,88,0.220,999.0,99.0
20
- 1995,1,1,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9*9?9?9?9*9*9?9*9*9,2.8,-7.8,42,82300,634,1415,272,430,540,187,44304,52895,20489,3885,20,4.6,7,7,777.7,6706,9,999999999,20,0.0440,0,88,0.220,999.0,99.0
21
- 1995,1,1,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9*9?9?9?9*9*9?9*9*9,4.4,-8.9,34,82300,637,1415,272,362,384,189,38569,39003,20939,4150,20,7.2,8,5,777.7,6706,9,999999999,20,0.0440,0,88,0.220,999.0,99.0
22
- 1995,1,1,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9*9?9?9?9*9*9?9*9*9,3.3,-8.9,37,82200,572,1415,265,342,524,130,36181,50444,15697,2544,10,8.2,7,4,777.7,77777,9,999999999,20,0.0440,0,88,0.220,999.0,99.0
23
- 1995,1,1,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9*9?9?9?9*9*9?9*9*9,3.9,-8.9,35,82200,444,1415,265,252,312,154,26257,28547,17247,3276,10,7.7,8,3,777.7,77777,9,999999999,20,0.0440,0,88,0.220,999.0,99.0
24
- 1995,1,1,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9*9?9?9?9*9*9?9*9*9,2.2,-10.0,36,82100,263,1415,252,131,369,62,13609,26773,8600,1128,10,6.2,4,1,777.7,77777,9,999999999,20,0.0440,0,88,0.220,999.0,99.0
25
- 1995,1,1,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9*9?9?9?9*9*9?9*9*9,-0.6,-7.8,54,82000,56,1002,239,18,114,11,1879,5232,1566,210,20,3.6,1,0,777.7,77777,9,999999999,20,0.0440,0,88,0.220,999.0,99.0
26
- 1995,1,1,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9*9?9?9?9*9*9?9*9*9,-2.2,-7.8,62,82100,0,0,234,0,0,0,0,0,0,0,10,6.2,0,0,777.7,77777,9,999999999,20,0.0440,0,88,0.220,999.0,99.0
27
- 1995,1,1,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9*9?9?9?9*9*9?9*9*9,-5.0,-9.4,68,82100,0,0,223,0,0,0,0,0,0,0,350,5.7,0,0,777.7,77777,9,999999999,20,0.0440,0,88,0.220,999.0,99.0
28
- 1995,1,1,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9*9?9?9?9*9*9?9*9*9,-5.6,-10.6,65,82100,0,0,220,0,0,0,0,0,0,0,360,5.2,0,0,777.7,77777,9,999999999,20,0.0440,0,88,0.220,999.0,99.0
29
- 1995,1,1,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9*9?9?9?9*9*9?9*9*9,-6.1,-11.1,64,82000,0,0,218,0,0,0,0,0,0,0,350,2.1,0,0,777.7,77777,9,999999999,20,0.0440,0,88,0.220,999.0,99.0
30
- 1995,1,1,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9*9?9?9?9*9*9?9*9*9,-6.1,-11.1,64,82100,0,0,218,0,0,0,0,0,0,0,20,2.6,0,0,777.7,77777,9,999999999,20,0.0440,0,88,0.220,999.0,99.0
31
- 1995,1,1,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9*9?9?9?9*9*9?9*9*9,-6.1,-12.8,55,82300,0,0,216,0,0,0,0,0,0,0,10,4.1,0,0,777.7,77777,9,999999999,20,0.0440,0,88,0.220,999.0,99.0
32
- 1995,1,1,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9*9?9?9?9*9*9?9*9*9,-5.0,-12.8,50,81900,0,0,220,0,0,0,0,0,0,0,10,8.8,0,0,777.7,77777,9,999999999,20,0.0440,0,88,0.220,999.0,99.0
@@ -1,56 +0,0 @@
1
- LOCATION,Denver Intl Ap,CO,USA,TMY3,725650,39.83,-104.65,-7.0,1650.0
2
- DESIGN CONDITIONS,1,Climate Design Data 2009 ASHRAE Handbook,,Heating,12,-17.4,-14,-21.5,0.7,-11.7,-18.9,0.9,-6.9,14.1,1.8,12,2.4,3.3,160,Cooling,7,15.2,34.6,15.7,33.2,15.6,31.8,15.4,18.3,27.3,17.6,27,17,26.5,4.2,80,16,14,19.9,15.2,13.2,19.7,14.1,12.3,19.6,58.3,27,55.9,26.9,53.8,26.3,722,Extremes,11.9,10.4,8.8,20.7,-22.7,37.1,2.8,1.3,-24.7,38,-26.3,38.8,-27.9,39.5,-29.9,40.5
3
- TYPICAL/EXTREME PERIODS,6,Summer - Week Nearest Max Temperature For Period,Extreme,6/22,6/28,Summer - Week Nearest Average Temperature For Period,Typical,6/ 8,6/14,Winter - Week Nearest Min Temperature For Period,Extreme,1/27,2/ 2,Winter - Week Nearest Average Temperature For Period,Typical,1/ 6,1/12,Autumn - Week Nearest Average Temperature For Period,Typical,10/13,10/19,Spring - Week Nearest Average Temperature For Period,Typical,4/26,5/ 2
4
- GROUND TEMPERATURES,3,.5,,,,0.36,2.33,6.17,9.79,16.66,20.28,21.27,19.44,15.20,9.93,4.73,1.30,2,,,,3.08,3.56,5.74,8.18,13.45,16.83,18.51,18.13,15.72,12.07,7.97,4.74,4,,,,5.88,5.54,6.50,7.88,11.37,13.98,15.68,16.09,15.03,12.89,10.11,7.59
5
- HOLIDAYS/DAYLIGHT SAVINGS,No,0,0,0
6
- COMMENTS 1,Custom/User Format -- WMO#725650; NREL TMY Data Set (2008); Period of Record 1973-2005 (Generally)
7
- COMMENTS 2, -- Ground temps produced with a standard soil diffusivity of 2.3225760E-03 {m**2/day}
8
- DATA PERIODS,1,1,Data,Sunday, 1/ 1,12/31
9
- 1995,1,1,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9*9?9?9?9*9*9?9*9*9,-18.0,-19.7,85,83700,0,0,181,0,0,0,0,0,0,0,0,0.0,2,2,777.7,20306,9,999999999,30,0.0440,0,88,0.220,999.0,99.0
10
- 1995,1,1,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9*9?9?9?9*9*9?9*9*9,-16.6,-18.6,83,83500,0,0,188,0,0,0,0,0,0,0,0,0.0,3,3,777.7,18674,9,999999999,30,0.0440,0,88,0.220,999.0,99.0
11
- 1995,1,1,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9*9?9?9?9*9*9?9*9*9,-15.3,-17.1,85,83400,0,0,193,0,0,0,0,0,0,0,0,0.0,3,3,777.7,16614,9,999999999,30,0.0440,0,88,0.220,999.0,99.0
12
- 1995,1,1,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9*9?9?9?9*9*9?9*9*9,-14.4,-15.6,90,83100,0,0,198,0,0,0,0,0,0,0,0,0.0,4,4,777.7,14677,9,999999999,30,0.0440,0,88,0.220,999.0,99.0
13
- 1995,1,1,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9*9?9?9?9*9*9?9*9*9,-13.0,-14.6,86,83400,0,0,205,0,0,0,0,0,0,0,0,0.0,5,5,777.7,12892,9,999999999,20,0.0440,0,88,0.220,999.0,99.0
14
- 1995,1,1,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9*9?9?9?9*9*9?9*9*9,-11.1,-12.5,88,83000,0,0,215,0,0,0,0,0,0,0,0,0.0,6,6,777.7,11077,9,999999999,20,0.0440,0,88,0.220,999.0,99.0
15
- 1995,1,1,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9*9?9?9?9*9*9?9*9*9,-9.7,-11.6,84,82900,0,0,220,0,0,0,0,0,0,0,0,0.0,6,6,777.7,11821,9,999999999,20,0.0440,0,88,0.220,999.0,99.0
16
- 1995,1,1,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9*9?9?9?9*9*9?9*9*9,-7.7,-10.0,82,82800,45,908,231,9,17,8,1033,692,996,164,120,1.4,7,7,777.7,8786,9,999999999,20,0.0440,0,88,0.220,999.0,99.0
17
- 1995,1,1,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9*9?9?9?9*9*9?9*9*9,-5.9,-8.5,80,82900,248,1415,239,89,73,77,9674,5357,8730,1645,140,1.3,7,7,777.7,7581,9,999999999,20,0.0440,0,88,0.220,999.0,99.0
18
- 1995,1,1,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9*9?9?9?9*9*9?9*9*9,-2.2,-7.0,66,82700,433,1415,247,266,494,115,27534,43873,14050,2191,200,1.7,8,4,777.7,11251,9,999999999,20,0.0440,0,88,0.220,999.0,99.0
19
- 1995,1,1,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9*9?9?9?9*9*9?9*9*9,1.4,-7.1,50,82400,565,1415,260,357,544,139,37364,52147,16460,2737,310,1.7,8,4,777.7,9436,9,999999999,20,0.0440,0,88,0.220,999.0,99.0
20
- 1995,1,1,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9*9?9?9?9*9*9?9*9*9,2.8,-7.8,42,82300,634,1415,272,430,540,187,44304,52895,20489,3885,20,4.6,7,7,777.7,6706,9,999999999,20,0.0440,0,88,0.220,999.0,99.0
21
- 1995,1,1,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9*9?9?9?9*9*9?9*9*9,4.4,-8.9,34,82300,637,1415,272,362,384,189,38569,39003,20939,4150,20,7.2,8,5,777.7,6706,9,999999999,20,0.0440,0,88,0.220,999.0,99.0
22
- 1995,1,1,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9*9?9?9?9*9*9?9*9*9,3.3,-8.9,37,82200,572,1415,265,342,524,130,36181,50444,15697,2544,10,8.2,7,4,777.7,77777,9,999999999,20,0.0440,0,88,0.220,999.0,99.0
23
- 1995,1,1,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9*9?9?9?9*9*9?9*9*9,3.9,-8.9,35,82200,444,1415,265,252,312,154,26257,28547,17247,3276,10,7.7,8,3,777.7,77777,9,999999999,20,0.0440,0,88,0.220,999.0,99.0
24
- 1995,1,1,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9*9?9?9?9*9*9?9*9*9,2.2,-10.0,36,82100,263,1415,252,131,369,62,13609,26773,8600,1128,10,6.2,4,1,777.7,77777,9,999999999,20,0.0440,0,88,0.220,999.0,99.0
25
- 1995,1,1,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9*9?9?9?9*9*9?9*9*9,-0.6,-7.8,54,82000,56,1002,239,18,114,11,1879,5232,1566,210,20,3.6,1,0,777.7,77777,9,999999999,20,0.0440,0,88,0.220,999.0,99.0
26
- 1995,1,1,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9*9?9?9?9*9*9?9*9*9,-2.2,-7.8,62,82100,0,0,234,0,0,0,0,0,0,0,10,6.2,0,0,777.7,77777,9,999999999,20,0.0440,0,88,0.220,999.0,99.0
27
- 1995,1,1,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9*9?9?9?9*9*9?9*9*9,-5.0,-9.4,68,82100,0,0,223,0,0,0,0,0,0,0,350,5.7,0,0,777.7,77777,9,999999999,20,0.0440,0,88,0.220,999.0,99.0
28
- 1995,1,1,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9*9?9?9?9*9*9?9*9*9,-5.6,-10.6,65,82100,0,0,220,0,0,0,0,0,0,0,360,5.2,0,0,777.7,77777,9,999999999,20,0.0440,0,88,0.220,999.0,99.0
29
- 1995,1,1,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9*9?9?9?9*9*9?9*9*9,-6.1,-11.1,64,82000,0,0,218,0,0,0,0,0,0,0,350,2.1,0,0,777.7,77777,9,999999999,20,0.0440,0,88,0.220,999.0,99.0
30
- 1995,1,1,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9*9?9?9?9*9*9?9*9*9,-6.1,-11.1,64,82100,0,0,218,0,0,0,0,0,0,0,20,2.6,0,0,777.7,77777,9,999999999,20,0.0440,0,88,0.220,999.0,99.0
31
- 1995,1,1,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9*9?9?9?9*9*9?9*9*9,-6.1,-12.8,55,82300,0,0,216,0,0,0,0,0,0,0,10,4.1,0,0,777.7,77777,9,999999999,20,0.0440,0,88,0.220,999.0,99.0
32
- 1995,1,1,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9*9?9?9?9*9*9?9*9*9,-5.0,-12.8,50,81900,0,0,220,0,0,0,0,0,0,0,10,8.8,0,0,777.7,77777,9,999999999,20,0.0440,0,88,0.220,999.0,99.0
33
- 1995,1,1,1,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9*9?9?9?9*9*9?9*9*9,-18.0,-19.7,85,83700,0,0,181,0,0,0,0,0,0,0,0,0.0,2,2,777.7,20306,9,999999999,30,0.0440,0,88,0.220,999.0,99.0
34
- 1995,1,1,2,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9*9?9?9?9*9*9?9*9*9,-16.6,-18.6,83,83500,0,0,188,0,0,0,0,0,0,0,0,0.0,3,3,777.7,18674,9,999999999,30,0.0440,0,88,0.220,999.0,99.0
35
- 1995,1,1,3,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9*9?9?9?9*9*9?9*9*9,-15.3,-17.1,85,83400,0,0,193,0,0,0,0,0,0,0,0,0.0,3,3,777.7,16614,9,999999999,30,0.0440,0,88,0.220,999.0,99.0
36
- 1995,1,1,4,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9*9?9?9?9*9*9?9*9*9,-14.4,-15.6,90,83100,0,0,198,0,0,0,0,0,0,0,0,0.0,4,4,777.7,14677,9,999999999,30,0.0440,0,88,0.220,999.0,99.0
37
- 1995,1,1,5,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9*9?9?9?9*9*9?9*9*9,-13.0,-14.6,86,83400,0,0,205,0,0,0,0,0,0,0,0,0.0,5,5,777.7,12892,9,999999999,20,0.0440,0,88,0.220,999.0,99.0
38
- 1995,1,1,6,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9*9?9?9?9*9*9?9*9*9,-11.1,-12.5,88,83000,0,0,215,0,0,0,0,0,0,0,0,0.0,6,6,777.7,11077,9,999999999,20,0.0440,0,88,0.220,999.0,99.0
39
- 1995,1,1,7,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9*9?9?9?9*9*9?9*9*9,-9.7,-11.6,84,82900,0,0,220,0,0,0,0,0,0,0,0,0.0,6,6,777.7,11821,9,999999999,20,0.0440,0,88,0.220,999.0,99.0
40
- 1995,1,1,8,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9*9?9?9?9*9*9?9*9*9,-7.7,-10.0,82,82800,45,908,231,9,17,8,1033,692,996,164,120,1.4,7,7,777.7,8786,9,999999999,20,0.0440,0,88,0.220,999.0,99.0
41
- 1995,1,1,9,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9*9?9?9?9*9*9?9*9*9,-5.9,-8.5,80,82900,248,1415,239,89,73,77,9674,5357,8730,1645,140,1.3,7,7,777.7,7581,9,999999999,20,0.0440,0,88,0.220,999.0,99.0
42
- 1995,1,1,10,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9*9?9?9?9*9*9?9*9*9,-2.2,-7.0,66,82700,433,1415,247,266,494,115,27534,43873,14050,2191,200,1.7,8,4,777.7,11251,9,999999999,20,0.0440,0,88,0.220,999.0,99.0
43
- 1995,1,1,11,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9*9?9?9?9*9*9?9*9*9,1.4,-7.1,50,82400,565,1415,260,357,544,139,37364,52147,16460,2737,310,1.7,8,4,777.7,9436,9,999999999,20,0.0440,0,88,0.220,999.0,99.0
44
- 1995,1,1,12,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9*9?9?9?9*9*9?9*9*9,2.8,-7.8,42,82300,634,1415,272,430,540,187,44304,52895,20489,3885,20,4.6,7,7,777.7,6706,9,999999999,20,0.0440,0,88,0.220,999.0,99.0
45
- 1995,1,1,13,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9*9?9?9?9*9*9?9*9*9,4.4,-8.9,34,82300,637,1415,272,362,384,189,38569,39003,20939,4150,20,7.2,8,5,777.7,6706,9,999999999,20,0.0440,0,88,0.220,999.0,99.0
46
- 1995,1,1,14,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9*9?9?9?9*9*9?9*9*9,3.3,-8.9,37,82200,572,1415,265,342,524,130,36181,50444,15697,2544,10,8.2,7,4,777.7,77777,9,999999999,20,0.0440,0,88,0.220,999.0,99.0
47
- 1995,1,1,15,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9*9?9?9?9*9*9?9*9*9,3.9,-8.9,35,82200,444,1415,265,252,312,154,26257,28547,17247,3276,10,7.7,8,3,777.7,77777,9,999999999,20,0.0440,0,88,0.220,999.0,99.0
48
- 1995,1,1,16,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9*9?9?9?9*9*9?9*9*9,2.2,-10.0,36,82100,263,1415,252,131,369,62,13609,26773,8600,1128,10,6.2,4,1,777.7,77777,9,999999999,20,0.0440,0,88,0.220,999.0,99.0
49
- 1995,1,1,17,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9*9?9?9?9*9*9?9*9*9,-0.6,-7.8,54,82000,56,1002,239,18,114,11,1879,5232,1566,210,20,3.6,1,0,777.7,77777,9,999999999,20,0.0440,0,88,0.220,999.0,99.0
50
- 1995,1,1,18,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9*9?9?9?9*9*9?9*9*9,-2.2,-7.8,62,82100,0,0,234,0,0,0,0,0,0,0,10,6.2,0,0,777.7,77777,9,999999999,20,0.0440,0,88,0.220,999.0,99.0
51
- 1995,1,1,19,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9*9?9?9?9*9*9?9*9*9,-5.0,-9.4,68,82100,0,0,223,0,0,0,0,0,0,0,350,5.7,0,0,777.7,77777,9,999999999,20,0.0440,0,88,0.220,999.0,99.0
52
- 1995,1,1,20,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9*9?9?9?9*9*9?9*9*9,-5.6,-10.6,65,82100,0,0,220,0,0,0,0,0,0,0,360,5.2,0,0,777.7,77777,9,999999999,20,0.0440,0,88,0.220,999.0,99.0
53
- 1995,1,1,21,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9*9?9?9?9*9*9?9*9*9,-6.1,-11.1,64,82000,0,0,218,0,0,0,0,0,0,0,350,2.1,0,0,777.7,77777,9,999999999,20,0.0440,0,88,0.220,999.0,99.0
54
- 1995,1,1,22,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9*9?9?9?9*9*9?9*9*9,-6.1,-11.1,64,82100,0,0,218,0,0,0,0,0,0,0,20,2.6,0,0,777.7,77777,9,999999999,20,0.0440,0,88,0.220,999.0,99.0
55
- 1995,1,1,23,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9*9?9?9?9*9*9?9*9*9,-6.1,-12.8,55,82300,0,0,216,0,0,0,0,0,0,0,10,4.1,0,0,777.7,77777,9,999999999,20,0.0440,0,88,0.220,999.0,99.0
56
- 1995,1,1,24,0,?9?9?9?9E0?9?9?9?9?9?9?9?9?9?9?9*9?9?9?9*9*9?9*9*9,-5.0,-12.8,50,81900,0,0,220,0,0,0,0,0,0,0,10,8.8,0,0,777.7,77777,9,999999999,20,0.0440,0,88,0.220,999.0,99.0
@@ -1,22 +0,0 @@
1
- {
2
- "analysis": {
3
- "display_name": "workflow",
4
- "name": "workflow",
5
- "output_variables": [
6
-
7
- ],
8
- "problem": {
9
- "analysis_type": null,
10
- "algorithm": {
11
- "objective_functions": [
12
-
13
- ]
14
- },
15
- "workflow": [
16
-
17
- ]
18
- },
19
- "seed": null,
20
- "file_format_version": 1
21
- }
22
- }
@@ -1,25 +0,0 @@
1
- {
2
- "classname": "RotateBuilding",
3
- "name": "rotate_building",
4
- "display_name": "Rotate Building",
5
- "measure_type": "RubyMeasure",
6
- "arguments": [
7
- {
8
- "local_variable": "relative_building_rotation",
9
- "variable_type": "Double",
10
- "name": "relative_building_rotation",
11
- "display_name": "Number of Degrees to Rotate Building",
12
- "units": "positive value is clockwise",
13
- "description": null,
14
- "default_value": 90.0
15
- }
16
- ],
17
- "name_xml": "Rotate Building Relative to Current Orientation",
18
- "uid": "a5be6c96-4ecc-47fa-8d32-f4216ebc2e7d",
19
- "version_id": "aeb20d61-b773-4d20-a2ef-fe948cdc2858",
20
- "modeler_description": "Get the North Axis field for the OS:Building object and adjusted it based on the user specified value. If the starting value is 20 degrees and the user value is 5 degrees, then the resulting value is 25 degrees.",
21
- "description": "Rotate your building relative to its current orientation. This will not rotate site shading objects.",
22
- "tags": [
23
- "Envelope.Form"
24
- ]
25
- }
@@ -1,77 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <testsuite name="OpenStudio::Analysis::Formulation" tests="8" time="0.008319" failures="0" errors="0" skipped="0" timestamp="2015-04-22T13:49:49-06:00">
3
- <testcase name="OpenStudio::Analysis::Formulation should create an analysis" time="0.000646">
4
- </testcase>
5
- <testcase name="OpenStudio::Analysis::Formulation should add measure paths" time="9.9e-05">
6
- </testcase>
7
- <testcase name="OpenStudio::Analysis::Formulation should have a workflow object" time="8.4e-05">
8
- </testcase>
9
- <testcase name="OpenStudio::Analysis::Formulation should load the workflow from a file" time="0.002055">
10
- </testcase>
11
- <testcase name="OpenStudio::Analysis::Formulation should save a hash (version 1)" time="0.002739">
12
- </testcase>
13
- <testcase name="OpenStudio::Analysis::Formulation should create a save an empty analysis" time="0.00041">
14
- </testcase>
15
- <testcase name="OpenStudio::Analysis::Formulation should increment objective functions" time="0.000111">
16
- </testcase>
17
- <testcase name="OpenStudio::Analysis::Formulation should create a new formulation" time="0.001457">
18
- </testcase>
19
- <system-out>
20
- Parsing file version 1
21
- Adding measure reduce_lighting_loads_by_percentage
22
- Adding measure reduce_electric_equipment_loads_by_percentage
23
- Adding measure reducespaceinfiltrationbypercentage
24
- Adding measure adjust_thermostat_setpoints_by_degrees
25
- Adding measure reduce_ventilation_by_percentage
26
- Adding measure enable_economizer_control
27
- Adding measure set_boiler_thermal_efficiency
28
- Adding measure set_r_value_of_insulation_for_exterior_walls_to_a_specific_value
29
- Adding measure setchillercop
30
- Adding measure set_heating_and_cooling_sizing_factors
31
- Adding measure set_chilled_water_loop_temperature
32
- Adding measure set_hot_water_loop_temperature
33
- Adding measure set_minimum_vav_terminal_flow_fraction
34
- Adding measure modify_energyplus_fan_varaible_volume_objects
35
- Parsing file version 1
36
- Adding measure reduce_lighting_loads_by_percentage
37
- Adding measure reduce_electric_equipment_loads_by_percentage
38
- Adding measure reducespaceinfiltrationbypercentage
39
- Adding measure adjust_thermostat_setpoints_by_degrees
40
- Adding measure reduce_ventilation_by_percentage
41
- Adding measure enable_economizer_control
42
- Adding measure set_boiler_thermal_efficiency
43
- Adding measure set_r_value_of_insulation_for_exterior_walls_to_a_specific_value
44
- Adding measure setchillercop
45
- Adding measure set_heating_and_cooling_sizing_factors
46
- Adding measure set_chilled_water_loop_temperature
47
- Adding measure set_hot_water_loop_temperature
48
- Adding measure set_minimum_vav_terminal_flow_fraction
49
- Adding measure modify_energyplus_fan_varaible_volume_objects
50
- loading config settings from /Users/nlong/.bcl/config.yml
51
- loading config settings from /Users/nlong/.bcl/config.yml
52
- </system-out>
53
- <system-err>
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: uniform_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: uniform_uncertain
59
- Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: triangle_uncertain
60
- Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: triangle_uncertain
61
- Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: triangle_uncertain
62
- Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: triangle_uncertain
63
- Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: triangle_uncertain
64
- Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: triangle_uncertain
65
- Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: triangle_uncertain
66
- Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: triangle_uncertain
67
- Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: triangle_uncertain
68
- Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: triangle_uncertain
69
- Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: triangle_uncertain
70
- Could not resolve a valid weather file. Check paths to weather files
71
- Could not resolve a valid weather file. Check paths to weather files
72
- Could not resolve a valid weather file. Check paths to weather files
73
- Could not resolve a valid weather file. Check paths to weather files
74
- Could not resolve a valid weather file. Check paths to weather files
75
- Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: uniform_uncertain
76
- </system-err>
77
- </testsuite>
@@ -1,5 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <testsuite name="OpenStudio::Analysis::ServerApi create a new object instance" tests="1" time="0.003588" failures="0" errors="0" skipped="0" timestamp="2015-04-22T13:49:49-06:00">
3
- <testcase name="OpenStudio::Analysis::ServerApi create a new object instance should set the default host to localhost" time="0.000138">
4
- </testcase>
5
- </testsuite>
@@ -1,5 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <testsuite name="OpenStudio::Analysis::ServerApi test not localhost" tests="1" time="0.000635" failures="0" errors="0" skipped="0" timestamp="2015-04-22T13:49:49-06:00">
3
- <testcase name="OpenStudio::Analysis::ServerApi test not localhost should have a not localhost URL" time="0.000432">
4
- </testcase>
5
- </testsuite>
@@ -1,3 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <testsuite name="OpenStudio::Analysis::ServerApi" tests="0" time="9.4e-05" skipped="0" timestamp="2015-04-22T13:49:49-06:00">
3
- </testsuite>
@@ -1,15 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <testsuite name="OpenStudio::Analysis::SupportFiles" tests="5" time="0.00112" failures="0" errors="0" skipped="2" timestamp="2015-04-22T13:49:49-06:00">
3
- <testcase name="OpenStudio::Analysis::SupportFiles should add files" time="0.00015">
4
- </testcase>
5
- <testcase name="OpenStudio::Analysis::SupportFiles should remove existing items" time="7.1e-05">
6
- </testcase>
7
- <testcase name="OpenStudio::Analysis::SupportFiles should only add existing files (PENDING)" time="2.4e-05">
8
- <skipped/>
9
- </testcase>
10
- <testcase name="OpenStudio::Analysis::SupportFiles should add metadata data (PENDING)" time="1.4e-05">
11
- <skipped/>
12
- </testcase>
13
- <testcase name="OpenStudio::Analysis::SupportFiles should add a directory" time="0.000448">
14
- </testcase>
15
- </testsuite>
@@ -1,31 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <testsuite name="OpenStudio::Analysis::Translator::Excel discrete variables" tests="2" time="0.602897" failures="0" errors="0" skipped="0" timestamp="2015-04-22T13:49:35-06:00">
3
- <testcase name="OpenStudio::Analysis::Translator::Excel discrete variables should have parsed the spreadsheet" time="0.001299">
4
- </testcase>
5
- <testcase name="OpenStudio::Analysis::Translator::Excel discrete variables should save the file" time="0.043285">
6
- </testcase>
7
- <system-out>
8
- Saving JSON and ZIP file for Example Analysis:Example Analysis
9
- Adding Support Files: Weather
10
- Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/partial_weather.epw
11
- Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/partial_weather_2.epw
12
- Adding Support Files: Seed Models
13
- Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/small_seed.osm
14
- Adding Support Files: Libraries
15
- Adding Support Files: Worker Initialization Scripts
16
- Adding Support Files: Worker Finalization Scripts
17
- Adding Measures
18
- Adding reduce_lighting_loads_by_percentage
19
- Adding example_measure_auto_directory_name
20
- </system-out>
21
- <system-err>
22
- Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: discrete_uncertain
23
- Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: uniform_uncertain
24
- Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: uniform_uncertain
25
- Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: uniform_uncertain
26
- Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: discrete_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: triangle_uncertain
29
- Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: discrete_uncertain
30
- </system-err>
31
- </testsuite>
@@ -1,24 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <testsuite name="OpenStudio::Analysis::Translator::Excel discrete with dynamic columns" tests="2" time="0.508516" failures="0" errors="0" skipped="0" timestamp="2015-04-22T13:49:36-06:00">
3
- <testcase name="OpenStudio::Analysis::Translator::Excel discrete with dynamic columns should have parsed the spreadsheet" time="0.000139">
4
- </testcase>
5
- <testcase name="OpenStudio::Analysis::Translator::Excel discrete with dynamic columns should save the file" time="0.008162">
6
- </testcase>
7
- <system-out>
8
- Saving JSON and ZIP file for test_model:test_model
9
- Adding Support Files: Weather
10
- Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/partial_weather.epw
11
- Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/partial_weather_2.epw
12
- Adding Support Files: Seed Models
13
- Adding /Users/nlong/working/OpenStudio-analysis-gem/spec/files/small_seed.osm
14
- Adding Support Files: Libraries
15
- Adding Support Files: Worker Initialization Scripts
16
- Adding Support Files: Worker Finalization Scripts
17
- Adding Measures
18
- Adding example_measure_auto_directory_name
19
- </system-out>
20
- <system-err>
21
- Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: discrete_uncertain
22
- Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: discrete_uncertain
23
- </system-err>
24
- </testsuite>
@@ -1,11 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <testsuite name="OpenStudio::Analysis::Translator::Excel no variables defined" tests="4" time="0.996347" failures="0" errors="0" skipped="0" timestamp="2015-04-22T13:49:30-06:00">
3
- <testcase name="OpenStudio::Analysis::Translator::Excel no variables defined should have excel data" time="0.197013">
4
- </testcase>
5
- <testcase name="OpenStudio::Analysis::Translator::Excel no variables defined should process the excel file" time="0.359092">
6
- </testcase>
7
- <testcase name="OpenStudio::Analysis::Translator::Excel no variables defined should not work because no variables defined" time="0.092147">
8
- </testcase>
9
- <testcase name="OpenStudio::Analysis::Translator::Excel no variables defined should not export to a JSON" time="0.347364">
10
- </testcase>
11
- </testsuite>
@@ -1,5 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
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
- </testcase>
5
- </testsuite>
@@ -1,5 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
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
- </testcase>
5
- </testsuite>
@@ -1,40 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
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
- </testcase>
5
- <testcase name="OpenStudio::Analysis::Translator::Excel setup output variables should have a weather file" time="0.000142">
6
- </testcase>
7
- <testcase name="OpenStudio::Analysis::Translator::Excel setup output variables should have notes and source" time="0.000199">
8
- </testcase>
9
- <testcase name="OpenStudio::Analysis::Translator::Excel setup output variables should have typed booleans" time="0.000177">
10
- </testcase>
11
- <testcase name="OpenStudio::Analysis::Translator::Excel setup output variables should have algorithm setup" time="0.000183">
12
- </testcase>
13
- <testcase name="OpenStudio::Analysis::Translator::Excel setup output variables should create a valid hash" time="0.002249">
14
- </testcase>
15
- <testcase name="OpenStudio::Analysis::Translator::Excel setup output variables should write a json" time="0.043016">
16
- </testcase>
17
- <system-out>
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
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>
40
- </testsuite>
@@ -1,11 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
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
- </testcase>
5
- <testcase name="OpenStudio::Analysis::Translator::Excel setup version 0.1.9 should have the new settings" time="8.4e-05">
6
- </testcase>
7
- <testcase name="OpenStudio::Analysis::Translator::Excel setup version 0.1.9 should have algorithm setup" time="0.001199">
8
- </testcase>
9
- <testcase name="OpenStudio::Analysis::Translator::Excel setup version 0.1.9 should create a valid hash" time="0.000697">
10
- </testcase>
11
- </testsuite>
@@ -1,5 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
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
- </testcase>
5
- </testsuite>
@@ -1,5 +0,0 @@
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.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
- </testcase>
5
- </testsuite>
@@ -1,34 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
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
- </testcase>
5
- <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should have a weather file" time="9.2e-05">
6
- </testcase>
7
- <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should have notes and source" time="0.0001">
8
- </testcase>
9
- <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should write a json" time="0.040731">
10
- </testcase>
11
- <system-out>
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
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>
34
- </testsuite>