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

Rule 5-38 Applicability Check Does Not Follow RDS #1462

Closed
JacksonJ-KC opened this issue Aug 1, 2024 · 0 comments
Closed

Rule 5-38 Applicability Check Does Not Follow RDS #1462

JacksonJ-KC opened this issue Aug 1, 2024 · 0 comments
Assignees
Labels
bug Something isn't working invalid This doesn't seem right section5

Comments

@JacksonJ-KC
Copy link
Collaborator

RDS Applicability: If for-loop completes and no below-grade wall surfaces were found, rule is not applicable. (no below-grade walls also means no basement floors)

Python Applicability: ground temperature schedule is defined

    def applicability_check(self, context, calc_vals, data):
        ground_temperature_schedule = calc_vals["ground_temperature_schedule"]
        return ground_temperature_schedule
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working invalid This doesn't seem right section5
Projects
None yet
Development

No branches or pull requests

3 participants