-
Notifications
You must be signed in to change notification settings - Fork 11
Conversation
Minimum allowed coverage is Generated by 🐒 cobertura-action against e5eaf54 |
Left to do:
|
Also address the "continuous- exterior" and "continuous - interior" installation types for rigid insulation. One more wrinkle: in ResStock, for foundation walls we're not specifying insulation material. We may not be checking that for foundation walls, but we should see, but it may be overly restrictive for above grade walls. |
…ly rvalue) directly
…attic floor coc R-value calculation
@bpark1327 to add unit tests and request review. |
…an one wall on a side
It seems that the CI fails because of a new test file (i.e., |
@bpark1327 I think we should support separate supply/return leakage values. Just need to add them together and then it's identical to the existing |
Got it. I have a follow-up question. Do we always expect to get leakage values of CFM25? Or, do we need to support the values in other units (e.g., CFM50, Percent (CFM25/sqft), etc.)? @shorowit @nmerket |
Just supporting CFM25 seems reasonable. We should definitely change |
…e; Add tests around it
… around it; update docs" This reverts commit a59456a.
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.
I think this is looking really good. Just a few notes.
@nmerket I addressed your comments. I moved some functions for walls to hpxml2 and hpxml3.py to be consistent. Please let me know what you think. |
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.
Looks good to me. I think I've put you through enough on this. Let's merge it. I can't approve this because I originally opened the PR. Maybe @yzhou601 could give it a once over?
Fixes #156
Pull Request Description
Some HPXML files have an
AssemblyRValue
element instead ofInsulation/Layer
.Checklist
PR Author: Check these when they're done. Not all may apply.
strikethroughand check any that do not apply.PR Reviewer: Verify each has been completed.