From b592797df59c11a22c4b2cf9035bbed5753220bc Mon Sep 17 00:00:00 2001 From: gonz102 Date: Wed, 26 Feb 2025 16:30:59 -0500 Subject: [PATCH] Fixed issue with 5-2 refactoring. --- .../ashrae9012019/section5/rule_5_2.json | 12 ++++++------ .../ashrae9012019/section5_envelope_tcd_master.json | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/rct229/ruletest_engine/ruletest_jsons/ashrae9012019/section5/rule_5_2.json b/rct229/ruletest_engine/ruletest_jsons/ashrae9012019/section5/rule_5_2.json index 274f054123..40812266b1 100644 --- a/rct229/ruletest_engine/ruletest_jsons/ashrae9012019/section5/rule_5_2.json +++ b/rct229/ruletest_engine/ruletest_jsons/ashrae9012019/section5/rule_5_2.json @@ -4,7 +4,7 @@ "Rule": 2, "Test": "a", "test_description": "Project has one building segment with two zones. Zones include both interior and exterior surfaces. All exterior surfaces are correctly modeled as not casting shade in the baseline.", - "expected_rule_outcome": "not_applicable", + "expected_rule_outcome": "pass", "standard": { "rule_id": "5-2", "ruleset_reference": "Table G3.1(5) Baseline Building Performance (a)", @@ -40,22 +40,22 @@ "id": "Surface 2", "adjacent_to": "INTERIOR", "adjacent_zone": "Zone 2", - "does_cast_shade": true + "does_cast_shade": false }, { "id": "Surface 3", "adjacent_to": "IDENTICAL", - "does_cast_shade": true + "does_cast_shade": false }, { "id": "Surface 4", "adjacent_to": "GROUND", - "does_cast_shade": true + "does_cast_shade": false }, { "id": "Surface 5", "adjacent_to": "UNDEFINED", - "does_cast_shade": true + "does_cast_shade": false } ] }, @@ -78,7 +78,7 @@ "Rule": 2, "Test": "b", "test_description": "Project has one building segment with two zones. Zones include both interior and exterior surfaces. One exterior surface is incorrectly modeled as casting shade in the baseline.", - "expected_rule_outcome": "undetermined", + "expected_rule_outcome": "fail", "standard": { "rule_id": "5-2", "ruleset_reference": "Table G3.1(5) Baseline Building Performance (a)", diff --git a/rct229/ruletest_engine/ruletest_jsons/ashrae9012019/section5_envelope_tcd_master.json b/rct229/ruletest_engine/ruletest_jsons/ashrae9012019/section5_envelope_tcd_master.json index 92704a4bec..f050c0ea2b 100644 --- a/rct229/ruletest_engine/ruletest_jsons/ashrae9012019/section5_envelope_tcd_master.json +++ b/rct229/ruletest_engine/ruletest_jsons/ashrae9012019/section5_envelope_tcd_master.json @@ -4,7 +4,7 @@ "Rule": 2, "Test": "a", "test_description": "Project has one building segment with two zones. Zones include both interior and exterior surfaces. All exterior surfaces are correctly modeled as not casting shade in the baseline.", - "expected_rule_outcome": "not_applicable", + "expected_rule_outcome": "pass", "standard": { "rule_id": "5-2", "ruleset_reference": "Table G3.1(5) Baseline Building Performance (a)", @@ -40,22 +40,22 @@ "id": "Surface 2", "adjacent_to": "INTERIOR", "adjacent_zone": "Zone 2", - "does_cast_shade": true + "does_cast_shade": false }, { "id": "Surface 3", "adjacent_to": "IDENTICAL", - "does_cast_shade": true + "does_cast_shade": false }, { "id": "Surface 4", "adjacent_to": "GROUND", - "does_cast_shade": true + "does_cast_shade": false }, { "id": "Surface 5", "adjacent_to": "UNDEFINED", - "does_cast_shade": true + "does_cast_shade": false } ] }, @@ -78,7 +78,7 @@ "Rule": 2, "Test": "b", "test_description": "Project has one building segment with two zones. Zones include both interior and exterior surfaces. One exterior surface is incorrectly modeled as casting shade in the baseline.", - "expected_rule_outcome": "undetermined", + "expected_rule_outcome": "fail", "standard": { "rule_id": "5-2", "ruleset_reference": "Table G3.1(5) Baseline Building Performance (a)",