Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RDS/JDJ/Rule 12-2 #1347

Merged
merged 10 commits into from
Jul 16, 2024
Merged

RDS/JDJ/Rule 12-2 #1347

merged 10 commits into from
Jul 16, 2024

Conversation

JacksonJ-KC
Copy link
Collaborator

No description provided.

docs/section12/Rule12-2.md Outdated Show resolved Hide resolved
docs/section12/Rule12-2.md Outdated Show resolved Hide resolved
docs/section12/Rule12-2.md Outdated Show resolved Hide resolved
docs/section12/Rule12-2.md Outdated Show resolved Hide resolved
**Rule Assertion:**
Case 1: The baseline and proposed miscelleaneous equipment schedules match for all hours: PASS `if comparison_data['total_hours_matched'] == len(misc_equip_schedule_b == len(misc_equip_schedule_p): PASS`
Case 2: The proposed automatic receptacle control was not specified: UNDETERMINED `elif auto_receptacle_control_p == Null: UNDETERMINED`
Case 3: The baseline and proposed miscelleaneous equipment both have automatic controls, but schedules have unequal equivalent full load hours: FAIL and raise message `elif auto_receptacle_control_p and auto_receptacle_control_b and comparison_data["eflh_difference"] != 0: FAIL and raise_message = "The baseline miscellaneous equipment schedule has automatic receptacle controls indicating that there is an applicable requirement for automatic controls for the space in Section 8.4.2. Miscellaneous equipment schedules may only differ when the proposed design has automatic receptacle controls and there are no applicable requirements in Section 8.4.2 for the space."`
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what if the proposed is greater than the baseline? IE, it has worse controls

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch, I reorded the cases to make sure that this FAIL case you mentioned is caught (in what is now case 6) before the UNDETERMINED case (now case 7)

docs/section12/Rule12-2.md Outdated Show resolved Hide resolved
@weilixu weilixu merged commit ec37fed into develop Jul 16, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants