openstudio-analysis 1.0.0 → 1.0.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (112) hide show
  1. checksums.yaml +5 -5
  2. data/.gitignore +2 -1
  3. data/.rubocop.yml +1 -1
  4. data/.travis.yml +2 -2
  5. data/CHANGELOG.md +28 -1
  6. data/Gemfile +1 -5
  7. data/LICENSE.md +28 -0
  8. data/README.md +1 -1
  9. data/Rakefile +1 -1
  10. data/lib/openstudio-analysis.rb +2 -1
  11. data/lib/openstudio/analysis.rb +23 -27
  12. data/lib/openstudio/analysis/algorithm_attributes.rb +1 -1
  13. data/lib/openstudio/analysis/formulation.rb +1 -1
  14. data/lib/openstudio/analysis/server_api.rb +8 -14
  15. data/lib/openstudio/analysis/support_files.rb +1 -1
  16. data/lib/openstudio/analysis/translator/datapoints.rb +24 -38
  17. data/lib/openstudio/analysis/translator/excel.rb +2 -2
  18. data/lib/openstudio/analysis/translator/workflow.rb +9 -13
  19. data/lib/openstudio/analysis/version.rb +2 -2
  20. data/lib/openstudio/analysis/workflow.rb +9 -18
  21. data/lib/openstudio/analysis/workflow_step.rb +67 -78
  22. data/lib/openstudio/helpers/hash.rb +1 -1
  23. data/lib/openstudio/helpers/string.rb +1 -1
  24. data/{spec/openstudio/support_files_spec.rb → lib/openstudio/helpers/utils.rb} +26 -48
  25. data/lib/openstudio/weather/epw.rb +2 -2
  26. data/openstudio-analysis.gemspec +18 -16
  27. data/update_license.rb +5 -4
  28. metadata +48 -200
  29. data/LGPL-2.1.txt +0 -502
  30. data/LICENSE.txt +0 -65
  31. data/spec/files/0_1_09_no_variables.xlsx +0 -0
  32. data/spec/files/0_1_09_outputvars.xlsx +0 -0
  33. data/spec/files/0_1_09_setup_version_2.xlsx +0 -0
  34. data/spec/files/0_1_09_small_list.xlsx +0 -0
  35. data/spec/files/0_1_09_small_list_incomplete.xlsx +0 -0
  36. data/spec/files/0_1_09_small_list_repeat_vars.xlsx +0 -0
  37. data/spec/files/0_1_09_small_list_validation_errors.xlsx +0 -0
  38. data/spec/files/0_1_10_proxy.xlsx +0 -0
  39. data/spec/files/0_1_10_proxy_user.xlsx +0 -0
  40. data/spec/files/0_1_10_template_input.xlsx +0 -0
  41. data/spec/files/0_1_11_discrete_variables.xlsx +0 -0
  42. data/spec/files/0_1_12_discrete_dynamic_columns.xlsx +0 -0
  43. data/spec/files/0_2_0_template.xlsx +0 -0
  44. data/spec/files/0_2_0_template_simpletest.xlsx +0 -0
  45. data/spec/files/0_3_0_dynamic_uuids.xlsx +0 -0
  46. data/spec/files/0_3_0_measure_existence.xlsx +0 -0
  47. data/spec/files/0_3_0_outputs.xlsx +0 -0
  48. data/spec/files/0_3_3_short_names.xlsx +0 -0
  49. data/spec/files/0_3_5_multiple_measure_paths.xlsx +0 -0
  50. data/spec/files/0_3_7_unique_measure_names.xlsx +0 -0
  51. data/spec/files/0_3_7_worker_init_final.xlsx +0 -0
  52. data/spec/files/0_4_0_lhs_discrete_continuous.xlsx +0 -0
  53. data/spec/files/0_4_0_multiple_seeds.xlsx +0 -0
  54. data/spec/files/0_4_0_pivot_test.xlsx +0 -0
  55. data/spec/files/analysis/examples/discrete_lhs_example.json +0 -809
  56. data/spec/files/analysis/examples/medium_office_example.json +0 -1674
  57. data/spec/files/analysis/examples/medium_office_workflow.json +0 -1298
  58. data/spec/files/measures/ActualMeasureNoJson/measure.rb +0 -80
  59. data/spec/files/measures/ActualMeasureNoJson/measure.xml +0 -2
  60. data/spec/files/measures/ExampleMeasure/measure.json +0 -3
  61. data/spec/files/measures/ExampleMeasure/measure.rb +0 -5
  62. data/spec/files/measures/ExampleMeasure/measure.xml +0 -1
  63. data/spec/files/measures/IncreaseInsulationRValueForRoofs/measure.json +0 -36
  64. data/spec/files/measures/IncreaseInsulationRValueForRoofs/measure.rb +0 -22
  65. data/spec/files/measures/IncreaseInsulationRValueForRoofs/measure.xml +0 -5
  66. data/spec/files/measures/NoMeasureRbFile/.gitkeep +0 -0
  67. data/spec/files/measures/ReduceLightingLoadsByPercentage/measure.json +0 -3
  68. data/spec/files/measures/ReduceLightingLoadsByPercentage/measure.rb +0 -5
  69. data/spec/files/measures/ReduceLightingLoadsByPercentage/measure.xml +0 -1
  70. data/spec/files/measures/SetThermostatSchedules/measure.json +0 -63
  71. data/spec/files/measures/SetThermostatSchedules/measure.rb +0 -254
  72. data/spec/files/measures/SetThermostatSchedules/measure.xml +0 -2
  73. data/spec/files/measures/example_measure_auto_directory_name/measure.json +0 -3
  74. data/spec/files/measures/example_measure_auto_directory_name/measure.rb +0 -5
  75. data/spec/files/measures/example_measure_auto_directory_name/measure.xml +0 -1
  76. data/spec/files/measures/reduce_lighting_loads_by_percentage/measure.json +0 -3
  77. data/spec/files/measures/reduce_lighting_loads_by_percentage/measure.rb +0 -5
  78. data/spec/files/measures/reduce_lighting_loads_by_percentage/measure.xml +0 -1
  79. data/spec/files/measures/reduce_space_infiltration_by_percentage/measure.rb +0 -5
  80. data/spec/files/measures/reduce_space_infiltration_by_percentage/measure.xml +0 -1
  81. data/spec/files/measures/rotate_building/measure.rb +0 -5
  82. data/spec/files/measures/rotate_building/measure.xml +0 -1
  83. data/spec/files/measures/set_window_to_wall_ratio_by_facade/measure.rb +0 -5
  84. data/spec/files/measures/set_window_to_wall_ratio_by_facade/measure.xml +0 -1
  85. data/spec/files/measures_second_path/measure_in_another_dir/measure.json +0 -3
  86. data/spec/files/measures_second_path/measure_in_another_dir/measure.rb +0 -5
  87. data/spec/files/measures_second_path/measure_in_another_dir/measure.xml +0 -1
  88. data/spec/files/partial_weather.epw +0 -32
  89. data/spec/files/partial_weather_2.epw +0 -32
  90. data/spec/files/small_seed.osm +0 -4622
  91. data/spec/files/worker_init/first_file.rb +0 -15
  92. data/spec/files/worker_init/second_file.sh +0 -4
  93. data/spec/files/workflow/analysis.osa +0 -1334
  94. data/spec/files/workflow/datapoint_0.osd +0 -65
  95. data/spec/files/workflow/datapoint_1.osd +0 -65
  96. data/spec/files/workflow/datapoint_2.osd +0 -65
  97. data/spec/files/workflow/datapoint_wrong_osa_id.osd +0 -65
  98. data/spec/integration/server_api_spec.rb +0 -83
  99. data/spec/openstudio/excel_spec.rb +0 -606
  100. data/spec/openstudio/formulation_spec.rb +0 -200
  101. data/spec/openstudio/hash_spec.rb +0 -56
  102. data/spec/openstudio/osw_spec.rb +0 -129
  103. data/spec/openstudio/server_api_spec.rb +0 -68
  104. data/spec/openstudio/string_spec.rb +0 -34
  105. data/spec/openstudio/weather_spec.rb +0 -80
  106. data/spec/openstudio/workflow_spec.rb +0 -126
  107. data/spec/openstudio/workflow_step_spec.rb +0 -158
  108. data/spec/schema/osa.json +0 -613
  109. data/spec/schema/osa.png +0 -0
  110. data/spec/schema/osd.json +0 -110
  111. data/spec/schema/osd.png +0 -0
  112. data/spec/spec_helper.rb +0 -21

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the gem file manually.