-
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
Ruletest 23-1 update #1625
Merged
Merged
Ruletest 23-1 update #1625
Changes from 1 commit
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
ed4d02b
UPDATE 23-1 based on modification in #1434
weilixu 2e67878
Updated ruletest 23-1 to correspond with latest RDS. Much simpler app…
db6909c
Merge branch 'develop' of https://github.com/pnnl/ruleset-checking-to…
weilixu 0f91b70
Merge branch 'RT/JG/ruletest_23_1_update' of https://github.com/pnnl/…
weilixu 5ff3cc6
clean up codes
weilixu 4d6aca0
Small fixes on 23-1 ruletest for high temperature cutoffs on system 2…
5f97557
Merge branch 'RS/WX/update_23-1' into RT/JG/ruletest_23_1_update
5fd7131
Small correction to cause 40 F to fail for high temperature cutoff, n…
d0736e1
Undid false correction. 40 F and lower for aux shutoff is ok! Misread…
f84de0f
Minor correction on test description.
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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 should be heatpump_auxilliary_heat_high_shutoff_temperature, and the value is 40F
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.
ahh my mistake on the key value. And sure, I can lower it to 40 F. I wasn't sure if the
energize auxiliary heat only when the outdoor air temperature is less than 40 F
was inclusive so bumped it up to 45 F bit to make sure it'd flag a failure.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.
@weilixu
According to the RDS, if at 40 F, the test should fail. However, the python code has an equals here.
I will add these updates to this PR and let you pull it in.
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.
Actually-- I'm starting to think I got this mixed up (this is why I never do tests right on the line, I get myself all confused). It looks like 40 F should pass. Sorry, let me make this update.