-
Notifications
You must be signed in to change notification settings - Fork 5
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
RS/YJ/Rule 11-6 (include only necessary codes) #1553
base: develop
Are you sure you want to change the base?
Conversation
…going for section 11
Indentation fix
# Conflicts: # rct229/schema/ASHRAE229.schema.json
…ace for 11-6 rule test
…-checking-tool into RS/YJ/Rule_11-6_organized
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good. Thanks Yun joon. please merge this PR.
Thank you Weili. @Jiarongx-Xie If this PR looks good to you, could you approve it to merge to develop? |
def is_applicable(self, context, data=None): | ||
rmd_b = context.BASELINE_0 | ||
|
||
swh_dist_sys_b = find_all( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor - swh_dist_sys_b
to swh_dist_sys_list_b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Addressed
get_swh_equipment_associated_with_each_swh_distribution_system(rmd_b) | ||
) | ||
|
||
return {"swh_distribution_and_eq_list_b": swh_distribution_and_eq_list_b} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This data is not used in the following methods. Why do we want to create it here?
… into RS/YJ/Rule_11-6_organized
Based on PR #1543 comments, this PR only includes the codes related to rule 11-6. Thanks!