openstudio-analysis 0.2.3 → 0.3.0
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 +7 -0
- data/README.md +1 -1
- data/lib/openstudio-analysis.rb +2 -0
- data/lib/openstudio/analysis/server_api.rb +19 -1
- data/lib/openstudio/analysis/translator/excel.rb +194 -129
- data/lib/openstudio/analysis/version.rb +1 -1
- data/lib/openstudio/templates/discrete_uncertain_variable.json.erb +10 -11
- data/lib/openstudio/templates/pivot_variable.json.erb +4 -4
- data/lib/openstudio/templates/uncertain_variable.json.erb +14 -12
- data/lib/openstudio/templates/workflow_item.json.erb +4 -4
- data/spec/files/0_3_0_outputs.xlsx +0 -0
- data/spec/files/analysis/medium_office.json +1830 -0
- data/spec/files/analysis/medium_office.zip +0 -0
- data/spec/files/discrete_dynamic_columns.xlsx +0 -0
- data/spec/files/discrete_variables.xlsx +0 -0
- data/spec/files/export/analysis/0_3_0_outputs.json +1311 -0
- data/spec/files/export/analysis/0_3_0_outputs.zip +0 -0
- data/spec/files/export/analysis/apartment_highrise.json +1311 -0
- data/spec/files/export/analysis/apartment_highrise.zip +0 -0
- data/spec/files/export/analysis/discrete_dynamic_seed.json +488 -0
- data/spec/files/export/analysis/discrete_dynamic_seed.zip +0 -0
- data/spec/files/export/analysis/discrete_seed.json +743 -0
- data/spec/files/export/analysis/discrete_seed.zip +0 -0
- data/spec/files/export/analysis/kats_model_v2.json +511 -0
- data/spec/files/export/analysis/kats_model_v2.zip +0 -0
- data/spec/files/export/analysis/output_vars.json +719 -0
- data/spec/files/export/analysis/output_vars.zip +0 -0
- data/spec/files/export/analysis/small_seed.json +673 -0
- data/spec/files/export/analysis/small_seed.zip +0 -0
- data/spec/files/no_variables.xlsx +0 -0
- data/spec/files/outputvars.xlsx +0 -0
- data/spec/files/proxy.xlsx +0 -0
- data/spec/files/proxy_user.xlsx +0 -0
- data/spec/files/setup_version_2.xlsx +0 -0
- data/spec/files/small_list.xlsx +0 -0
- data/spec/files/small_list_incomplete.xlsx +0 -0
- data/spec/files/small_list_repeat_vars.xlsx +0 -0
- data/spec/files/small_list_validation_errors.xlsx +0 -0
- data/spec/files/template_input_0.1.10.xlsx +0 -0
- data/spec/files/~$0_3_0_outputs.xlsx +0 -0
- data/spec/openstudio/analysis/translator/excel_spec.rb +48 -1
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.0.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.1.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.10.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.11.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.12.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.13.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.14.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.2.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.3.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.4.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.5.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.6.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.7.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.8.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.9.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-localhost-instance.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.0.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.1.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.10.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.11.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.12.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.13.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.14.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.2.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.3.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.4.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.5.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.6.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.7.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.8.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.9.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.0.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.1.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.10.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.11.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.12.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.13.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.14.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.2.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.3.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.4.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.5.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.6.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.7.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.8.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.9.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.0.xml +25 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.1.xml +25 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.10.xml +18 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.11.xml +18 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.2.xml +25 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.3.xml +18 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.4.xml +18 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.5.xml +18 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.6.xml +18 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.7.xml +18 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.8.xml +18 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.9.xml +18 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.xml +25 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.0.xml +17 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.1.xml +17 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.10.xml +17 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.11.xml +17 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.2.xml +17 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.3.xml +17 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.4.xml +17 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.5.xml +17 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.6.xml +17 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.7.xml +17 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.8.xml +17 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.9.xml +17 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.xml +17 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.0.xml +32 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.1.xml +32 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.10.xml +18 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.11.xml +18 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.12.xml +18 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.13.xml +18 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.2.xml +32 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.3.xml +24 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.4.xml +24 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.5.xml +24 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.6.xml +24 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.7.xml +18 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.8.xml +18 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.9.xml +18 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.xml +32 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.0.xml +16 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.1.xml +16 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.10.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.11.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.2.xml +16 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.3.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.4.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.5.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.6.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.7.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.8.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.9.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.xml +16 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.0.xml +16 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.1.xml +16 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.10.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.11.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.12.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.2.xml +16 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.3.xml +16 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.4.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.5.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.6.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.7.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.8.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.9.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.xml +16 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.0.xml +70 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.1.xml +70 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.10.xml +36 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.11.xml +36 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.2.xml +70 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.3.xml +36 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.4.xml +36 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.5.xml +36 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.6.xml +36 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.7.xml +36 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.8.xml +36 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.9.xml +36 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.xml +70 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.0.xml +43 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.1.xml +43 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.10.xml +21 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.11.xml +21 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.12.xml +21 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.13.xml +21 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.2.xml +43 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.3.xml +43 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.4.xml +43 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.5.xml +21 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.6.xml +21 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.7.xml +21 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.8.xml +21 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.9.xml +21 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.xml +43 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.0.xml +21 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.1.xml +21 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.10.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.11.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.12.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.13.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.2.xml +21 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.3.xml +21 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.4.xml +21 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.5.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.6.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.7.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.8.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.9.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.xml +21 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.0.xml +21 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.1.xml +21 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.10.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.11.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.12.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.13.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.2.xml +21 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.3.xml +21 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.4.xml +21 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.5.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.6.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.7.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.8.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.9.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.xml +21 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.0.xml +43 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.1.xml +43 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.10.xml +23 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.11.xml +23 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.12.xml +23 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.13.xml +23 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.2.xml +43 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.3.xml +43 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.4.xml +43 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.5.xml +23 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.6.xml +23 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.7.xml +23 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.8.xml +23 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.9.xml +23 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.xml +43 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.0.xml +21 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.1.xml +21 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.10.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.11.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.12.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.13.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.2.xml +21 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.3.xml +21 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.4.xml +21 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.5.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.6.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.7.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.8.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.9.xml +9 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.xml +21 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.0.xml +20 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.1.xml +20 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.10.xml +13 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.11.xml +13 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.2.xml +20 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.3.xml +20 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.4.xml +13 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.5.xml +13 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.6.xml +13 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.7.xml +13 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.8.xml +13 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.9.xml +13 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.xml +20 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0-simple.0.xml +21 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0-simple.1.xml +21 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0-simple.10.xml +21 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0-simple.11.xml +21 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0-simple.2.xml +21 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0-simple.3.xml +21 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0-simple.4.xml +21 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0-simple.5.xml +21 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0-simple.6.xml +21 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0-simple.7.xml +21 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0-simple.8.xml +21 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0-simple.9.xml +21 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0-simple.xml +21 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0.0.xml +32 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0.1.xml +32 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0.10.xml +32 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0.11.xml +32 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0.2.xml +32 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0.3.xml +32 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0.4.xml +32 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0.5.xml +32 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0.6.xml +32 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0.7.xml +32 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0.8.xml +32 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0.9.xml +32 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0.xml +32 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-objective-functions.0.xml +19 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-objective-functions.1.xml +33 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-objective-functions.2.xml +19 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-objective-functions.3.xml +22 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-objective-functions.4.xml +21 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-objective-functions.5.xml +21 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-objective-functions.xml +46 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.0.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.1.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.10.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.11.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.12.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.13.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.14.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.2.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.3.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.4.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.5.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.6.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.7.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.8.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.9.xml +7 -0
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.xml +7 -0
- data/spec/spec_helper.rb +2 -2
- metadata +570 -3
- data/lib/openstudio/templates/static_variable.json.erb +0 -21
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<testsuite name="OpenStudio::Analysis::Translator::Excel version 0.1.10" tests="2" time="0.358114" failures="0" errors="1" skipped="0" timestamp="2014-06-10T16:09:09-06:00">
|
|
3
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.1.10 should process" time="0.285695">
|
|
4
|
+
<failure type="NoMethodError" message="undefined method `map' for 1:Fixnum">
|
|
5
|
+
undefined method `map' for 1:Fixnum (NoMethodError)
|
|
6
|
+
NoMethodError:
|
|
7
|
+
undefined method `map' for 1:Fixnum
|
|
8
|
+
./lib/openstudio/analysis/translator/excel.rb:798:in `parse_outputs'
|
|
9
|
+
./lib/openstudio/analysis/translator/excel.rb:66:in `process'
|
|
10
|
+
./spec/openstudio/analysis/translator/excel_spec.rb:277:in `block (3 levels) in <top (required)>' </failure>
|
|
11
|
+
</testcase>
|
|
12
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.1.10 should have new setting variables" time="0.0002">
|
|
13
|
+
</testcase>
|
|
14
|
+
<system-out>
|
|
15
|
+
{"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}
|
|
16
|
+
{"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"}
|
|
17
|
+
</system-out>
|
|
18
|
+
<system-err>
|
|
19
|
+
</system-err>
|
|
20
|
+
</testsuite>
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<testsuite name="OpenStudio::Analysis::Translator::Excel version 0.1.10" tests="2" time="0.439792" failures="0" errors="0" skipped="0" timestamp="2014-06-11T08:20:07-06:00">
|
|
3
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.1.10 should process" time="0.364227">
|
|
4
|
+
</testcase>
|
|
5
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.1.10 should have new setting variables" time="0.000229">
|
|
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>
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<testsuite name="OpenStudio::Analysis::Translator::Excel version 0.1.10" tests="2" time="0.427599" failures="0" errors="0" skipped="0" timestamp="2014-06-11T08:20:51-06:00">
|
|
3
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.1.10 should process" time="0.355661">
|
|
4
|
+
</testcase>
|
|
5
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.1.10 should have new setting variables" time="0.000229">
|
|
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>
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<testsuite name="OpenStudio::Analysis::Translator::Excel version 0.1.10" tests="2" time="0.430583" failures="0" errors="1" skipped="0" timestamp="2014-06-11T07:46:00-06:00">
|
|
3
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.1.10 should process" time="0.346268">
|
|
4
|
+
<failure type="NoMethodError" message="undefined method `map' for 1:Fixnum">
|
|
5
|
+
undefined method `map' for 1:Fixnum (NoMethodError)
|
|
6
|
+
NoMethodError:
|
|
7
|
+
undefined method `map' for 1:Fixnum
|
|
8
|
+
./lib/openstudio/analysis/translator/excel.rb:798:in `parse_outputs'
|
|
9
|
+
./lib/openstudio/analysis/translator/excel.rb:66:in `process'
|
|
10
|
+
./spec/openstudio/analysis/translator/excel_spec.rb:276:in `block (3 levels) in <top (required)>' </failure>
|
|
11
|
+
</testcase>
|
|
12
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.1.10 should have new setting variables" time="0.000331">
|
|
13
|
+
</testcase>
|
|
14
|
+
<system-out>
|
|
15
|
+
{"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}
|
|
16
|
+
{"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"}
|
|
17
|
+
</system-out>
|
|
18
|
+
<system-err>
|
|
19
|
+
</system-err>
|
|
20
|
+
</testsuite>
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<testsuite name="OpenStudio::Analysis::Translator::Excel version 0.1.10" tests="2" time="0.430674" failures="0" errors="1" skipped="0" timestamp="2014-06-11T08:01:23-06:00">
|
|
3
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.1.10 should process" time="0.357478">
|
|
4
|
+
<failure type="NoMethodError" message="undefined method `map' for 1:Fixnum">
|
|
5
|
+
undefined method `map' for 1:Fixnum (NoMethodError)
|
|
6
|
+
NoMethodError:
|
|
7
|
+
undefined method `map' for 1:Fixnum
|
|
8
|
+
./lib/openstudio/analysis/translator/excel.rb:798:in `parse_outputs'
|
|
9
|
+
./lib/openstudio/analysis/translator/excel.rb:66:in `process'
|
|
10
|
+
./spec/openstudio/analysis/translator/excel_spec.rb:276:in `block (3 levels) in <top (required)>' </failure>
|
|
11
|
+
</testcase>
|
|
12
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.1.10 should have new setting variables" time="0.000221">
|
|
13
|
+
</testcase>
|
|
14
|
+
<system-out>
|
|
15
|
+
{"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}
|
|
16
|
+
{"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"}
|
|
17
|
+
</system-out>
|
|
18
|
+
<system-err>
|
|
19
|
+
</system-err>
|
|
20
|
+
</testsuite>
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<testsuite name="OpenStudio::Analysis::Translator::Excel version 0.1.10" tests="2" time="0.490606" failures="0" errors="0" skipped="0" timestamp="2014-06-11T08:02:43-06:00">
|
|
3
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.1.10 should process" time="0.403237">
|
|
4
|
+
</testcase>
|
|
5
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.1.10 should have new setting variables" time="0.000187">
|
|
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>
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<testsuite name="OpenStudio::Analysis::Translator::Excel version 0.1.10" tests="2" time="0.432435" failures="0" errors="0" skipped="0" timestamp="2014-06-11T08:03:17-06:00">
|
|
3
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.1.10 should process" time="0.371732">
|
|
4
|
+
</testcase>
|
|
5
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.1.10 should have new setting variables" time="0.000223">
|
|
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>
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<testsuite name="OpenStudio::Analysis::Translator::Excel version 0.1.10" tests="2" time="0.451876" failures="0" errors="0" skipped="0" timestamp="2014-06-11T08:07:27-06:00">
|
|
3
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.1.10 should process" time="0.375937">
|
|
4
|
+
</testcase>
|
|
5
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.1.10 should have new setting variables" time="0.000184">
|
|
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>
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<testsuite name="OpenStudio::Analysis::Translator::Excel version 0.1.10" tests="2" time="0.466905" failures="0" errors="0" skipped="0" timestamp="2014-06-11T08:08:26-06:00">
|
|
3
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.1.10 should process" time="0.401125">
|
|
4
|
+
</testcase>
|
|
5
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.1.10 should have new setting variables" time="0.00023">
|
|
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>
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<testsuite name="OpenStudio::Analysis::Translator::Excel version 0.1.10" tests="2" time="0.455856" failures="0" errors="0" skipped="0" timestamp="2014-06-11T08:09:57-06:00">
|
|
3
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.1.10 should process" time="0.369458">
|
|
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>
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<testsuite name="OpenStudio::Analysis::Translator::Excel version 0.1.10" tests="2" time="0.494413" failures="0" errors="0" skipped="0" timestamp="2014-06-11T08:10:50-06:00">
|
|
3
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.1.10 should process" time="0.409635">
|
|
4
|
+
</testcase>
|
|
5
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.1.10 should have new setting variables" time="0.000228">
|
|
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>
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<testsuite name="OpenStudio::Analysis::Translator::Excel version 0.1.10" tests="2" time="0.370706" failures="0" errors="1" skipped="0" timestamp="2014-06-10T14:29:50-06:00">
|
|
3
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.1.10 should process" time="0.292738">
|
|
4
|
+
<failure type="NoMethodError" message="undefined method `map' for 1:Fixnum">
|
|
5
|
+
undefined method `map' for 1:Fixnum (NoMethodError)
|
|
6
|
+
NoMethodError:
|
|
7
|
+
undefined method `map' for 1:Fixnum
|
|
8
|
+
./lib/openstudio/analysis/translator/excel.rb:798:in `parse_outputs'
|
|
9
|
+
./lib/openstudio/analysis/translator/excel.rb:66:in `process'
|
|
10
|
+
./spec/openstudio/analysis/translator/excel_spec.rb:276:in `block (3 levels) in <top (required)>' </failure>
|
|
11
|
+
</testcase>
|
|
12
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.1.10 should have new setting variables" time="0.000208">
|
|
13
|
+
</testcase>
|
|
14
|
+
<system-out>
|
|
15
|
+
{"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}
|
|
16
|
+
{"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"}
|
|
17
|
+
</system-out>
|
|
18
|
+
<system-err>
|
|
19
|
+
</system-err>
|
|
20
|
+
</testsuite>
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<testsuite name="OpenStudio::Analysis::Translator::Excel version 0.2.0 simple" tests="4" time="0.45811" failures="0" errors="0" skipped="0" timestamp="2014-06-10T15:47:47-06:00">
|
|
3
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 simple should process" time="0.294616">
|
|
4
|
+
</testcase>
|
|
5
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 simple should have new setting variables" time="0.000182">
|
|
6
|
+
</testcase>
|
|
7
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 simple should have the new measure directory column" time="0.000118">
|
|
8
|
+
</testcase>
|
|
9
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 simple should write a json" time="0.050955">
|
|
10
|
+
</testcase>
|
|
11
|
+
<system-out>
|
|
12
|
+
{"spreadsheet_version"=>"0.2.0", "user_id"=>"new_user", "openstudio_server_version"=>"1.3.2", "cluster_name"=>"Analysis Cluster", "server_instance_type"=>"m2.2xlarge", "worker_instance_type"=>"cc2.8xlarge", "worker_nodes"=>2.0}
|
|
13
|
+
{"analysis_name"=>"simple_test", "measure_directory"=>"../../spec/files/measures", "export_directory"=>"../../spec/files/export/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_monthly.rb"}
|
|
14
|
+
Analysis name is simple_test
|
|
15
|
+
Adding measure item 'baseline'
|
|
16
|
+
Warning: 'baseline:Baseline' static value was empty or null, assuming optional and skipping
|
|
17
|
+
Adding measure item 'adjust_thermostat_setpoints_by_degrees'
|
|
18
|
+
</system-out>
|
|
19
|
+
<system-err>
|
|
20
|
+
</system-err>
|
|
21
|
+
</testsuite>
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<testsuite name="OpenStudio::Analysis::Translator::Excel version 0.2.0 simple" tests="4" time="0.449007" failures="0" errors="0" skipped="0" timestamp="2014-06-10T16:09:10-06:00">
|
|
3
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 simple should process" time="0.288593">
|
|
4
|
+
</testcase>
|
|
5
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 simple should have new setting variables" time="0.000225">
|
|
6
|
+
</testcase>
|
|
7
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 simple should have the new measure directory column" time="0.000115">
|
|
8
|
+
</testcase>
|
|
9
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 simple should write a json" time="0.049572">
|
|
10
|
+
</testcase>
|
|
11
|
+
<system-out>
|
|
12
|
+
{"spreadsheet_version"=>"0.2.0", "user_id"=>"new_user", "openstudio_server_version"=>"1.3.2", "cluster_name"=>"Analysis Cluster", "server_instance_type"=>"m2.2xlarge", "worker_instance_type"=>"cc2.8xlarge", "worker_nodes"=>2.0}
|
|
13
|
+
{"analysis_name"=>"simple_test", "measure_directory"=>"../../spec/files/measures", "export_directory"=>"../../spec/files/export/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_monthly.rb"}
|
|
14
|
+
Analysis name is simple_test
|
|
15
|
+
Adding measure item 'baseline'
|
|
16
|
+
Warning: 'baseline:Baseline' static value was empty or null, assuming optional and skipping
|
|
17
|
+
Adding measure item 'adjust_thermostat_setpoints_by_degrees'
|
|
18
|
+
</system-out>
|
|
19
|
+
<system-err>
|
|
20
|
+
</system-err>
|
|
21
|
+
</testsuite>
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<testsuite name="OpenStudio::Analysis::Translator::Excel version 0.2.0 simple" tests="4" time="0.423472" failures="0" errors="0" skipped="0" timestamp="2014-06-11T08:20:09-06:00">
|
|
3
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 simple should process" time="0.290664">
|
|
4
|
+
</testcase>
|
|
5
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 simple should have new setting variables" time="0.000181">
|
|
6
|
+
</testcase>
|
|
7
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 simple should have the new measure directory column" time="0.000124">
|
|
8
|
+
</testcase>
|
|
9
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 simple should write a json" time="0.050445">
|
|
10
|
+
</testcase>
|
|
11
|
+
<system-out>
|
|
12
|
+
{"spreadsheet_version"=>"0.2.0", "user_id"=>"new_user", "openstudio_server_version"=>"1.3.2", "cluster_name"=>"Analysis Cluster", "server_instance_type"=>"m2.2xlarge", "worker_instance_type"=>"cc2.8xlarge", "worker_nodes"=>2.0}
|
|
13
|
+
{"analysis_name"=>"simple_test", "measure_directory"=>"../../spec/files/measures", "export_directory"=>"../../spec/files/export/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_monthly.rb"}
|
|
14
|
+
Analysis name is simple_test
|
|
15
|
+
Adding measure item 'baseline'
|
|
16
|
+
Warning: 'baseline:Baseline' static value was empty or null, assuming optional and skipping
|
|
17
|
+
Adding measure item 'adjust_thermostat_setpoints_by_degrees'
|
|
18
|
+
</system-out>
|
|
19
|
+
<system-err>
|
|
20
|
+
</system-err>
|
|
21
|
+
</testsuite>
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<testsuite name="OpenStudio::Analysis::Translator::Excel version 0.2.0 simple" tests="4" time="0.42499" failures="0" errors="0" skipped="0" timestamp="2014-06-11T08:20:53-06:00">
|
|
3
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 simple should process" time="0.297741">
|
|
4
|
+
</testcase>
|
|
5
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 simple should have new setting variables" time="0.000177">
|
|
6
|
+
</testcase>
|
|
7
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 simple should have the new measure directory column" time="0.000118">
|
|
8
|
+
</testcase>
|
|
9
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 simple should write a json" time="0.046592">
|
|
10
|
+
</testcase>
|
|
11
|
+
<system-out>
|
|
12
|
+
{"spreadsheet_version"=>"0.2.0", "user_id"=>"new_user", "openstudio_server_version"=>"1.3.2", "cluster_name"=>"Analysis Cluster", "server_instance_type"=>"m2.2xlarge", "worker_instance_type"=>"cc2.8xlarge", "worker_nodes"=>2.0}
|
|
13
|
+
{"analysis_name"=>"simple_test", "measure_directory"=>"../../spec/files/measures", "export_directory"=>"../../spec/files/export/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_monthly.rb"}
|
|
14
|
+
Analysis name is simple_test
|
|
15
|
+
Adding measure item 'baseline'
|
|
16
|
+
Warning: 'baseline:Baseline' static value was empty or null, assuming optional and skipping
|
|
17
|
+
Adding measure item 'adjust_thermostat_setpoints_by_degrees'
|
|
18
|
+
</system-out>
|
|
19
|
+
<system-err>
|
|
20
|
+
</system-err>
|
|
21
|
+
</testsuite>
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<testsuite name="OpenStudio::Analysis::Translator::Excel version 0.2.0 simple" tests="4" time="0.478435" failures="0" errors="0" skipped="0" timestamp="2014-06-11T07:46:02-06:00">
|
|
3
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 simple should process" time="0.28925">
|
|
4
|
+
</testcase>
|
|
5
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 simple should have new setting variables" time="0.000252">
|
|
6
|
+
</testcase>
|
|
7
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 simple should have the new measure directory column" time="0.00015">
|
|
8
|
+
</testcase>
|
|
9
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 simple should write a json" time="0.051813">
|
|
10
|
+
</testcase>
|
|
11
|
+
<system-out>
|
|
12
|
+
{"spreadsheet_version"=>"0.2.0", "user_id"=>"new_user", "openstudio_server_version"=>"1.3.2", "cluster_name"=>"Analysis Cluster", "server_instance_type"=>"m2.2xlarge", "worker_instance_type"=>"cc2.8xlarge", "worker_nodes"=>2.0}
|
|
13
|
+
{"analysis_name"=>"simple_test", "measure_directory"=>"../../spec/files/measures", "export_directory"=>"../../spec/files/export/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_monthly.rb"}
|
|
14
|
+
Analysis name is simple_test
|
|
15
|
+
Adding measure item 'baseline'
|
|
16
|
+
Warning: 'baseline:Baseline' static value was empty or null, assuming optional and skipping
|
|
17
|
+
Adding measure item 'adjust_thermostat_setpoints_by_degrees'
|
|
18
|
+
</system-out>
|
|
19
|
+
<system-err>
|
|
20
|
+
</system-err>
|
|
21
|
+
</testsuite>
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<testsuite name="OpenStudio::Analysis::Translator::Excel version 0.2.0 simple" tests="4" time="0.443601" failures="0" errors="0" skipped="0" timestamp="2014-06-11T08:01:25-06:00">
|
|
3
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 simple should process" time="0.315874">
|
|
4
|
+
</testcase>
|
|
5
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 simple should have new setting variables" time="0.000182">
|
|
6
|
+
</testcase>
|
|
7
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 simple should have the new measure directory column" time="0.000119">
|
|
8
|
+
</testcase>
|
|
9
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 simple should write a json" time="0.040163">
|
|
10
|
+
</testcase>
|
|
11
|
+
<system-out>
|
|
12
|
+
{"spreadsheet_version"=>"0.2.0", "user_id"=>"new_user", "openstudio_server_version"=>"1.3.2", "cluster_name"=>"Analysis Cluster", "server_instance_type"=>"m2.2xlarge", "worker_instance_type"=>"cc2.8xlarge", "worker_nodes"=>2.0}
|
|
13
|
+
{"analysis_name"=>"simple_test", "measure_directory"=>"../../spec/files/measures", "export_directory"=>"../../spec/files/export/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_monthly.rb"}
|
|
14
|
+
Analysis name is simple_test
|
|
15
|
+
Adding measure item 'baseline'
|
|
16
|
+
Warning: 'baseline:Baseline' static value was empty or null, assuming optional and skipping
|
|
17
|
+
Adding measure item 'adjust_thermostat_setpoints_by_degrees'
|
|
18
|
+
</system-out>
|
|
19
|
+
<system-err>
|
|
20
|
+
</system-err>
|
|
21
|
+
</testsuite>
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<testsuite name="OpenStudio::Analysis::Translator::Excel version 0.2.0 simple" tests="4" time="0.442484" failures="0" errors="0" skipped="0" timestamp="2014-06-11T08:02:45-06:00">
|
|
3
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 simple should process" time="0.311635">
|
|
4
|
+
</testcase>
|
|
5
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 simple should have new setting variables" time="0.00018">
|
|
6
|
+
</testcase>
|
|
7
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 simple should have the new measure directory column" time="0.000116">
|
|
8
|
+
</testcase>
|
|
9
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 simple should write a json" time="0.043746">
|
|
10
|
+
</testcase>
|
|
11
|
+
<system-out>
|
|
12
|
+
{"spreadsheet_version"=>"0.2.0", "user_id"=>"new_user", "openstudio_server_version"=>"1.3.2", "cluster_name"=>"Analysis Cluster", "server_instance_type"=>"m2.2xlarge", "worker_instance_type"=>"cc2.8xlarge", "worker_nodes"=>2.0}
|
|
13
|
+
{"analysis_name"=>"simple_test", "measure_directory"=>"../../spec/files/measures", "export_directory"=>"../../spec/files/export/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_monthly.rb"}
|
|
14
|
+
Analysis name is simple_test
|
|
15
|
+
Adding measure item 'baseline'
|
|
16
|
+
Warning: 'baseline:Baseline' static value was empty or null, assuming optional and skipping
|
|
17
|
+
Adding measure item 'adjust_thermostat_setpoints_by_degrees'
|
|
18
|
+
</system-out>
|
|
19
|
+
<system-err>
|
|
20
|
+
</system-err>
|
|
21
|
+
</testsuite>
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<testsuite name="OpenStudio::Analysis::Translator::Excel version 0.2.0 simple" tests="4" time="0.413209" failures="0" errors="0" skipped="0" timestamp="2014-06-11T08:03:18-06:00">
|
|
3
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 simple should process" time="0.295614">
|
|
4
|
+
</testcase>
|
|
5
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 simple should have new setting variables" time="0.000224">
|
|
6
|
+
</testcase>
|
|
7
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 simple should have the new measure directory column" time="0.000152">
|
|
8
|
+
</testcase>
|
|
9
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 simple should write a json" time="0.036909">
|
|
10
|
+
</testcase>
|
|
11
|
+
<system-out>
|
|
12
|
+
{"spreadsheet_version"=>"0.2.0", "user_id"=>"new_user", "openstudio_server_version"=>"1.3.2", "cluster_name"=>"Analysis Cluster", "server_instance_type"=>"m2.2xlarge", "worker_instance_type"=>"cc2.8xlarge", "worker_nodes"=>2.0}
|
|
13
|
+
{"analysis_name"=>"simple_test", "measure_directory"=>"../../spec/files/measures", "export_directory"=>"../../spec/files/export/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_monthly.rb"}
|
|
14
|
+
Analysis name is simple_test
|
|
15
|
+
Adding measure item 'baseline'
|
|
16
|
+
Warning: 'baseline:Baseline' static value was empty or null, assuming optional and skipping
|
|
17
|
+
Adding measure item 'adjust_thermostat_setpoints_by_degrees'
|
|
18
|
+
</system-out>
|
|
19
|
+
<system-err>
|
|
20
|
+
</system-err>
|
|
21
|
+
</testsuite>
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<testsuite name="OpenStudio::Analysis::Translator::Excel version 0.2.0 simple" tests="4" time="0.437717" failures="0" errors="0" skipped="0" timestamp="2014-06-11T08:07:29-06:00">
|
|
3
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 simple should process" time="0.307908">
|
|
4
|
+
</testcase>
|
|
5
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 simple should have new setting variables" time="0.000176">
|
|
6
|
+
</testcase>
|
|
7
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 simple should have the new measure directory column" time="0.000117">
|
|
8
|
+
</testcase>
|
|
9
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 simple should write a json" time="0.048564">
|
|
10
|
+
</testcase>
|
|
11
|
+
<system-out>
|
|
12
|
+
{"spreadsheet_version"=>"0.2.0", "user_id"=>"new_user", "openstudio_server_version"=>"1.3.2", "cluster_name"=>"Analysis Cluster", "server_instance_type"=>"m2.2xlarge", "worker_instance_type"=>"cc2.8xlarge", "worker_nodes"=>2.0}
|
|
13
|
+
{"analysis_name"=>"simple_test", "measure_directory"=>"../../spec/files/measures", "export_directory"=>"../../spec/files/export/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_monthly.rb"}
|
|
14
|
+
Analysis name is simple_test
|
|
15
|
+
Adding measure item 'baseline'
|
|
16
|
+
Warning: 'baseline:Baseline' static value was empty or null, assuming optional and skipping
|
|
17
|
+
Adding measure item 'adjust_thermostat_setpoints_by_degrees'
|
|
18
|
+
</system-out>
|
|
19
|
+
<system-err>
|
|
20
|
+
</system-err>
|
|
21
|
+
</testsuite>
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<testsuite name="OpenStudio::Analysis::Translator::Excel version 0.2.0 simple" tests="4" time="0.503107" failures="0" errors="0" skipped="0" timestamp="2014-06-11T08:08:28-06:00">
|
|
3
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 simple should process" time="0.339868">
|
|
4
|
+
</testcase>
|
|
5
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 simple should have new setting variables" time="0.000246">
|
|
6
|
+
</testcase>
|
|
7
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 simple should have the new measure directory column" time="0.000124">
|
|
8
|
+
</testcase>
|
|
9
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 simple should write a json" time="0.074609">
|
|
10
|
+
</testcase>
|
|
11
|
+
<system-out>
|
|
12
|
+
{"spreadsheet_version"=>"0.2.0", "user_id"=>"new_user", "openstudio_server_version"=>"1.3.2", "cluster_name"=>"Analysis Cluster", "server_instance_type"=>"m2.2xlarge", "worker_instance_type"=>"cc2.8xlarge", "worker_nodes"=>2.0}
|
|
13
|
+
{"analysis_name"=>"simple_test", "measure_directory"=>"../../spec/files/measures", "export_directory"=>"../../spec/files/export/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_monthly.rb"}
|
|
14
|
+
Analysis name is simple_test
|
|
15
|
+
Adding measure item 'baseline'
|
|
16
|
+
Warning: 'baseline:Baseline' static value was empty or null, assuming optional and skipping
|
|
17
|
+
Adding measure item 'adjust_thermostat_setpoints_by_degrees'
|
|
18
|
+
</system-out>
|
|
19
|
+
<system-err>
|
|
20
|
+
</system-err>
|
|
21
|
+
</testsuite>
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<testsuite name="OpenStudio::Analysis::Translator::Excel version 0.2.0 simple" tests="4" time="0.427815" failures="0" errors="0" skipped="0" timestamp="2014-06-11T08:09:59-06:00">
|
|
3
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 simple should process" time="0.28994">
|
|
4
|
+
</testcase>
|
|
5
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 simple should have new setting variables" time="0.000181">
|
|
6
|
+
</testcase>
|
|
7
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 simple should have the new measure directory column" time="0.000117">
|
|
8
|
+
</testcase>
|
|
9
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.2.0 simple should write a json" time="0.057444">
|
|
10
|
+
</testcase>
|
|
11
|
+
<system-out>
|
|
12
|
+
{"spreadsheet_version"=>"0.2.0", "user_id"=>"new_user", "openstudio_server_version"=>"1.3.2", "cluster_name"=>"Analysis Cluster", "server_instance_type"=>"m2.2xlarge", "worker_instance_type"=>"cc2.8xlarge", "worker_nodes"=>2.0}
|
|
13
|
+
{"analysis_name"=>"simple_test", "measure_directory"=>"../../spec/files/measures", "export_directory"=>"../../spec/files/export/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_monthly.rb"}
|
|
14
|
+
Analysis name is simple_test
|
|
15
|
+
Adding measure item 'baseline'
|
|
16
|
+
Warning: 'baseline:Baseline' static value was empty or null, assuming optional and skipping
|
|
17
|
+
Adding measure item 'adjust_thermostat_setpoints_by_degrees'
|
|
18
|
+
</system-out>
|
|
19
|
+
<system-err>
|
|
20
|
+
</system-err>
|
|
21
|
+
</testsuite>
|