openstudio-analysis 0.3.6 → 0.3.7
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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/README.md +2 -4
- data/Rakefile +9 -38
- data/lib/openstudio-analysis.rb +6 -4
- data/lib/openstudio/analysis/server_api.rb +8 -9
- data/lib/openstudio/analysis/translator/excel.rb +114 -14
- data/lib/openstudio/analysis/version.rb +1 -1
- data/lib/openstudio/templates/discrete_uncertain_variable.json.erb +2 -2
- data/lib/openstudio/templates/pivot_variable.json.erb +2 -2
- data/lib/openstudio/templates/uncertain_variable.json.erb +2 -2
- data/lib/openstudio/templates/workflow_item.json.erb +4 -4
- data/spec/files/0_1_09_small_list_incomplete.xlsx +0 -0
- data/spec/files/0_3_5_multiple_measure_paths.xlsx +0 -0
- data/spec/files/0_3_7_unique_measure_names.xlsx +0 -0
- data/spec/files/0_3_7_worker_init_final.xlsx +0 -0
- data/spec/files/analysis/medium_office.json +88 -88
- data/spec/files/analysis/medium_office.zip +0 -0
- data/spec/files/export/analysis/0_1_09_outputvars.json +38 -38
- data/spec/files/export/analysis/0_1_09_outputvars.zip +0 -0
- data/spec/files/export/analysis/0_1_11_discrete_variables.json +40 -40
- data/spec/files/export/analysis/0_1_11_discrete_variables.zip +0 -0
- data/spec/files/export/analysis/0_1_12_discrete_dynamic_columns.json +8 -8
- data/spec/files/export/analysis/0_1_12_discrete_dynamic_columns.zip +0 -0
- data/spec/files/export/analysis/0_2_0_template_simpletest.json +12 -12
- data/spec/files/export/analysis/0_2_0_template_simpletest.zip +0 -0
- data/spec/files/export/analysis/0_3_0_outputs.json +6 -6
- data/spec/files/export/analysis/0_3_0_outputs.zip +0 -0
- data/spec/files/export/analysis/{aaef4bf0-2fc0-0132-c71b-14109fdf0b37.json → 10c791ce-cba7-4506-a863-3fb15703889b.json} +6 -6
- data/spec/files/export/analysis/{aaef4bf0-2fc0-0132-c71b-14109fdf0b37.zip → 10c791ce-cba7-4506-a863-3fb15703889b.zip} +0 -0
- data/spec/files/export/analysis/{abce96f0-2fc0-0132-c72d-14109fdf0b37.json → 55086845-70cf-487f-87f6-7a147cbf1e72.json} +14 -14
- data/spec/files/export/analysis/{abce96f0-2fc0-0132-c72d-14109fdf0b37.zip → 55086845-70cf-487f-87f6-7a147cbf1e72.zip} +0 -0
- data/spec/files/export/analysis/{ab594800-2fc0-0132-c722-14109fdf0b37.json → 6d6a08db-fdf8-4bb5-8ad3-18c471418c72.json} +10 -10
- data/spec/files/export/analysis/{ab594800-2fc0-0132-c722-14109fdf0b37.zip → 6d6a08db-fdf8-4bb5-8ad3-18c471418c72.zip} +0 -0
- data/spec/files/export/analysis/f028bfbe-e30e-488d-adad-a60a62bbf7e0.json +1443 -0
- data/spec/files/export/analysis/f028bfbe-e30e-488d-adad-a60a62bbf7e0.zip +0 -0
- data/spec/files/export/analysis/small_seed.json +38 -38
- data/spec/files/export/analysis/small_seed.zip +0 -0
- data/spec/files/worker_init/first_file.rb +15 -0
- data/spec/files/worker_init/second_file.rb +15 -0
- data/spec/openstudio/excel_spec.rb +55 -3
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-object-instance.xml +2 -6
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.xml +2 -6
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.xml +1 -5
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.xml +3 -5
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.xml +3 -5
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.xml +6 -10
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.xml +2 -6
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.xml +2 -6
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.xml +8 -10
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.xml +5 -9
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.xml +2 -6
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.xml +2 -6
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.xml +5 -7
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.xml +2 -6
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.xml +3 -5
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0-simple.xml +5 -7
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0.xml +5 -7
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-dynamic-uuid-assignments.xml +4 -6
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-measure-existence-checks.xml +3 -5
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-objective-functions.xml +5 -7
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-3-and-short-display-names.xml +4 -6
- data/spec/reports/{SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-3-and-short-display-names.12.xml → SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-5-and-measure-paths.xml} +4 -6
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-7-and-worker-init-final-scripts.0.xml +5 -0
- data/spec/reports/{SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-3-and-short-display-names.14.xml → SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-7-and-worker-init-final-scripts.xml} +4 -6
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.xml +1 -5
- metadata +32 -494
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-object-instance.0.xml +0 -9
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-object-instance.1.xml +0 -9
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-object-instance.2.xml +0 -9
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-object-instance.3.xml +0 -9
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-object-instance.4.xml +0 -9
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-object-instance.5.xml +0 -9
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-object-instance.6.xml +0 -9
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-object-instance.7.xml +0 -9
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-object-instance.8.xml +0 -9
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-object-instance.9.xml +0 -9
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.0.xml +0 -9
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.1.xml +0 -9
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.2.xml +0 -9
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.3.xml +0 -9
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.4.xml +0 -9
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.5.xml +0 -9
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.6.xml +0 -9
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.7.xml +0 -9
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.8.xml +0 -9
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.9.xml +0 -9
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.0.xml +0 -7
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.1.xml +0 -7
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.2.xml +0 -7
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.3.xml +0 -7
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.4.xml +0 -7
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.5.xml +0 -7
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.6.xml +0 -7
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.7.xml +0 -7
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.8.xml +0 -7
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.9.xml +0 -7
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.0.xml +0 -15
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.1.xml +0 -15
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.2.xml +0 -15
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.3.xml +0 -15
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.4.xml +0 -15
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.5.xml +0 -15
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.6.xml +0 -15
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.7.xml +0 -15
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.8.xml +0 -15
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.9.xml +0 -15
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.0.xml +0 -13
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.1.xml +0 -13
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.2.xml +0 -13
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.3.xml +0 -13
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.4.xml +0 -13
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.5.xml +0 -13
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.6.xml +0 -13
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.7.xml +0 -13
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.8.xml +0 -13
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.9.xml +0 -13
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.0.xml +0 -18
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.1.xml +0 -18
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.10.xml +0 -16
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.2.xml +0 -18
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.3.xml +0 -18
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.4.xml +0 -18
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.5.xml +0 -18
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.6.xml +0 -46
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.7.xml +0 -46
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.8.xml +0 -37
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.9.xml +0 -16
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.0.xml +0 -9
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.1.xml +0 -9
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.2.xml +0 -9
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.3.xml +0 -9
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.4.xml +0 -9
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.5.xml +0 -9
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.6.xml +0 -9
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.7.xml +0 -9
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.8.xml +0 -9
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.9.xml +0 -9
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.0.xml +0 -9
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.1.xml +0 -9
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.2.xml +0 -9
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.3.xml +0 -9
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.4.xml +0 -9
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.5.xml +0 -9
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.6.xml +0 -9
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.7.xml +0 -9
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.8.xml +0 -9
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.9.xml +0 -9
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.0.xml +0 -25
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.1.xml +0 -25
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.2.xml +0 -25
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.3.xml +0 -25
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.4.xml +0 -25
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.5.xml +0 -25
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.6.xml +0 -25
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.7.xml +0 -25
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.8.xml +0 -25
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.9.xml +0 -25
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.0.xml +0 -15
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.1.xml +0 -15
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.2.xml +0 -15
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.3.xml +0 -15
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.4.xml +0 -15
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.5.xml +0 -15
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.6.xml +0 -15
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.7.xml +0 -15
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.8.xml +0 -15
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.9.xml +0 -15
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.0.xml +0 -9
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.1.xml +0 -9
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.10.xml +0 -9
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.2.xml +0 -9
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.3.xml +0 -9
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.4.xml +0 -9
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.5.xml +0 -9
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.6.xml +0 -9
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.7.xml +0 -9
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.8.xml +0 -9
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.9.xml +0 -9
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.0.xml +0 -9
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.1.xml +0 -9
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.10.xml +0 -9
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.2.xml +0 -9
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.3.xml +0 -9
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.4.xml +0 -9
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.5.xml +0 -9
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.6.xml +0 -9
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.7.xml +0 -9
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.8.xml +0 -9
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.9.xml +0 -9
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.0.xml +0 -19
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.1.xml +0 -19
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.10.xml +0 -19
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.2.xml +0 -19
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.3.xml +0 -7
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.4.xml +0 -19
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.5.xml +0 -19
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.6.xml +0 -19
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.7.xml +0 -19
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.8.xml +0 -19
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.9.xml +0 -19
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.0.xml +0 -9
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.1.xml +0 -9
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.10.xml +0 -9
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.2.xml +0 -9
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.3.xml +0 -9
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.4.xml +0 -9
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.5.xml +0 -9
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.6.xml +0 -9
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.7.xml +0 -9
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.8.xml +0 -9
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.9.xml +0 -9
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.0.xml +0 -13
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.1.xml +0 -13
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.2.xml +0 -13
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.3.xml +0 -13
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.4.xml +0 -13
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.5.xml +0 -13
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.6.xml +0 -13
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.7.xml +0 -13
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.8.xml +0 -13
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.9.xml +0 -13
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0-simple.0.xml +0 -20
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0-simple.1.xml +0 -20
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0-simple.2.xml +0 -20
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0-simple.3.xml +0 -20
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0-simple.4.xml +0 -20
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0-simple.5.xml +0 -20
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0-simple.6.xml +0 -20
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0-simple.7.xml +0 -20
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0-simple.8.xml +0 -20
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0-simple.9.xml +0 -20
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0.0.xml +0 -20
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0.1.xml +0 -20
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0.2.xml +0 -20
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0.3.xml +0 -20
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0.4.xml +0 -20
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0.5.xml +0 -20
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0.6.xml +0 -20
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0.7.xml +0 -20
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0.8.xml +0 -20
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0.9.xml +0 -20
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-dynamic-uuid-assignments.0.xml +0 -13
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-dynamic-uuid-assignments.1.xml +0 -13
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-dynamic-uuid-assignments.2.xml +0 -13
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-dynamic-uuid-assignments.3.xml +0 -13
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-dynamic-uuid-assignments.4.xml +0 -13
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-dynamic-uuid-assignments.5.xml +0 -13
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-dynamic-uuid-assignments.6.xml +0 -13
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-dynamic-uuid-assignments.7.xml +0 -13
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-dynamic-uuid-assignments.8.xml +0 -13
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-dynamic-uuid-assignments.9.xml +0 -13
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-measure-existence-checks.0.xml +0 -12
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-measure-existence-checks.1.xml +0 -12
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-measure-existence-checks.2.xml +0 -12
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-measure-existence-checks.3.xml +0 -12
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-measure-existence-checks.4.xml +0 -12
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-measure-existence-checks.5.xml +0 -12
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-measure-existence-checks.6.xml +0 -12
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-measure-existence-checks.7.xml +0 -12
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-measure-existence-checks.8.xml +0 -12
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-measure-existence-checks.9.xml +0 -12
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-objective-functions.0.xml +0 -19
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-objective-functions.1.xml +0 -19
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-objective-functions.2.xml +0 -19
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-objective-functions.3.xml +0 -19
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-objective-functions.4.xml +0 -19
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-objective-functions.5.xml +0 -19
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-objective-functions.6.xml +0 -19
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-objective-functions.7.xml +0 -19
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-objective-functions.8.xml +0 -19
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-objective-functions.9.xml +0 -19
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-3-and-short-display-names.0.xml +0 -14
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-3-and-short-display-names.1.xml +0 -14
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-3-and-short-display-names.10.xml +0 -15
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-3-and-short-display-names.11.xml +0 -14
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-3-and-short-display-names.13.xml +0 -14
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-3-and-short-display-names.15.xml +0 -14
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-3-and-short-display-names.16.xml +0 -15
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-3-and-short-display-names.2.xml +0 -14
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-3-and-short-display-names.3.xml +0 -14
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-3-and-short-display-names.4.xml +0 -16
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-3-and-short-display-names.5.xml +0 -14
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-3-and-short-display-names.6.xml +0 -24
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-3-and-short-display-names.7.xml +0 -14
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-3-and-short-display-names.8.xml +0 -15
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-3-and-short-display-names.9.xml +0 -14
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.0.xml +0 -7
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.1.xml +0 -7
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.10.xml +0 -7
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.2.xml +0 -7
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.3.xml +0 -7
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.4.xml +0 -7
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.5.xml +0 -7
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.6.xml +0 -7
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.7.xml +0 -7
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.8.xml +0 -7
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.9.xml +0 -7
@@ -1,19 +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.443189" failures="0" errors="0" skipped="0" timestamp="2014-08-11T13:59:37-06:00">
|
3
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should have a model" time="0.000237">
|
4
|
-
</testcase>
|
5
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should have a weather file" time="0.000156">
|
6
|
-
</testcase>
|
7
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should have notes and source" time="0.000121">
|
8
|
-
</testcase>
|
9
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should write a json" time="0.06175">
|
10
|
-
</testcase>
|
11
|
-
<system-out>
|
12
|
-
/Users/nlong/working/OpenStudio-analysis-gem/spec/files/partial_weather.epw
|
13
|
-
Creating JSON and ZIP file for Example Analysis:small_seed
|
14
|
-
Adding measure /Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/reduce_lighting_loads_by_percentage to zip file
|
15
|
-
Adding measure /Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/example_measure_auto_directory_name to zip file
|
16
|
-
</system-out>
|
17
|
-
<system-err>
|
18
|
-
</system-err>
|
19
|
-
</testsuite>
|
@@ -1,19 +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.404224" failures="0" errors="0" skipped="0" timestamp="2014-10-06T13:55:32-06:00">
|
3
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should have a model" time="0.000233">
|
4
|
-
</testcase>
|
5
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should have a weather file" time="0.000152">
|
6
|
-
</testcase>
|
7
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should have notes and source" time="0.000136">
|
8
|
-
</testcase>
|
9
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should write a json" time="0.034468">
|
10
|
-
</testcase>
|
11
|
-
<system-out>
|
12
|
-
/Users/nlong/working/OpenStudio-analysis-gem/spec/files/partial_weather.epw
|
13
|
-
Creating JSON and ZIP file for Example Analysis:small_seed
|
14
|
-
Adding measure /Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/reduce_lighting_loads_by_percentage to zip file
|
15
|
-
Adding measure /Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/example_measure_auto_directory_name to zip file
|
16
|
-
</system-out>
|
17
|
-
<system-err>
|
18
|
-
</system-err>
|
19
|
-
</testsuite>
|
@@ -1,19 +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.405294" failures="0" errors="0" skipped="0" timestamp="2014-09-05T06:00:06-06:00">
|
3
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should have a model" time="0.000255">
|
4
|
-
</testcase>
|
5
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should have a weather file" time="0.000133">
|
6
|
-
</testcase>
|
7
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should have notes and source" time="0.000125">
|
8
|
-
</testcase>
|
9
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should write a json" time="0.034508">
|
10
|
-
</testcase>
|
11
|
-
<system-out>
|
12
|
-
/Users/nlong/working/OpenStudio-analysis-gem/spec/files/partial_weather.epw
|
13
|
-
Creating JSON and ZIP file for Example Analysis:small_seed
|
14
|
-
Adding measure /Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/reduce_lighting_loads_by_percentage to zip file
|
15
|
-
Adding measure /Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/example_measure_auto_directory_name to zip file
|
16
|
-
</system-out>
|
17
|
-
<system-err>
|
18
|
-
</system-err>
|
19
|
-
</testsuite>
|
@@ -1,7 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<testsuite name="OpenStudio::Analysis::Translator::Excel small list of variables" tests="0" time="0.373603" failures="0" errors="0" skipped="0" timestamp="2014-09-05T09:08:11-06:00">
|
3
|
-
<system-out>
|
4
|
-
</system-out>
|
5
|
-
<system-err>
|
6
|
-
</system-err>
|
7
|
-
</testsuite>
|
@@ -1,19 +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.654159" failures="0" errors="0" skipped="0" timestamp="2014-10-06T13:13:23-06:00">
|
3
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should have a model" time="0.000233">
|
4
|
-
</testcase>
|
5
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should have a weather file" time="0.000129">
|
6
|
-
</testcase>
|
7
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should have notes and source" time="0.000123">
|
8
|
-
</testcase>
|
9
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should write a json" time="0.269988">
|
10
|
-
</testcase>
|
11
|
-
<system-out>
|
12
|
-
/Users/nlong/working/OpenStudio-analysis-gem/spec/files/partial_weather.epw
|
13
|
-
Creating JSON and ZIP file for Example Analysis:small_seed
|
14
|
-
Adding measure /Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/reduce_lighting_loads_by_percentage to zip file
|
15
|
-
Adding measure /Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/example_measure_auto_directory_name to zip file
|
16
|
-
</system-out>
|
17
|
-
<system-err>
|
18
|
-
</system-err>
|
19
|
-
</testsuite>
|
@@ -1,19 +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.456779" failures="0" errors="0" skipped="0" timestamp="2014-10-06T13:15:48-06:00">
|
3
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should have a model" time="0.000234">
|
4
|
-
</testcase>
|
5
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should have a weather file" time="0.00016">
|
6
|
-
</testcase>
|
7
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should have notes and source" time="0.000122">
|
8
|
-
</testcase>
|
9
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should write a json" time="0.037127">
|
10
|
-
</testcase>
|
11
|
-
<system-out>
|
12
|
-
/Users/nlong/working/OpenStudio-analysis-gem/spec/files/partial_weather.epw
|
13
|
-
Creating JSON and ZIP file for Example Analysis:small_seed
|
14
|
-
Adding measure /Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/reduce_lighting_loads_by_percentage to zip file
|
15
|
-
Adding measure /Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/example_measure_auto_directory_name to zip file
|
16
|
-
</system-out>
|
17
|
-
<system-err>
|
18
|
-
</system-err>
|
19
|
-
</testsuite>
|
@@ -1,19 +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.414427" failures="0" errors="0" skipped="0" timestamp="2014-10-06T13:41:37-06:00">
|
3
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should have a model" time="0.000227">
|
4
|
-
</testcase>
|
5
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should have a weather file" time="0.000149">
|
6
|
-
</testcase>
|
7
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should have notes and source" time="0.000154">
|
8
|
-
</testcase>
|
9
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should write a json" time="0.043757">
|
10
|
-
</testcase>
|
11
|
-
<system-out>
|
12
|
-
/Users/nlong/working/OpenStudio-analysis-gem/spec/files/partial_weather.epw
|
13
|
-
Creating JSON and ZIP file for Example Analysis:small_seed
|
14
|
-
Adding measure /Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/reduce_lighting_loads_by_percentage to zip file
|
15
|
-
Adding measure /Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/example_measure_auto_directory_name to zip file
|
16
|
-
</system-out>
|
17
|
-
<system-err>
|
18
|
-
</system-err>
|
19
|
-
</testsuite>
|
@@ -1,19 +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.405992" failures="0" errors="0" skipped="0" timestamp="2014-10-06T13:43:14-06:00">
|
3
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should have a model" time="0.000237">
|
4
|
-
</testcase>
|
5
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should have a weather file" time="0.00013">
|
6
|
-
</testcase>
|
7
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should have notes and source" time="0.00012">
|
8
|
-
</testcase>
|
9
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should write a json" time="0.0349">
|
10
|
-
</testcase>
|
11
|
-
<system-out>
|
12
|
-
/Users/nlong/working/OpenStudio-analysis-gem/spec/files/partial_weather.epw
|
13
|
-
Creating JSON and ZIP file for Example Analysis:small_seed
|
14
|
-
Adding measure /Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/reduce_lighting_loads_by_percentage to zip file
|
15
|
-
Adding measure /Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/example_measure_auto_directory_name to zip file
|
16
|
-
</system-out>
|
17
|
-
<system-err>
|
18
|
-
</system-err>
|
19
|
-
</testsuite>
|
@@ -1,19 +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.405874" failures="0" errors="0" skipped="0" timestamp="2014-10-06T13:45:16-06:00">
|
3
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should have a model" time="0.000315">
|
4
|
-
</testcase>
|
5
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should have a weather file" time="0.000233">
|
6
|
-
</testcase>
|
7
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should have notes and source" time="0.00021">
|
8
|
-
</testcase>
|
9
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should write a json" time="0.027712">
|
10
|
-
</testcase>
|
11
|
-
<system-out>
|
12
|
-
/Users/nlong/working/OpenStudio-analysis-gem/spec/files/partial_weather.epw
|
13
|
-
Creating JSON and ZIP file for Example Analysis:small_seed
|
14
|
-
Adding measure /Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/reduce_lighting_loads_by_percentage to zip file
|
15
|
-
Adding measure /Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/example_measure_auto_directory_name to zip file
|
16
|
-
</system-out>
|
17
|
-
<system-err>
|
18
|
-
</system-err>
|
19
|
-
</testsuite>
|
@@ -1,19 +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.394455" failures="0" errors="0" skipped="0" timestamp="2014-10-06T13:46:05-06:00">
|
3
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should have a model" time="0.000228">
|
4
|
-
</testcase>
|
5
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should have a weather file" time="0.000156">
|
6
|
-
</testcase>
|
7
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should have notes and source" time="0.000167">
|
8
|
-
</testcase>
|
9
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel small list of variables should write a json" time="0.039205">
|
10
|
-
</testcase>
|
11
|
-
<system-out>
|
12
|
-
/Users/nlong/working/OpenStudio-analysis-gem/spec/files/partial_weather.epw
|
13
|
-
Creating JSON and ZIP file for Example Analysis:small_seed
|
14
|
-
Adding measure /Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/reduce_lighting_loads_by_percentage to zip file
|
15
|
-
Adding measure /Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/example_measure_auto_directory_name to zip file
|
16
|
-
</system-out>
|
17
|
-
<system-err>
|
18
|
-
</system-err>
|
19
|
-
</testsuite>
|
@@ -1,9 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<testsuite name="OpenStudio::Analysis::Translator::Excel small list with with repeated variable names" tests="1" time="0.362969" failures="0" errors="0" skipped="0" timestamp="2014-08-11T13:58:26-06:00">
|
3
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel small list with with repeated variable names should fail to process" time="0.294809">
|
4
|
-
</testcase>
|
5
|
-
<system-out>
|
6
|
-
</system-out>
|
7
|
-
<system-err>
|
8
|
-
</system-err>
|
9
|
-
</testsuite>
|
@@ -1,9 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<testsuite name="OpenStudio::Analysis::Translator::Excel small list with with repeated variable names" tests="1" time="0.371917" failures="0" errors="0" skipped="0" timestamp="2014-08-11T13:59:36-06:00">
|
3
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel small list with with repeated variable names should fail to process" time="0.301533">
|
4
|
-
</testcase>
|
5
|
-
<system-out>
|
6
|
-
</system-out>
|
7
|
-
<system-err>
|
8
|
-
</system-err>
|
9
|
-
</testsuite>
|
@@ -1,9 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<testsuite name="OpenStudio::Analysis::Translator::Excel small list with with repeated variable names" tests="1" time="0.373004" failures="0" errors="0" skipped="0" timestamp="2014-10-06T13:55:31-06:00">
|
3
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel small list with with repeated variable names should fail to process" time="0.311246">
|
4
|
-
</testcase>
|
5
|
-
<system-out>
|
6
|
-
</system-out>
|
7
|
-
<system-err>
|
8
|
-
</system-err>
|
9
|
-
</testsuite>
|
@@ -1,9 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<testsuite name="OpenStudio::Analysis::Translator::Excel small list with with repeated variable names" tests="1" time="0.373379" failures="0" errors="0" skipped="0" timestamp="2014-09-05T06:00:06-06:00">
|
3
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel small list with with repeated variable names should fail to process" time="0.305805">
|
4
|
-
</testcase>
|
5
|
-
<system-out>
|
6
|
-
</system-out>
|
7
|
-
<system-err>
|
8
|
-
</system-err>
|
9
|
-
</testsuite>
|
@@ -1,9 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<testsuite name="OpenStudio::Analysis::Translator::Excel small list with with repeated variable names" tests="1" time="0.358946" failures="0" errors="0" skipped="0" timestamp="2014-09-05T09:08:10-06:00">
|
3
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel small list with with repeated variable names should fail to process" time="0.297269">
|
4
|
-
</testcase>
|
5
|
-
<system-out>
|
6
|
-
</system-out>
|
7
|
-
<system-err>
|
8
|
-
</system-err>
|
9
|
-
</testsuite>
|
@@ -1,9 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<testsuite name="OpenStudio::Analysis::Translator::Excel small list with with repeated variable names" tests="1" time="0.369104" failures="0" errors="0" skipped="0" timestamp="2014-10-06T13:13:22-06:00">
|
3
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel small list with with repeated variable names should fail to process" time="0.304005">
|
4
|
-
</testcase>
|
5
|
-
<system-out>
|
6
|
-
</system-out>
|
7
|
-
<system-err>
|
8
|
-
</system-err>
|
9
|
-
</testsuite>
|
@@ -1,9 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<testsuite name="OpenStudio::Analysis::Translator::Excel small list with with repeated variable names" tests="1" time="0.369561" failures="0" errors="0" skipped="0" timestamp="2014-10-06T13:15:47-06:00">
|
3
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel small list with with repeated variable names should fail to process" time="0.308526">
|
4
|
-
</testcase>
|
5
|
-
<system-out>
|
6
|
-
</system-out>
|
7
|
-
<system-err>
|
8
|
-
</system-err>
|
9
|
-
</testsuite>
|
@@ -1,9 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<testsuite name="OpenStudio::Analysis::Translator::Excel small list with with repeated variable names" tests="1" time="0.372803" failures="0" errors="0" skipped="0" timestamp="2014-10-06T13:41:37-06:00">
|
3
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel small list with with repeated variable names should fail to process" time="0.310843">
|
4
|
-
</testcase>
|
5
|
-
<system-out>
|
6
|
-
</system-out>
|
7
|
-
<system-err>
|
8
|
-
</system-err>
|
9
|
-
</testsuite>
|
@@ -1,9 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<testsuite name="OpenStudio::Analysis::Translator::Excel small list with with repeated variable names" tests="1" time="0.359275" failures="0" errors="0" skipped="0" timestamp="2014-10-06T13:43:14-06:00">
|
3
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel small list with with repeated variable names should fail to process" time="0.298129">
|
4
|
-
</testcase>
|
5
|
-
<system-out>
|
6
|
-
</system-out>
|
7
|
-
<system-err>
|
8
|
-
</system-err>
|
9
|
-
</testsuite>
|
@@ -1,9 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<testsuite name="OpenStudio::Analysis::Translator::Excel small list with with repeated variable names" tests="1" time="0.351957" failures="0" errors="0" skipped="0" timestamp="2014-10-06T13:45:15-06:00">
|
3
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel small list with with repeated variable names should fail to process" time="0.295823">
|
4
|
-
</testcase>
|
5
|
-
<system-out>
|
6
|
-
</system-out>
|
7
|
-
<system-err>
|
8
|
-
</system-err>
|
9
|
-
</testsuite>
|
@@ -1,9 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<testsuite name="OpenStudio::Analysis::Translator::Excel small list with with repeated variable names" tests="1" time="0.357959" failures="0" errors="0" skipped="0" timestamp="2014-10-06T13:46:04-06:00">
|
3
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel small list with with repeated variable names should fail to process" time="0.296463">
|
4
|
-
</testcase>
|
5
|
-
<system-out>
|
6
|
-
</system-out>
|
7
|
-
<system-err>
|
8
|
-
</system-err>
|
9
|
-
</testsuite>
|
@@ -1,13 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<testsuite name="OpenStudio::Analysis::Translator::Excel version 0.1.10" tests="2" time="0.372454" failures="0" errors="0" skipped="0" timestamp="2014-08-11T13:58:30-06:00">
|
3
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.1.10 should process" time="0.299014">
|
4
|
-
</testcase>
|
5
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.1.10 should have new setting variables" time="0.000178">
|
6
|
-
</testcase>
|
7
|
-
<system-out>
|
8
|
-
{"spreadsheet_version"=>"0.1.10", "user_id"=>"new_user", "openstudio_server_version"=>"1.3.2", "cluster_name"=>"Analysis Cluster", "server_instance_type"=>"m2.xlarge", "worker_instance_type"=>"m2.2xlarge", "worker_nodes"=>1.0}
|
9
|
-
{"analysis_name"=>"LHS Example Project", "measure_directory"=>"../files/measures", "export_directory"=>"../files/analysis", "allow_multiple_jobs"=>true, "use_server_as_worker"=>true, "simulate_data_point_filename"=>"simulate_data_point.rb", "run_data_point_filename"=>"run_openstudio_workflow.rb"}
|
10
|
-
</system-out>
|
11
|
-
<system-err>
|
12
|
-
</system-err>
|
13
|
-
</testsuite>
|
@@ -1,13 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<testsuite name="OpenStudio::Analysis::Translator::Excel version 0.1.10" tests="2" time="0.369345" failures="0" errors="0" skipped="0" timestamp="2014-08-11T13:59:40-06:00">
|
3
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.1.10 should process" time="0.29848">
|
4
|
-
</testcase>
|
5
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.1.10 should have new setting variables" time="0.000224">
|
6
|
-
</testcase>
|
7
|
-
<system-out>
|
8
|
-
{"spreadsheet_version"=>"0.1.10", "user_id"=>"new_user", "openstudio_server_version"=>"1.3.2", "cluster_name"=>"Analysis Cluster", "server_instance_type"=>"m2.xlarge", "worker_instance_type"=>"m2.2xlarge", "worker_nodes"=>1.0}
|
9
|
-
{"analysis_name"=>"LHS Example Project", "measure_directory"=>"../files/measures", "export_directory"=>"../files/analysis", "allow_multiple_jobs"=>true, "use_server_as_worker"=>true, "simulate_data_point_filename"=>"simulate_data_point.rb", "run_data_point_filename"=>"run_openstudio_workflow.rb"}
|
10
|
-
</system-out>
|
11
|
-
<system-err>
|
12
|
-
</system-err>
|
13
|
-
</testsuite>
|
@@ -1,13 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<testsuite name="OpenStudio::Analysis::Translator::Excel version 0.1.10" tests="2" time="0.376127" failures="0" errors="0" skipped="0" timestamp="2014-09-05T06:00:09-06:00">
|
3
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.1.10 should process" time="0.315943">
|
4
|
-
</testcase>
|
5
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.1.10 should have new setting variables" time="0.000231">
|
6
|
-
</testcase>
|
7
|
-
<system-out>
|
8
|
-
{"spreadsheet_version"=>"0.1.10", "user_id"=>"new_user", "openstudio_server_version"=>"1.3.2", "cluster_name"=>"Analysis Cluster", "server_instance_type"=>"m2.xlarge", "worker_instance_type"=>"m2.2xlarge", "worker_nodes"=>1.0}
|
9
|
-
{"analysis_name"=>"LHS Example Project", "measure_directory"=>"../files/measures", "export_directory"=>"../files/analysis", "allow_multiple_jobs"=>true, "use_server_as_worker"=>true, "simulate_data_point_filename"=>"simulate_data_point.rb", "run_data_point_filename"=>"run_openstudio_workflow.rb"}
|
10
|
-
</system-out>
|
11
|
-
<system-err>
|
12
|
-
</system-err>
|
13
|
-
</testsuite>
|
@@ -1,13 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<testsuite name="OpenStudio::Analysis::Translator::Excel version 0.1.10" tests="2" time="0.373958" failures="0" errors="0" skipped="0" timestamp="2014-10-06T13:13:26-06:00">
|
3
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.1.10 should process" time="0.306724">
|
4
|
-
</testcase>
|
5
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.1.10 should have new setting variables" time="0.000186">
|
6
|
-
</testcase>
|
7
|
-
<system-out>
|
8
|
-
{"spreadsheet_version"=>"0.1.10", "user_id"=>"new_user", "openstudio_server_version"=>"1.3.2", "cluster_name"=>"Analysis Cluster", "server_instance_type"=>"m2.xlarge", "worker_instance_type"=>"m2.2xlarge", "worker_nodes"=>1.0}
|
9
|
-
{"analysis_name"=>"LHS Example Project", "measure_directory"=>"../files/measures", "export_directory"=>"../files/analysis", "allow_multiple_jobs"=>true, "use_server_as_worker"=>true, "simulate_data_point_filename"=>"simulate_data_point.rb", "run_data_point_filename"=>"run_openstudio_workflow.rb"}
|
10
|
-
</system-out>
|
11
|
-
<system-err>
|
12
|
-
</system-err>
|
13
|
-
</testsuite>
|
@@ -1,13 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<testsuite name="OpenStudio::Analysis::Translator::Excel version 0.1.10" tests="2" time="0.354434" failures="0" errors="0" skipped="0" timestamp="2014-10-06T13:15:51-06:00">
|
3
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.1.10 should process" time="0.299872">
|
4
|
-
</testcase>
|
5
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.1.10 should have new setting variables" time="0.000253">
|
6
|
-
</testcase>
|
7
|
-
<system-out>
|
8
|
-
{"spreadsheet_version"=>"0.1.10", "user_id"=>"new_user", "openstudio_server_version"=>"1.3.2", "cluster_name"=>"Analysis Cluster", "server_instance_type"=>"m2.xlarge", "worker_instance_type"=>"m2.2xlarge", "worker_nodes"=>1.0}
|
9
|
-
{"analysis_name"=>"LHS Example Project", "measure_directory"=>"../files/measures", "export_directory"=>"../files/analysis", "allow_multiple_jobs"=>true, "use_server_as_worker"=>true, "simulate_data_point_filename"=>"simulate_data_point.rb", "run_data_point_filename"=>"run_openstudio_workflow.rb"}
|
10
|
-
</system-out>
|
11
|
-
<system-err>
|
12
|
-
</system-err>
|
13
|
-
</testsuite>
|
@@ -1,13 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<testsuite name="OpenStudio::Analysis::Translator::Excel version 0.1.10" tests="2" time="0.369445" failures="0" errors="0" skipped="0" timestamp="2014-10-06T13:41:40-06:00">
|
3
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.1.10 should process" time="0.300693">
|
4
|
-
</testcase>
|
5
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.1.10 should have new setting variables" time="0.000214">
|
6
|
-
</testcase>
|
7
|
-
<system-out>
|
8
|
-
{"spreadsheet_version"=>"0.1.10", "user_id"=>"new_user", "openstudio_server_version"=>"1.3.2", "cluster_name"=>"Analysis Cluster", "server_instance_type"=>"m2.xlarge", "worker_instance_type"=>"m2.2xlarge", "worker_nodes"=>1.0}
|
9
|
-
{"analysis_name"=>"LHS Example Project", "measure_directory"=>"../files/measures", "export_directory"=>"../files/analysis", "allow_multiple_jobs"=>true, "use_server_as_worker"=>true, "simulate_data_point_filename"=>"simulate_data_point.rb", "run_data_point_filename"=>"run_openstudio_workflow.rb"}
|
10
|
-
</system-out>
|
11
|
-
<system-err>
|
12
|
-
</system-err>
|
13
|
-
</testsuite>
|
@@ -1,13 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<testsuite name="OpenStudio::Analysis::Translator::Excel version 0.1.10" tests="2" time="0.367765" failures="0" errors="0" skipped="0" timestamp="2014-10-06T13:43:17-06:00">
|
3
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.1.10 should process" time="0.301578">
|
4
|
-
</testcase>
|
5
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.1.10 should have new setting variables" time="0.000183">
|
6
|
-
</testcase>
|
7
|
-
<system-out>
|
8
|
-
{"spreadsheet_version"=>"0.1.10", "user_id"=>"new_user", "openstudio_server_version"=>"1.3.2", "cluster_name"=>"Analysis Cluster", "server_instance_type"=>"m2.xlarge", "worker_instance_type"=>"m2.2xlarge", "worker_nodes"=>1.0}
|
9
|
-
{"analysis_name"=>"LHS Example Project", "measure_directory"=>"../files/measures", "export_directory"=>"../files/analysis", "allow_multiple_jobs"=>true, "use_server_as_worker"=>true, "simulate_data_point_filename"=>"simulate_data_point.rb", "run_data_point_filename"=>"run_openstudio_workflow.rb"}
|
10
|
-
</system-out>
|
11
|
-
<system-err>
|
12
|
-
</system-err>
|
13
|
-
</testsuite>
|
@@ -1,13 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<testsuite name="OpenStudio::Analysis::Translator::Excel version 0.1.10" tests="2" time="0.379166" failures="0" errors="0" skipped="0" timestamp="2014-10-06T13:45:19-06:00">
|
3
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.1.10 should process" time="0.300571">
|
4
|
-
</testcase>
|
5
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.1.10 should have new setting variables" time="0.000183">
|
6
|
-
</testcase>
|
7
|
-
<system-out>
|
8
|
-
{"spreadsheet_version"=>"0.1.10", "user_id"=>"new_user", "openstudio_server_version"=>"1.3.2", "cluster_name"=>"Analysis Cluster", "server_instance_type"=>"m2.xlarge", "worker_instance_type"=>"m2.2xlarge", "worker_nodes"=>1.0}
|
9
|
-
{"analysis_name"=>"LHS Example Project", "measure_directory"=>"../files/measures", "export_directory"=>"../files/analysis", "allow_multiple_jobs"=>true, "use_server_as_worker"=>true, "simulate_data_point_filename"=>"simulate_data_point.rb", "run_data_point_filename"=>"run_openstudio_workflow.rb"}
|
10
|
-
</system-out>
|
11
|
-
<system-err>
|
12
|
-
</system-err>
|
13
|
-
</testsuite>
|
@@ -1,13 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<testsuite name="OpenStudio::Analysis::Translator::Excel version 0.1.10" tests="2" time="0.370013" failures="0" errors="0" skipped="0" timestamp="2014-10-06T13:46:07-06:00">
|
3
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.1.10 should process" time="0.304963">
|
4
|
-
</testcase>
|
5
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.1.10 should have new setting variables" time="0.000227">
|
6
|
-
</testcase>
|
7
|
-
<system-out>
|
8
|
-
{"spreadsheet_version"=>"0.1.10", "user_id"=>"new_user", "openstudio_server_version"=>"1.3.2", "cluster_name"=>"Analysis Cluster", "server_instance_type"=>"m2.xlarge", "worker_instance_type"=>"m2.2xlarge", "worker_nodes"=>1.0}
|
9
|
-
{"analysis_name"=>"LHS Example Project", "measure_directory"=>"../files/measures", "export_directory"=>"../files/analysis", "allow_multiple_jobs"=>true, "use_server_as_worker"=>true, "simulate_data_point_filename"=>"simulate_data_point.rb", "run_data_point_filename"=>"run_openstudio_workflow.rb"}
|
10
|
-
</system-out>
|
11
|
-
<system-err>
|
12
|
-
</system-err>
|
13
|
-
</testsuite>
|