openstudio-analysis 0.4.1 → 0.4.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (65) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +6 -0
  3. data/lib/openstudio/analysis/algorithm_attributes.rb +1 -1
  4. data/lib/openstudio/analysis/formulation.rb +181 -31
  5. data/lib/openstudio/analysis/server_api.rb +2 -2
  6. data/lib/openstudio/analysis/support_files.rb +76 -0
  7. data/lib/openstudio/analysis/version.rb +1 -1
  8. data/lib/openstudio/analysis/workflow.rb +4 -0
  9. data/lib/openstudio/analysis/workflow_step.rb +3 -3
  10. data/lib/openstudio-analysis.rb +1 -0
  11. data/spec/files/analysis/medium_office.json +88 -88
  12. data/spec/files/analysis/medium_office.zip +0 -0
  13. data/spec/files/export/analysis/0_1_09_outputvars.json +38 -38
  14. data/spec/files/export/analysis/0_1_09_outputvars.zip +0 -0
  15. data/spec/files/export/analysis/0_1_11_discrete_variables.json +40 -40
  16. data/spec/files/export/analysis/0_1_11_discrete_variables.zip +0 -0
  17. data/spec/files/export/analysis/0_1_12_discrete_dynamic_columns.json +8 -8
  18. data/spec/files/export/analysis/0_1_12_discrete_dynamic_columns.zip +0 -0
  19. data/spec/files/export/analysis/0_2_0_template_simpletest.json +12 -12
  20. data/spec/files/export/analysis/0_2_0_template_simpletest.zip +0 -0
  21. data/spec/files/export/analysis/0_3_0_outputs.json +6 -6
  22. data/spec/files/export/analysis/0_3_0_outputs.zip +0 -0
  23. data/spec/files/export/analysis/{d1e0168f-97c4-4f25-9ac2-8daf34769494.json → 1d8d62bb-f058-4c38-893b-8eaa7ceea254.json} +10 -10
  24. data/spec/files/export/analysis/{d1e0168f-97c4-4f25-9ac2-8daf34769494.zip → 1d8d62bb-f058-4c38-893b-8eaa7ceea254.zip} +0 -0
  25. data/spec/files/export/analysis/{0754ec1c-39d7-45e7-a8a5-5e5847a757fb.json → 5b5264db-a31e-4bab-931b-94101bd23b80.json} +14 -14
  26. data/spec/files/export/analysis/{10e6ec76-f2e8-43bd-b5a0-26a311173576.zip → 5b5264db-a31e-4bab-931b-94101bd23b80.zip} +0 -0
  27. data/spec/files/export/analysis/{10e6ec76-f2e8-43bd-b5a0-26a311173576.json → 67e3ba4a-2660-41b6-a7c5-d4457a4275c4.json} +14 -14
  28. data/spec/files/export/analysis/{0754ec1c-39d7-45e7-a8a5-5e5847a757fb.zip → 67e3ba4a-2660-41b6-a7c5-d4457a4275c4.zip} +0 -0
  29. data/spec/files/export/analysis/{4d9244ef-58b6-43c4-87bc-625e6d7365df.json → 71bebb0a-34b7-404b-b430-0ee7dab962ff.json} +6 -6
  30. data/spec/files/export/analysis/{4d9244ef-58b6-43c4-87bc-625e6d7365df.zip → 71bebb0a-34b7-404b-b430-0ee7dab962ff.zip} +0 -0
  31. data/spec/files/export/analysis/discrete_lhs_example.json +60 -60
  32. data/spec/files/export/analysis/discrete_lhs_example.zip +0 -0
  33. data/spec/files/export/analysis/small_seed.json +38 -38
  34. data/spec/files/export/analysis/small_seed.zip +0 -0
  35. data/spec/openstudio/support_files_spec.rb +44 -0
  36. data/spec/reports/SPEC-OpenStudio-Analysis-Formulation.xml +8 -8
  37. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-object-instance.xml +2 -2
  38. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.xml +2 -2
  39. data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.xml +1 -1
  40. data/spec/reports/SPEC-OpenStudio-Analysis-SupportFiles.xml +15 -0
  41. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.xml +3 -3
  42. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.xml +3 -3
  43. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.xml +6 -6
  44. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.xml +2 -2
  45. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.xml +2 -2
  46. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.xml +8 -8
  47. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.xml +5 -5
  48. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.xml +2 -2
  49. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.xml +2 -2
  50. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.xml +5 -5
  51. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.xml +2 -2
  52. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.xml +3 -3
  53. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0-simple.xml +5 -5
  54. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0.xml +5 -5
  55. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-dynamic-uuid-assignments.xml +4 -4
  56. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-measure-existence-checks.xml +3 -3
  57. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-objective-functions.xml +5 -5
  58. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-3-and-short-display-names.xml +4 -4
  59. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-5-and-measure-paths.xml +4 -4
  60. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-7-and-worker-init-final-scripts.0.xml +2 -2
  61. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-7-and-worker-init-final-scripts.xml +4 -4
  62. data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.xml +1 -1
  63. data/spec/reports/SPEC-OpenStudio-Analysis-Workflow.xml +7 -7
  64. data/spec/reports/SPEC-OpenStudio-Analysis-WorkflowStep.xml +8 -8
  65. metadata +23 -18
@@ -1,8 +1,8 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <testsuite name="OpenStudio::Analysis::Translator::Excel discrete with dynamic columns" tests="2" time="0.428456" failures="0" errors="0" skipped="0" timestamp="2015-01-06T07:51:38-07:00">
3
- <testcase name="OpenStudio::Analysis::Translator::Excel discrete with dynamic columns should have parsed the spreadsheet" time="0.000154">
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel discrete with dynamic columns" tests="2" time="0.714766" failures="0" errors="0" skipped="0" timestamp="2015-01-07T17:25:39-07:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel discrete with dynamic columns should have parsed the spreadsheet" time="0.000181">
4
4
  </testcase>
5
- <testcase name="OpenStudio::Analysis::Translator::Excel discrete with dynamic columns should save the file" time="0.010648">
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel discrete with dynamic columns should save the file" time="0.062119">
6
6
  </testcase>
7
7
  <system-out>
8
8
  Creating JSON and ZIP file for test_model:0_1_12_discrete_dynamic_columns
@@ -1,14 +1,14 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <testsuite name="OpenStudio::Analysis::Translator::Excel no variables defined" tests="4" time="0.746388" failures="0" errors="0" skipped="0" timestamp="2015-01-06T07:51:34-07:00">
3
- <testcase name="OpenStudio::Analysis::Translator::Excel no variables defined should have excel data" time="0.121633">
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel no variables defined" tests="4" time="1.505865" failures="0" errors="0" skipped="0" timestamp="2015-01-07T17:25:30-07:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel no variables defined should have excel data" time="0.275891">
4
4
  </testcase>
5
- <testcase name="OpenStudio::Analysis::Translator::Excel no variables defined should process the excel file" time="0.272606">
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel no variables defined should process the excel file" time="0.565374">
6
6
  </testcase>
7
- <testcase name="OpenStudio::Analysis::Translator::Excel no variables defined should not work because no variables defined" time="0.072708">
7
+ <testcase name="OpenStudio::Analysis::Translator::Excel no variables defined should not work because no variables defined" time="0.147377">
8
8
  </testcase>
9
- <testcase name="OpenStudio::Analysis::Translator::Excel no variables defined should not export to a JSON" time="0.27885">
9
+ <testcase name="OpenStudio::Analysis::Translator::Excel no variables defined should not export to a JSON" time="0.516171">
10
10
  </testcase>
11
11
  <system-out>
12
- #&lt;OpenStudio::Analysis::Translator::Excel:0x007f909abd6690&gt;
12
+ #&lt;OpenStudio::Analysis::Translator::Excel:0x007fd41acaa9e0&gt;
13
13
  </system-out>
14
14
  </testsuite>
@@ -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.394847" failures="0" errors="0" skipped="0" timestamp="2015-01-06T07:51:37-07:00">
3
- <testcase name="OpenStudio::Analysis::Translator::Excel proxy setup with user should have a user" time="0.000183">
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">
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.414659" failures="0" errors="0" skipped="0" timestamp="2015-01-06T07:51:37-07:00">
3
- <testcase name="OpenStudio::Analysis::Translator::Excel proxy setup should have a proxy setting" time="0.000199">
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">
4
4
  </testcase>
5
5
  </testsuite>
@@ -1,18 +1,18 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <testsuite name="OpenStudio::Analysis::Translator::Excel setup output variables" tests="7" time="0.459127" failures="0" errors="0" skipped="0" timestamp="2015-01-06T07:51:39-07:00">
3
- <testcase name="OpenStudio::Analysis::Translator::Excel setup output variables should have a model" time="0.000193">
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">
4
4
  </testcase>
5
- <testcase name="OpenStudio::Analysis::Translator::Excel setup output variables should have a weather file" time="8.7e-05">
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel setup output variables should have a weather file" time="0.000175">
6
6
  </testcase>
7
- <testcase name="OpenStudio::Analysis::Translator::Excel setup output variables should have notes and source" time="7.8e-05">
7
+ <testcase name="OpenStudio::Analysis::Translator::Excel setup output variables should have notes and source" time="0.000173">
8
8
  </testcase>
9
- <testcase name="OpenStudio::Analysis::Translator::Excel setup output variables should have typed booleans" time="6.4e-05">
9
+ <testcase name="OpenStudio::Analysis::Translator::Excel setup output variables should have typed booleans" time="0.000138">
10
10
  </testcase>
11
- <testcase name="OpenStudio::Analysis::Translator::Excel setup output variables should have algorithm setup" time="7.5e-05">
11
+ <testcase name="OpenStudio::Analysis::Translator::Excel setup output variables should have algorithm setup" time="0.000161">
12
12
  </testcase>
13
- <testcase name="OpenStudio::Analysis::Translator::Excel setup output variables should create a valid hash" time="0.027596">
13
+ <testcase name="OpenStudio::Analysis::Translator::Excel setup output variables should create a valid hash" time="0.009419">
14
14
  </testcase>
15
- <testcase name="OpenStudio::Analysis::Translator::Excel setup output variables should write a json" time="0.017092">
15
+ <testcase name="OpenStudio::Analysis::Translator::Excel setup output variables should write a json" time="0.068472">
16
16
  </testcase>
17
17
  <system-out>
18
18
  /Users/nlong/working/OpenStudio-analysis-gem/spec/files/partial_weather.epw
@@ -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="0.398202" failures="0" errors="0" skipped="0" timestamp="2015-01-06T07:51:36-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.000204">
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">
4
4
  </testcase>
5
- <testcase name="OpenStudio::Analysis::Translator::Excel setup version 0.1.9 should have the new settings" time="6.3e-05">
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel setup version 0.1.9 should have the new settings" time="0.000137">
6
6
  </testcase>
7
- <testcase name="OpenStudio::Analysis::Translator::Excel setup version 0.1.9 should have algorithm setup" time="0.000473">
7
+ <testcase name="OpenStudio::Analysis::Translator::Excel setup version 0.1.9 should have algorithm setup" time="0.002658">
8
8
  </testcase>
9
- <testcase name="OpenStudio::Analysis::Translator::Excel setup version 0.1.9 should create a valid hash" time="0.005136">
9
+ <testcase name="OpenStudio::Analysis::Translator::Excel setup version 0.1.9 should create a valid hash" time="0.011438">
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.438866" failures="0" errors="0" skipped="0" timestamp="2015-01-06T07:51:35-07:00">
3
- <testcase name="OpenStudio::Analysis::Translator::Excel small list of incomplete variables should fail to process" time="0.370016">
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">
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.390068" failures="0" errors="0" skipped="0" timestamp="2015-01-06T07:51:36-07:00">
3
- <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should not validate should fail to process" time="0.317538">
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">
4
4
  </testcase>
5
5
  </testsuite>
@@ -1,12 +1,12 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <testsuite name="OpenStudio::Analysis::Translator::Excel small list of variables" tests="4" time="0.462186" failures="0" errors="0" skipped="0" timestamp="2015-01-06T07:51:36-07:00">
3
- <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should have a model" time="0.000189">
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">
4
4
  </testcase>
5
- <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should have a weather file" time="7.9e-05">
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should have a weather file" time="0.000187">
6
6
  </testcase>
7
- <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should have notes and source" time="7.3e-05">
7
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should have notes and source" time="0.000176">
8
8
  </testcase>
9
- <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should write a json" time="0.034599">
9
+ <testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should write a json" time="0.077445">
10
10
  </testcase>
11
11
  <system-out>
12
12
  /Users/nlong/working/OpenStudio-analysis-gem/spec/files/partial_weather.epw
@@ -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.411169" failures="0" errors="0" skipped="0" timestamp="2015-01-06T07:51:35-07:00">
3
- <testcase name="OpenStudio::Analysis::Translator::Excel small list with with repeated variable names should fail to process" time="0.337658">
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">
4
4
  </testcase>
5
5
  </testsuite>
@@ -1,8 +1,8 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <testsuite name="OpenStudio::Analysis::Translator::Excel version 0.1.10" tests="2" time="0.439464" failures="0" errors="0" skipped="0" timestamp="2015-01-06T07:51:39-07:00">
3
- <testcase name="OpenStudio::Analysis::Translator::Excel version 0.1.10 should process" time="0.358379">
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">
4
4
  </testcase>
5
- <testcase name="OpenStudio::Analysis::Translator::Excel version 0.1.10 should have new setting variables" time="0.000166">
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.1.10 should have new setting variables" time="0.000241">
6
6
  </testcase>
7
7
  <system-out>
8
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}
@@ -1,12 +1,12 @@
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.433936" failures="0" errors="0" skipped="0" timestamp="2015-01-06T07:51:40-07:00">
3
- <testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 simple should process" time="0.324201">
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">
4
4
  </testcase>
5
- <testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 simple should have new setting variables" time="0.000132">
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 simple should have new setting variables" time="0.000261">
6
6
  </testcase>
7
- <testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 simple should have the new measure directory column" time="6.2e-05">
7
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 simple should have the new measure directory column" time="0.000133">
8
8
  </testcase>
9
- <testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 simple should write a json" time="0.03048">
9
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 simple should write a json" time="0.017973">
10
10
  </testcase>
11
11
  <system-out>
12
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}
@@ -1,12 +1,12 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <testsuite name="OpenStudio::Analysis::Translator::Excel version 0.2.0" tests="4" time="0.968107" failures="0" errors="0" skipped="0" timestamp="2015-01-06T07:51:39-07:00">
3
- <testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 should process" time="0.845372">
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">
4
4
  </testcase>
5
- <testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 should have new setting variables" time="0.000144">
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 should have new setting variables" time="0.000247">
6
6
  </testcase>
7
- <testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 should have the new measure directory column" time="5.8e-05">
7
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 should have the new measure directory column" time="0.000113">
8
8
  </testcase>
9
- <testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 should write a json" time="0.045147">
9
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 should write a json" time="0.099531">
10
10
  </testcase>
11
11
  <system-out>
12
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}
@@ -1,11 +1,11 @@
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="0.769197" failures="0" errors="0" skipped="0" timestamp="2015-01-06T07:51:42-07:00">
3
- <testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.0 dynamic uuid assignments should process" time="0.577112">
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">
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.10455">
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.0 dynamic uuid assignments should error out with missing measure information" time="0.157132">
6
6
  </testcase>
7
7
  <system-out>
8
- Creating JSON and ZIP file for Preflight:4d9244ef-58b6-43c4-87bc-625e6d7365df
8
+ Creating JSON and ZIP file for Preflight:71bebb0a-34b7-404b-b430-0ee7dab962ff
9
9
  Adding measure /Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/IncreaseInsulationRValueForRoofs to zip file
10
10
  </system-out>
11
11
  </testsuite>
@@ -1,8 +1,8 @@
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="0.766754" failures="0" errors="0" skipped="0" timestamp="2015-01-06T07:51:42-07:00">
3
- <testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.0 measure existence checks should process" time="0.580794">
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">
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.101598">
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.0 measure existence checks should error out with missing measure information" time="0.159574">
6
6
  </testcase>
7
7
  <system-out>
8
8
  Creating JSON and ZIP file for Preflight:0_3_0_outputs
@@ -1,12 +1,12 @@
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="0.793158" failures="0" errors="0" skipped="0" timestamp="2015-01-06T07:51:41-07:00">
3
- <testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.0 objective functions should process" time="0.607006">
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">
4
4
  </testcase>
5
- <testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.0 objective functions should have new setting variables" time="0.000124">
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.0 objective functions should have new setting variables" time="0.000189">
6
6
  </testcase>
7
- <testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.0 objective functions should have typed outputs" time="0.003664">
7
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.0 objective functions should have typed outputs" time="0.007392">
8
8
  </testcase>
9
- <testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.0 objective functions should write a json" time="0.10149">
9
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.0 objective functions should write a json" time="0.161242">
10
10
  </testcase>
11
11
  <system-out>
12
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}
@@ -1,11 +1,11 @@
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="0.852375" failures="0" errors="0" skipped="0" timestamp="2015-01-06T07:51:43-07:00">
3
- <testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.3 and short display names should process" time="0.663369">
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">
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.102814">
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">
6
6
  </testcase>
7
7
  <system-out>
8
- Creating JSON and ZIP file for Preflight:d1e0168f-97c4-4f25-9ac2-8daf34769494
8
+ Creating JSON and ZIP file for Preflight:1d8d62bb-f058-4c38-893b-8eaa7ceea254
9
9
  Adding measure /Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/IncreaseInsulationRValueForRoofs to zip file
10
10
  Adding measure /Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/ExampleMeasure to zip file
11
11
  </system-out>
@@ -1,11 +1,11 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <testsuite name="OpenStudio::Analysis::Translator::Excel version 0.3.5 and measure paths" tests="2" time="0.843893" failures="0" errors="0" skipped="0" timestamp="2015-01-06T07:51:44-07:00">
3
- <testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.5 and measure paths should process" time="0.648749">
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel version 0.3.5 and measure paths" tests="2" time="1.451623" failures="0" errors="0" skipped="0" timestamp="2015-01-07T17:25:50-07:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.5 and measure paths should process" time="1.117531">
4
4
  </testcase>
5
- <testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.5 and measure paths should save the analysis" time="0.107608">
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.5 and measure paths should save the analysis" time="0.168777">
6
6
  </testcase>
7
7
  <system-out>
8
- Creating JSON and ZIP file for Preflight:10e6ec76-f2e8-43bd-b5a0-26a311173576
8
+ Creating JSON and ZIP file for Preflight:5b5264db-a31e-4bab-931b-94101bd23b80
9
9
  Adding measure /Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/IncreaseInsulationRValueForRoofs to zip file
10
10
  Adding measure /Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures_second_path/measure_in_another_dir to zip file
11
11
  Adding measure /Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/ExampleMeasure to zip file
@@ -1,6 +1,6 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <testsuite name="OpenStudio::Analysis::Translator::Excel version 0.3.7 and worker init-final scripts" tests="1" time="0.835394" failures="0" errors="0" skipped="0" timestamp="2015-01-06T07:51:46-07:00">
3
- <testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.7 and worker init-final scripts should fail to process" time="0.749947">
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel version 0.3.7 and worker init-final scripts" tests="1" time="1.367881" failures="0" errors="0" skipped="0" timestamp="2015-01-07T17:25:53-07:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.7 and worker init-final scripts should fail to process" time="1.215982">
4
4
  </testcase>
5
5
  <system-out>
6
6
  Warning: 'overhangs_pf_south:construction' static value was empty or null, assuming optional and skipping
@@ -1,11 +1,11 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <testsuite name="OpenStudio::Analysis::Translator::Excel version 0.3.7 and worker init-final scripts" tests="2" time="0.847417" failures="0" errors="0" skipped="0" timestamp="2015-01-06T07:51:45-07:00">
3
- <testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.7 and worker init-final scripts should process" time="0.654387">
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel version 0.3.7 and worker init-final scripts" tests="2" time="1.443614" failures="0" errors="0" skipped="0" timestamp="2015-01-07T17:25:51-07:00">
3
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.7 and worker init-final scripts should process" time="1.08603">
4
4
  </testcase>
5
- <testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.7 and worker init-final scripts should save the analysis" time="0.105809">
5
+ <testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.7 and worker init-final scripts should save the analysis" time="0.20164">
6
6
  </testcase>
7
7
  <system-out>
8
- Creating JSON and ZIP file for Preflight:0754ec1c-39d7-45e7-a8a5-5e5847a757fb
8
+ Creating JSON and ZIP file for Preflight:67e3ba4a-2660-41b6-a7c5-d4457a4275c4
9
9
  Adding measure /Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/IncreaseInsulationRValueForRoofs to zip file
10
10
  Adding measure /Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures_second_path/measure_in_another_dir to zip file
11
11
  Adding measure /Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/ExampleMeasure to zip file
@@ -1,3 +1,3 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <testsuite name="OpenStudio::Analysis::Translator::Excel" tests="0" time="0.002435" skipped="0" timestamp="2015-01-06T07:51:34-07:00">
2
+ <testsuite name="OpenStudio::Analysis::Translator::Excel" tests="0" time="0.002898" skipped="0" timestamp="2015-01-07T17:25:30-07:00">
3
3
  </testsuite>
@@ -1,16 +1,16 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <testsuite name="OpenStudio::Analysis::Workflow" tests="6" time="0.007822" failures="0" errors="0" skipped="0" timestamp="2015-01-06T07:51:47-07:00">
3
- <testcase name="OpenStudio::Analysis::Workflow should create a workflow" time="0.000146">
2
+ <testsuite name="OpenStudio::Analysis::Workflow" tests="6" time="0.072439" failures="0" errors="0" skipped="0" timestamp="2015-01-07T17:25:54-07:00">
3
+ <testcase name="OpenStudio::Analysis::Workflow should create a workflow" time="0.000179">
4
4
  </testcase>
5
- <testcase name="OpenStudio::Analysis::Workflow should add a measure" time="0.004212">
5
+ <testcase name="OpenStudio::Analysis::Workflow should add a measure" time="0.005118">
6
6
  </testcase>
7
- <testcase name="OpenStudio::Analysis::Workflow should fix the path of the measure" time="0.000417">
7
+ <testcase name="OpenStudio::Analysis::Workflow should fix the path of the measure" time="0.000564">
8
8
  </testcase>
9
- <testcase name="OpenStudio::Analysis::Workflow should clear out a workflow" time="0.001201">
9
+ <testcase name="OpenStudio::Analysis::Workflow should clear out a workflow" time="0.06318">
10
10
  </testcase>
11
- <testcase name="OpenStudio::Analysis::Workflow should find a workflow step" time="0.000585">
11
+ <testcase name="OpenStudio::Analysis::Workflow should find a workflow step" time="0.001213">
12
12
  </testcase>
13
- <testcase name="OpenStudio::Analysis::Workflow should find a workflow step and make a variable" time="0.000687">
13
+ <testcase name="OpenStudio::Analysis::Workflow should find a workflow step and make a variable" time="0.00131">
14
14
  </testcase>
15
15
  <system-out>
16
16
  loading config settings from /Users/nlong/.bcl/config.yml
@@ -1,19 +1,19 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <testsuite name="OpenStudio::Analysis::WorkflowStep" tests="6" time="0.001602" failures="0" errors="0" skipped="0" timestamp="2015-01-06T07:51:47-07:00">
3
- <testcase name="OpenStudio::Analysis::WorkflowStep should create a workflow" time="0.000125">
2
+ <testsuite name="OpenStudio::Analysis::WorkflowStep" tests="6" time="0.00287" failures="0" errors="0" skipped="0" timestamp="2015-01-07T17:25:54-07:00">
3
+ <testcase name="OpenStudio::Analysis::WorkflowStep should create a workflow" time="0.0003">
4
4
  </testcase>
5
- <testcase name="OpenStudio::Analysis::WorkflowStep should add a measure" time="0.000154">
5
+ <testcase name="OpenStudio::Analysis::WorkflowStep should add a measure" time="0.000272">
6
6
  </testcase>
7
- <testcase name="OpenStudio::Analysis::WorkflowStep should tag a discrete variable" time="0.000197">
7
+ <testcase name="OpenStudio::Analysis::WorkflowStep should tag a discrete variable" time="0.00033">
8
8
  </testcase>
9
- <testcase name="OpenStudio::Analysis::WorkflowStep should tag a continuous variable" time="0.000242">
9
+ <testcase name="OpenStudio::Analysis::WorkflowStep should tag a continuous variable" time="0.000399">
10
10
  </testcase>
11
- <testcase name="OpenStudio::Analysis::WorkflowStep should tag a normal continuous variable" time="0.000224">
11
+ <testcase name="OpenStudio::Analysis::WorkflowStep should tag a normal continuous variable" time="0.000376">
12
12
  </testcase>
13
- <testcase name="OpenStudio::Analysis::WorkflowStep should tag a uniform variable" time="0.000219">
13
+ <testcase name="OpenStudio::Analysis::WorkflowStep should tag a uniform variable" time="0.000357">
14
14
  </testcase>
15
15
  <system-out>
16
- #&lt;OpenStudio::Analysis::WorkflowStep:0x007f909aab6ff8&gt;
16
+ #&lt;OpenStudio::Analysis::WorkflowStep:0x007fd419bc48b0&gt;
17
17
  </system-out>
18
18
  <system-err>
19
19
  Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: triangle_uncertain
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: openstudio-analysis
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.1
4
+ version: 0.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nicholas Long
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-01-06 00:00:00.000000000 Z
11
+ date: 2015-01-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -90,6 +90,7 @@ files:
90
90
  - lib/openstudio/analysis/algorithm_attributes.rb
91
91
  - lib/openstudio/analysis/formulation.rb
92
92
  - lib/openstudio/analysis/server_api.rb
93
+ - lib/openstudio/analysis/support_files.rb
93
94
  - lib/openstudio/analysis/translator/excel.rb
94
95
  - lib/openstudio/analysis/version.rb
95
96
  - lib/openstudio/analysis/workflow.rb
@@ -140,8 +141,6 @@ files:
140
141
  - spec/files/analysis/preflight_api.json
141
142
  - spec/files/analysis/simple_test_api.json
142
143
  - spec/files/analysis/test_model_api.json
143
- - spec/files/export/analysis/0754ec1c-39d7-45e7-a8a5-5e5847a757fb.json
144
- - spec/files/export/analysis/0754ec1c-39d7-45e7-a8a5-5e5847a757fb.zip
145
144
  - spec/files/export/analysis/0_1_09_outputvars.json
146
145
  - spec/files/export/analysis/0_1_09_outputvars.zip
147
146
  - spec/files/export/analysis/0_1_11_discrete_variables.json
@@ -152,12 +151,14 @@ files:
152
151
  - spec/files/export/analysis/0_2_0_template_simpletest.zip
153
152
  - spec/files/export/analysis/0_3_0_outputs.json
154
153
  - spec/files/export/analysis/0_3_0_outputs.zip
155
- - spec/files/export/analysis/10e6ec76-f2e8-43bd-b5a0-26a311173576.json
156
- - spec/files/export/analysis/10e6ec76-f2e8-43bd-b5a0-26a311173576.zip
157
- - spec/files/export/analysis/4d9244ef-58b6-43c4-87bc-625e6d7365df.json
158
- - spec/files/export/analysis/4d9244ef-58b6-43c4-87bc-625e6d7365df.zip
159
- - spec/files/export/analysis/d1e0168f-97c4-4f25-9ac2-8daf34769494.json
160
- - spec/files/export/analysis/d1e0168f-97c4-4f25-9ac2-8daf34769494.zip
154
+ - spec/files/export/analysis/1d8d62bb-f058-4c38-893b-8eaa7ceea254.json
155
+ - spec/files/export/analysis/1d8d62bb-f058-4c38-893b-8eaa7ceea254.zip
156
+ - spec/files/export/analysis/5b5264db-a31e-4bab-931b-94101bd23b80.json
157
+ - spec/files/export/analysis/5b5264db-a31e-4bab-931b-94101bd23b80.zip
158
+ - spec/files/export/analysis/67e3ba4a-2660-41b6-a7c5-d4457a4275c4.json
159
+ - spec/files/export/analysis/67e3ba4a-2660-41b6-a7c5-d4457a4275c4.zip
160
+ - spec/files/export/analysis/71bebb0a-34b7-404b-b430-0ee7dab962ff.json
161
+ - spec/files/export/analysis/71bebb0a-34b7-404b-b430-0ee7dab962ff.zip
161
162
  - spec/files/export/analysis/discrete_lhs_example.json
162
163
  - spec/files/export/analysis/discrete_lhs_example.zip
163
164
  - spec/files/export/analysis/small_seed.json
@@ -196,12 +197,14 @@ files:
196
197
  - spec/openstudio/excel_spec.rb
197
198
  - spec/openstudio/formulation_spec.rb
198
199
  - spec/openstudio/server_api_spec.rb
200
+ - spec/openstudio/support_files_spec.rb
199
201
  - spec/openstudio/workflow_spec.rb
200
202
  - spec/openstudio/workflow_step_spec.rb
201
203
  - spec/reports/SPEC-OpenStudio-Analysis-Formulation.xml
202
204
  - spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-object-instance.xml
203
205
  - spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.xml
204
206
  - spec/reports/SPEC-OpenStudio-Analysis-ServerApi.xml
207
+ - spec/reports/SPEC-OpenStudio-Analysis-SupportFiles.xml
205
208
  - spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.xml
206
209
  - spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.xml
207
210
  - spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.xml
@@ -286,8 +289,6 @@ test_files:
286
289
  - spec/files/analysis/preflight_api.json
287
290
  - spec/files/analysis/simple_test_api.json
288
291
  - spec/files/analysis/test_model_api.json
289
- - spec/files/export/analysis/0754ec1c-39d7-45e7-a8a5-5e5847a757fb.json
290
- - spec/files/export/analysis/0754ec1c-39d7-45e7-a8a5-5e5847a757fb.zip
291
292
  - spec/files/export/analysis/0_1_09_outputvars.json
292
293
  - spec/files/export/analysis/0_1_09_outputvars.zip
293
294
  - spec/files/export/analysis/0_1_11_discrete_variables.json
@@ -298,12 +299,14 @@ test_files:
298
299
  - spec/files/export/analysis/0_2_0_template_simpletest.zip
299
300
  - spec/files/export/analysis/0_3_0_outputs.json
300
301
  - spec/files/export/analysis/0_3_0_outputs.zip
301
- - spec/files/export/analysis/10e6ec76-f2e8-43bd-b5a0-26a311173576.json
302
- - spec/files/export/analysis/10e6ec76-f2e8-43bd-b5a0-26a311173576.zip
303
- - spec/files/export/analysis/4d9244ef-58b6-43c4-87bc-625e6d7365df.json
304
- - spec/files/export/analysis/4d9244ef-58b6-43c4-87bc-625e6d7365df.zip
305
- - spec/files/export/analysis/d1e0168f-97c4-4f25-9ac2-8daf34769494.json
306
- - spec/files/export/analysis/d1e0168f-97c4-4f25-9ac2-8daf34769494.zip
302
+ - spec/files/export/analysis/1d8d62bb-f058-4c38-893b-8eaa7ceea254.json
303
+ - spec/files/export/analysis/1d8d62bb-f058-4c38-893b-8eaa7ceea254.zip
304
+ - spec/files/export/analysis/5b5264db-a31e-4bab-931b-94101bd23b80.json
305
+ - spec/files/export/analysis/5b5264db-a31e-4bab-931b-94101bd23b80.zip
306
+ - spec/files/export/analysis/67e3ba4a-2660-41b6-a7c5-d4457a4275c4.json
307
+ - spec/files/export/analysis/67e3ba4a-2660-41b6-a7c5-d4457a4275c4.zip
308
+ - spec/files/export/analysis/71bebb0a-34b7-404b-b430-0ee7dab962ff.json
309
+ - spec/files/export/analysis/71bebb0a-34b7-404b-b430-0ee7dab962ff.zip
307
310
  - spec/files/export/analysis/discrete_lhs_example.json
308
311
  - spec/files/export/analysis/discrete_lhs_example.zip
309
312
  - spec/files/export/analysis/small_seed.json
@@ -342,12 +345,14 @@ test_files:
342
345
  - spec/openstudio/excel_spec.rb
343
346
  - spec/openstudio/formulation_spec.rb
344
347
  - spec/openstudio/server_api_spec.rb
348
+ - spec/openstudio/support_files_spec.rb
345
349
  - spec/openstudio/workflow_spec.rb
346
350
  - spec/openstudio/workflow_step_spec.rb
347
351
  - spec/reports/SPEC-OpenStudio-Analysis-Formulation.xml
348
352
  - spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-object-instance.xml
349
353
  - spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.xml
350
354
  - spec/reports/SPEC-OpenStudio-Analysis-ServerApi.xml
355
+ - spec/reports/SPEC-OpenStudio-Analysis-SupportFiles.xml
351
356
  - spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.xml
352
357
  - spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.xml
353
358
  - spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.xml