openstudio-analysis 0.4.0 → 0.4.1
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 +4 -0
- data/lib/openstudio/analysis/translator/excel.rb +1 -1
- data/lib/openstudio/analysis/version.rb +1 -1
- data/lib/openstudio/analysis/workflow.rb +1 -1
- data/spec/files/analysis/example_analysis_api.json +34 -34
- data/spec/files/analysis/lhs_discrete_and_continuous_variables_api.json +50 -50
- data/spec/files/analysis/medium_office.json +88 -88
- data/spec/files/analysis/medium_office.zip +0 -0
- data/spec/files/analysis/name_goes_here_api.json +74 -74
- data/spec/files/analysis/output_vars_api.json +32 -32
- data/spec/files/analysis/preflight_api.json +11 -11
- data/spec/files/analysis/simple_test_api.json +10 -10
- data/spec/files/analysis/test_model_api.json +7 -7
- data/spec/files/export/analysis/{639cb8a5-cdbb-4b69-955a-cbb650f6872b.json → 0754ec1c-39d7-45e7-a8a5-5e5847a757fb.json} +14 -14
- data/spec/files/export/analysis/{639cb8a5-cdbb-4b69-955a-cbb650f6872b.zip → 0754ec1c-39d7-45e7-a8a5-5e5847a757fb.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/{c50f0062-cdfb-4dec-bc02-215f6c29af3c.json → 10e6ec76-f2e8-43bd-b5a0-26a311173576.json} +14 -14
- data/spec/files/export/analysis/{c50f0062-cdfb-4dec-bc02-215f6c29af3c.zip → 10e6ec76-f2e8-43bd-b5a0-26a311173576.zip} +0 -0
- data/spec/files/export/analysis/{9560f95b-5730-4038-a95b-328c825c596b.json → 4d9244ef-58b6-43c4-87bc-625e6d7365df.json} +6 -6
- data/spec/files/export/analysis/{9560f95b-5730-4038-a95b-328c825c596b.zip → 4d9244ef-58b6-43c4-87bc-625e6d7365df.zip} +0 -0
- data/spec/files/export/analysis/{276ccf51-ed22-4604-a380-8985cec5efe8.json → d1e0168f-97c4-4f25-9ac2-8daf34769494.json} +10 -10
- data/spec/files/export/analysis/{276ccf51-ed22-4604-a380-8985cec5efe8.zip → d1e0168f-97c4-4f25-9ac2-8daf34769494.zip} +0 -0
- data/spec/files/export/analysis/discrete_lhs_example.json +60 -60
- data/spec/files/export/analysis/discrete_lhs_example.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/reports/SPEC-OpenStudio-Analysis-Formulation.xml +8 -8
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-create-a-new-object-instance.xml +2 -2
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi-test-not-localhost.xml +2 -2
- data/spec/reports/SPEC-OpenStudio-Analysis-ServerApi.xml +1 -1
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-variables.xml +3 -29
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-discrete-with-dynamic-columns.xml +3 -11
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-no-variables-defined.xml +6 -6
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup-with-user.xml +2 -2
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-proxy-setup.xml +2 -2
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-output-variables.xml +8 -52
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-setup-version-0-1-9.xml +5 -22
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-incomplete-variables.xml +2 -2
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables-should-not-validate.xml +2 -2
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-of-variables.xml +5 -28
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-small-list-with-with-repeated-variable-names.xml +2 -2
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-1-10.xml +3 -3
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0-simple.xml +5 -13
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-2-0.xml +5 -55
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-dynamic-uuid-assignments.xml +4 -9
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-measure-existence-checks.xml +3 -8
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-objective-functions.xml +5 -13
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-3-and-short-display-names.xml +4 -9
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-5-and-measure-paths.xml +4 -9
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-7-and-worker-init-final-scripts.0.xml +2 -34
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-7-and-worker-init-final-scripts.xml +4 -9
- data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel.xml +1 -1
- data/spec/reports/SPEC-OpenStudio-Analysis-Workflow.xml +7 -7
- data/spec/reports/SPEC-OpenStudio-Analysis-WorkflowStep.xml +7 -7
- metadata +17 -17
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="OpenStudio::Analysis::Translator::Excel version 0.3.0 dynamic uuid assignments" tests="2" time="0.
|
|
3
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.0 dynamic uuid assignments should process" time="0.
|
|
2
|
+
<testsuite name="OpenStudio::Analysis::Translator::Excel version 0.3.0 dynamic uuid assignments" tests="2" time="0.769197" failures="0" errors="0" skipped="0" timestamp="2015-01-06T07:51:42-07:00">
|
|
3
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.0 dynamic uuid assignments should process" time="0.577112">
|
|
4
4
|
</testcase>
|
|
5
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.0 dynamic uuid assignments should error out with missing measure information" time="0.
|
|
5
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.0 dynamic uuid assignments should error out with missing measure information" time="0.10455">
|
|
6
6
|
</testcase>
|
|
7
7
|
<system-out>
|
|
8
|
-
Creating JSON and ZIP file for Preflight:
|
|
8
|
+
Creating JSON and ZIP file for Preflight:4d9244ef-58b6-43c4-87bc-625e6d7365df
|
|
9
9
|
Adding measure /Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/IncreaseInsulationRValueForRoofs to zip file
|
|
10
10
|
</system-out>
|
|
11
|
-
<system-err>
|
|
12
|
-
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: uniform_uncertain
|
|
13
|
-
Deprecation Warning. RubyContinuousVariable (OpenStudio called this the variable_type) is no longer persisted
|
|
14
|
-
Deprecation Warning. workflow_step_type is no longer persisted
|
|
15
|
-
</system-err>
|
|
16
11
|
</testsuite>
|
|
@@ -1,15 +1,10 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="OpenStudio::Analysis::Translator::Excel version 0.3.0 measure existence checks" tests="2" time="0.
|
|
3
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.0 measure existence checks should process" time="0.
|
|
2
|
+
<testsuite name="OpenStudio::Analysis::Translator::Excel version 0.3.0 measure existence checks" tests="2" time="0.766754" failures="0" errors="0" skipped="0" timestamp="2015-01-06T07:51:42-07:00">
|
|
3
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.0 measure existence checks should process" time="0.580794">
|
|
4
4
|
</testcase>
|
|
5
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.0 measure existence checks should error out with missing measure information" time="0.
|
|
5
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.0 measure existence checks should error out with missing measure information" time="0.101598">
|
|
6
6
|
</testcase>
|
|
7
7
|
<system-out>
|
|
8
8
|
Creating JSON and ZIP file for Preflight:0_3_0_outputs
|
|
9
9
|
</system-out>
|
|
10
|
-
<system-err>
|
|
11
|
-
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: uniform_uncertain
|
|
12
|
-
Deprecation Warning. RubyContinuousVariable (OpenStudio called this the variable_type) is no longer persisted
|
|
13
|
-
Deprecation Warning. workflow_step_type is no longer persisted
|
|
14
|
-
</system-err>
|
|
15
10
|
</testsuite>
|
data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-0-objective-functions.xml
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="OpenStudio::Analysis::Translator::Excel version 0.3.0 objective functions" tests="4" time="0.
|
|
3
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.0 objective functions should process" time="0.
|
|
2
|
+
<testsuite name="OpenStudio::Analysis::Translator::Excel version 0.3.0 objective functions" tests="4" time="0.793158" failures="0" errors="0" skipped="0" timestamp="2015-01-06T07:51:41-07:00">
|
|
3
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.0 objective functions should process" time="0.607006">
|
|
4
4
|
</testcase>
|
|
5
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.0 objective functions should have new setting variables" time="0.
|
|
5
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.0 objective functions should have new setting variables" time="0.000124">
|
|
6
6
|
</testcase>
|
|
7
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.0 objective functions should have typed outputs" time="0.
|
|
7
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.0 objective functions should have typed outputs" time="0.003664">
|
|
8
8
|
</testcase>
|
|
9
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.0 objective functions should write a json" time="0.
|
|
9
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.0 objective functions should write a json" time="0.10149">
|
|
10
10
|
</testcase>
|
|
11
11
|
<system-out>
|
|
12
12
|
{"spreadsheet_version"=>"0.3.0", "user_id"=>"new_user", "openstudio_server_version"=>"1.6.1", "cluster_name"=>"Preflight", "server_instance_type"=>"m3.xlarge", "worker_instance_type"=>"c3.2xlarge", "worker_nodes"=>1.0}
|
|
@@ -14,12 +14,4 @@
|
|
|
14
14
|
Creating JSON and ZIP file for Preflight:0_3_0_outputs
|
|
15
15
|
Adding measure /Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/IncreaseInsulationRValueForRoofs to zip file
|
|
16
16
|
</system-out>
|
|
17
|
-
<system-err>
|
|
18
|
-
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: uniform_uncertain
|
|
19
|
-
Deprecation Warning. RubyContinuousVariable (OpenStudio called this the variable_type) is no longer persisted
|
|
20
|
-
Deprecation Warning. workflow_step_type is no longer persisted
|
|
21
|
-
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: uniform_uncertain
|
|
22
|
-
Deprecation Warning. RubyContinuousVariable (OpenStudio called this the variable_type) is no longer persisted
|
|
23
|
-
Deprecation Warning. workflow_step_type is no longer persisted
|
|
24
|
-
</system-err>
|
|
25
17
|
</testsuite>
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="OpenStudio::Analysis::Translator::Excel version 0.3.3 and short display names" tests="2" time="0.
|
|
3
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.3 and short display names should process" time="0.
|
|
2
|
+
<testsuite name="OpenStudio::Analysis::Translator::Excel version 0.3.3 and short display names" tests="2" time="0.852375" failures="0" errors="0" skipped="0" timestamp="2015-01-06T07:51:43-07:00">
|
|
3
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.3 and short display names should process" time="0.663369">
|
|
4
4
|
</testcase>
|
|
5
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.3 and short display names should process and save short display names" time="0.
|
|
5
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.3 and short display names should process and save short display names" time="0.102814">
|
|
6
6
|
</testcase>
|
|
7
7
|
<system-out>
|
|
8
|
-
Creating JSON and ZIP file for Preflight:
|
|
8
|
+
Creating JSON and ZIP file for Preflight:d1e0168f-97c4-4f25-9ac2-8daf34769494
|
|
9
9
|
Adding measure /Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/IncreaseInsulationRValueForRoofs to zip file
|
|
10
10
|
Adding measure /Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/ExampleMeasure to zip file
|
|
11
11
|
</system-out>
|
|
12
|
-
<system-err>
|
|
13
|
-
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: uniform_uncertain
|
|
14
|
-
Deprecation Warning. RubyContinuousVariable (OpenStudio called this the variable_type) is no longer persisted
|
|
15
|
-
Deprecation Warning. workflow_step_type is no longer persisted
|
|
16
|
-
</system-err>
|
|
17
12
|
</testsuite>
|
data/spec/reports/SPEC-OpenStudio-Analysis-Translator-Excel-version-0-3-5-and-measure-paths.xml
CHANGED
|
@@ -1,18 +1,13 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="OpenStudio::Analysis::Translator::Excel version 0.3.5 and measure paths" tests="2" time="0.
|
|
3
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.5 and measure paths should process" time="0.
|
|
2
|
+
<testsuite name="OpenStudio::Analysis::Translator::Excel version 0.3.5 and measure paths" tests="2" time="0.843893" failures="0" errors="0" skipped="0" timestamp="2015-01-06T07:51:44-07:00">
|
|
3
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.5 and measure paths should process" time="0.648749">
|
|
4
4
|
</testcase>
|
|
5
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.5 and measure paths should save the analysis" time="0.
|
|
5
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.5 and measure paths should save the analysis" time="0.107608">
|
|
6
6
|
</testcase>
|
|
7
7
|
<system-out>
|
|
8
|
-
Creating JSON and ZIP file for Preflight:
|
|
8
|
+
Creating JSON and ZIP file for Preflight:10e6ec76-f2e8-43bd-b5a0-26a311173576
|
|
9
9
|
Adding measure /Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/IncreaseInsulationRValueForRoofs to zip file
|
|
10
10
|
Adding measure /Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures_second_path/measure_in_another_dir to zip file
|
|
11
11
|
Adding measure /Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/ExampleMeasure to zip file
|
|
12
12
|
</system-out>
|
|
13
|
-
<system-err>
|
|
14
|
-
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: uniform_uncertain
|
|
15
|
-
Deprecation Warning. RubyContinuousVariable (OpenStudio called this the variable_type) is no longer persisted
|
|
16
|
-
Deprecation Warning. workflow_step_type is no longer persisted
|
|
17
|
-
</system-err>
|
|
18
13
|
</testsuite>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="OpenStudio::Analysis::Translator::Excel version 0.3.7 and worker init-final scripts" tests="1" time="0.
|
|
3
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.7 and worker init-final scripts should fail to process" time="0.
|
|
2
|
+
<testsuite name="OpenStudio::Analysis::Translator::Excel version 0.3.7 and worker init-final scripts" tests="1" time="0.835394" failures="0" errors="0" skipped="0" timestamp="2015-01-06T07:51:46-07:00">
|
|
3
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.7 and worker init-final scripts should fail to process" time="0.749947">
|
|
4
4
|
</testcase>
|
|
5
5
|
<system-out>
|
|
6
6
|
Warning: 'overhangs_pf_south:construction' static value was empty or null, assuming optional and skipping
|
|
@@ -8,36 +8,4 @@
|
|
|
8
8
|
Creating JSON and ZIP file for LHS Discrete and Continuous Variables:Discrete LHS Example
|
|
9
9
|
Adding measure /Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/SetThermostatSchedules to zip file
|
|
10
10
|
</system-out>
|
|
11
|
-
<system-err>
|
|
12
|
-
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: triangle_uncertain
|
|
13
|
-
Deprecation Warning. RubyContinuousVariable (OpenStudio called this the variable_type) is no longer persisted
|
|
14
|
-
Deprecation Warning. workflow_step_type is no longer persisted
|
|
15
|
-
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: uniform_uncertain
|
|
16
|
-
Deprecation Warning. RubyContinuousVariable (OpenStudio called this the variable_type) is no longer persisted
|
|
17
|
-
Deprecation Warning. workflow_step_type is no longer persisted
|
|
18
|
-
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: normal_uncertain
|
|
19
|
-
Deprecation Warning. RubyContinuousVariable (OpenStudio called this the variable_type) is no longer persisted
|
|
20
|
-
Deprecation Warning. workflow_step_type is no longer persisted
|
|
21
|
-
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: discrete_uncertain
|
|
22
|
-
Deprecation Warning. RubyContinuousVariable (OpenStudio called this the variable_type) is no longer persisted
|
|
23
|
-
Deprecation Warning. workflow_step_type is no longer persisted
|
|
24
|
-
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: triangle_uncertain
|
|
25
|
-
Deprecation Warning. RubyContinuousVariable (OpenStudio called this the variable_type) is no longer persisted
|
|
26
|
-
Deprecation Warning. workflow_step_type is no longer persisted
|
|
27
|
-
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: triangle_uncertain
|
|
28
|
-
Deprecation Warning. RubyContinuousVariable (OpenStudio called this the variable_type) is no longer persisted
|
|
29
|
-
Deprecation Warning. workflow_step_type is no longer persisted
|
|
30
|
-
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: triangle_uncertain
|
|
31
|
-
Deprecation Warning. RubyContinuousVariable (OpenStudio called this the variable_type) is no longer persisted
|
|
32
|
-
Deprecation Warning. workflow_step_type is no longer persisted
|
|
33
|
-
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: discrete_uncertain
|
|
34
|
-
Deprecation Warning. RubyContinuousVariable (OpenStudio called this the variable_type) is no longer persisted
|
|
35
|
-
Deprecation Warning. workflow_step_type is no longer persisted
|
|
36
|
-
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: uniform_uncertain
|
|
37
|
-
Deprecation Warning. RubyContinuousVariable (OpenStudio called this the variable_type) is no longer persisted
|
|
38
|
-
Deprecation Warning. workflow_step_type is no longer persisted
|
|
39
|
-
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: discrete_uncertain
|
|
40
|
-
Deprecation Warning. RubyContinuousVariable (OpenStudio called this the variable_type) is no longer persisted
|
|
41
|
-
Deprecation Warning. workflow_step_type is no longer persisted
|
|
42
|
-
</system-err>
|
|
43
11
|
</testsuite>
|
|
@@ -1,18 +1,13 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="OpenStudio::Analysis::Translator::Excel version 0.3.7 and worker init-final scripts" tests="2" time="0.
|
|
3
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.7 and worker init-final scripts should process" time="0.
|
|
2
|
+
<testsuite name="OpenStudio::Analysis::Translator::Excel version 0.3.7 and worker init-final scripts" tests="2" time="0.847417" failures="0" errors="0" skipped="0" timestamp="2015-01-06T07:51:45-07:00">
|
|
3
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.7 and worker init-final scripts should process" time="0.654387">
|
|
4
4
|
</testcase>
|
|
5
|
-
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.7 and worker init-final scripts should save the analysis" time="0.
|
|
5
|
+
<testcase name="OpenStudio::Analysis::Translator::Excel version 0.3.7 and worker init-final scripts should save the analysis" time="0.105809">
|
|
6
6
|
</testcase>
|
|
7
7
|
<system-out>
|
|
8
|
-
Creating JSON and ZIP file for Preflight:
|
|
8
|
+
Creating JSON and ZIP file for Preflight:0754ec1c-39d7-45e7-a8a5-5e5847a757fb
|
|
9
9
|
Adding measure /Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/IncreaseInsulationRValueForRoofs to zip file
|
|
10
10
|
Adding measure /Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures_second_path/measure_in_another_dir to zip file
|
|
11
11
|
Adding measure /Users/nlong/working/OpenStudio-analysis-gem/spec/files/measures/ExampleMeasure to zip file
|
|
12
12
|
</system-out>
|
|
13
|
-
<system-err>
|
|
14
|
-
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: uniform_uncertain
|
|
15
|
-
Deprecation Warning. RubyContinuousVariable (OpenStudio called this the variable_type) is no longer persisted
|
|
16
|
-
Deprecation Warning. workflow_step_type is no longer persisted
|
|
17
|
-
</system-err>
|
|
18
13
|
</testsuite>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="OpenStudio::Analysis::Translator::Excel" tests="0" time="0.
|
|
2
|
+
<testsuite name="OpenStudio::Analysis::Translator::Excel" tests="0" time="0.002435" skipped="0" timestamp="2015-01-06T07:51:34-07:00">
|
|
3
3
|
</testsuite>
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="OpenStudio::Analysis::Workflow" tests="6" time="0.
|
|
3
|
-
<testcase name="OpenStudio::Analysis::Workflow should create a workflow" time="0.
|
|
2
|
+
<testsuite name="OpenStudio::Analysis::Workflow" tests="6" time="0.007822" failures="0" errors="0" skipped="0" timestamp="2015-01-06T07:51:47-07:00">
|
|
3
|
+
<testcase name="OpenStudio::Analysis::Workflow should create a workflow" time="0.000146">
|
|
4
4
|
</testcase>
|
|
5
|
-
<testcase name="OpenStudio::Analysis::Workflow should add a measure" time="0.
|
|
5
|
+
<testcase name="OpenStudio::Analysis::Workflow should add a measure" time="0.004212">
|
|
6
6
|
</testcase>
|
|
7
|
-
<testcase name="OpenStudio::Analysis::Workflow should fix the path of the measure" time="0.
|
|
7
|
+
<testcase name="OpenStudio::Analysis::Workflow should fix the path of the measure" time="0.000417">
|
|
8
8
|
</testcase>
|
|
9
|
-
<testcase name="OpenStudio::Analysis::Workflow should clear out a workflow" time="0.
|
|
9
|
+
<testcase name="OpenStudio::Analysis::Workflow should clear out a workflow" time="0.001201">
|
|
10
10
|
</testcase>
|
|
11
|
-
<testcase name="OpenStudio::Analysis::Workflow should find a workflow step" time="0.
|
|
11
|
+
<testcase name="OpenStudio::Analysis::Workflow should find a workflow step" time="0.000585">
|
|
12
12
|
</testcase>
|
|
13
|
-
<testcase name="OpenStudio::Analysis::Workflow should find a workflow step and make a variable" time="0.
|
|
13
|
+
<testcase name="OpenStudio::Analysis::Workflow should find a workflow step and make a variable" time="0.000687">
|
|
14
14
|
</testcase>
|
|
15
15
|
<system-out>
|
|
16
16
|
loading config settings from /Users/nlong/.bcl/config.yml
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="OpenStudio::Analysis::WorkflowStep" tests="6" time="0.
|
|
3
|
-
<testcase name="OpenStudio::Analysis::WorkflowStep should create a workflow" time="0.
|
|
2
|
+
<testsuite name="OpenStudio::Analysis::WorkflowStep" tests="6" time="0.001602" failures="0" errors="0" skipped="0" timestamp="2015-01-06T07:51:47-07:00">
|
|
3
|
+
<testcase name="OpenStudio::Analysis::WorkflowStep should create a workflow" time="0.000125">
|
|
4
4
|
</testcase>
|
|
5
|
-
<testcase name="OpenStudio::Analysis::WorkflowStep should add a measure" time="0.
|
|
5
|
+
<testcase name="OpenStudio::Analysis::WorkflowStep should add a measure" time="0.000154">
|
|
6
6
|
</testcase>
|
|
7
|
-
<testcase name="OpenStudio::Analysis::WorkflowStep should tag a discrete variable" time="0.
|
|
7
|
+
<testcase name="OpenStudio::Analysis::WorkflowStep should tag a discrete variable" time="0.000197">
|
|
8
8
|
</testcase>
|
|
9
9
|
<testcase name="OpenStudio::Analysis::WorkflowStep should tag a continuous variable" time="0.000242">
|
|
10
10
|
</testcase>
|
|
11
|
-
<testcase name="OpenStudio::Analysis::WorkflowStep should tag a normal continuous variable" time="0.
|
|
11
|
+
<testcase name="OpenStudio::Analysis::WorkflowStep should tag a normal continuous variable" time="0.000224">
|
|
12
12
|
</testcase>
|
|
13
|
-
<testcase name="OpenStudio::Analysis::WorkflowStep should tag a uniform variable" time="0.
|
|
13
|
+
<testcase name="OpenStudio::Analysis::WorkflowStep should tag a uniform variable" time="0.000219">
|
|
14
14
|
</testcase>
|
|
15
15
|
<system-out>
|
|
16
|
-
#<OpenStudio::Analysis::WorkflowStep:
|
|
16
|
+
#<OpenStudio::Analysis::WorkflowStep:0x007f909aab6ff8>
|
|
17
17
|
</system-out>
|
|
18
18
|
<system-err>
|
|
19
19
|
Deprecation Warning. In Version 0.5 the _uncertain text will be removed from distribution types: triangle_uncertain
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: openstudio-analysis
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Nicholas Long
|
|
@@ -140,6 +140,8 @@ files:
|
|
|
140
140
|
- spec/files/analysis/preflight_api.json
|
|
141
141
|
- spec/files/analysis/simple_test_api.json
|
|
142
142
|
- spec/files/analysis/test_model_api.json
|
|
143
|
+
- spec/files/export/analysis/0754ec1c-39d7-45e7-a8a5-5e5847a757fb.json
|
|
144
|
+
- spec/files/export/analysis/0754ec1c-39d7-45e7-a8a5-5e5847a757fb.zip
|
|
143
145
|
- spec/files/export/analysis/0_1_09_outputvars.json
|
|
144
146
|
- spec/files/export/analysis/0_1_09_outputvars.zip
|
|
145
147
|
- spec/files/export/analysis/0_1_11_discrete_variables.json
|
|
@@ -150,14 +152,12 @@ files:
|
|
|
150
152
|
- spec/files/export/analysis/0_2_0_template_simpletest.zip
|
|
151
153
|
- spec/files/export/analysis/0_3_0_outputs.json
|
|
152
154
|
- spec/files/export/analysis/0_3_0_outputs.zip
|
|
153
|
-
- spec/files/export/analysis/
|
|
154
|
-
- spec/files/export/analysis/
|
|
155
|
-
- spec/files/export/analysis/
|
|
156
|
-
- spec/files/export/analysis/
|
|
157
|
-
- spec/files/export/analysis/
|
|
158
|
-
- spec/files/export/analysis/
|
|
159
|
-
- spec/files/export/analysis/c50f0062-cdfb-4dec-bc02-215f6c29af3c.json
|
|
160
|
-
- spec/files/export/analysis/c50f0062-cdfb-4dec-bc02-215f6c29af3c.zip
|
|
155
|
+
- spec/files/export/analysis/10e6ec76-f2e8-43bd-b5a0-26a311173576.json
|
|
156
|
+
- spec/files/export/analysis/10e6ec76-f2e8-43bd-b5a0-26a311173576.zip
|
|
157
|
+
- spec/files/export/analysis/4d9244ef-58b6-43c4-87bc-625e6d7365df.json
|
|
158
|
+
- spec/files/export/analysis/4d9244ef-58b6-43c4-87bc-625e6d7365df.zip
|
|
159
|
+
- spec/files/export/analysis/d1e0168f-97c4-4f25-9ac2-8daf34769494.json
|
|
160
|
+
- spec/files/export/analysis/d1e0168f-97c4-4f25-9ac2-8daf34769494.zip
|
|
161
161
|
- spec/files/export/analysis/discrete_lhs_example.json
|
|
162
162
|
- spec/files/export/analysis/discrete_lhs_example.zip
|
|
163
163
|
- spec/files/export/analysis/small_seed.json
|
|
@@ -286,6 +286,8 @@ test_files:
|
|
|
286
286
|
- spec/files/analysis/preflight_api.json
|
|
287
287
|
- spec/files/analysis/simple_test_api.json
|
|
288
288
|
- spec/files/analysis/test_model_api.json
|
|
289
|
+
- spec/files/export/analysis/0754ec1c-39d7-45e7-a8a5-5e5847a757fb.json
|
|
290
|
+
- spec/files/export/analysis/0754ec1c-39d7-45e7-a8a5-5e5847a757fb.zip
|
|
289
291
|
- spec/files/export/analysis/0_1_09_outputvars.json
|
|
290
292
|
- spec/files/export/analysis/0_1_09_outputvars.zip
|
|
291
293
|
- spec/files/export/analysis/0_1_11_discrete_variables.json
|
|
@@ -296,14 +298,12 @@ test_files:
|
|
|
296
298
|
- spec/files/export/analysis/0_2_0_template_simpletest.zip
|
|
297
299
|
- spec/files/export/analysis/0_3_0_outputs.json
|
|
298
300
|
- spec/files/export/analysis/0_3_0_outputs.zip
|
|
299
|
-
- spec/files/export/analysis/
|
|
300
|
-
- spec/files/export/analysis/
|
|
301
|
-
- spec/files/export/analysis/
|
|
302
|
-
- spec/files/export/analysis/
|
|
303
|
-
- spec/files/export/analysis/
|
|
304
|
-
- spec/files/export/analysis/
|
|
305
|
-
- spec/files/export/analysis/c50f0062-cdfb-4dec-bc02-215f6c29af3c.json
|
|
306
|
-
- spec/files/export/analysis/c50f0062-cdfb-4dec-bc02-215f6c29af3c.zip
|
|
301
|
+
- spec/files/export/analysis/10e6ec76-f2e8-43bd-b5a0-26a311173576.json
|
|
302
|
+
- spec/files/export/analysis/10e6ec76-f2e8-43bd-b5a0-26a311173576.zip
|
|
303
|
+
- spec/files/export/analysis/4d9244ef-58b6-43c4-87bc-625e6d7365df.json
|
|
304
|
+
- spec/files/export/analysis/4d9244ef-58b6-43c4-87bc-625e6d7365df.zip
|
|
305
|
+
- spec/files/export/analysis/d1e0168f-97c4-4f25-9ac2-8daf34769494.json
|
|
306
|
+
- spec/files/export/analysis/d1e0168f-97c4-4f25-9ac2-8daf34769494.zip
|
|
307
307
|
- spec/files/export/analysis/discrete_lhs_example.json
|
|
308
308
|
- spec/files/export/analysis/discrete_lhs_example.zip
|
|
309
309
|
- spec/files/export/analysis/small_seed.json
|