-
Notifications
You must be signed in to change notification settings - Fork 57
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
Test "Fixes whole MF building bug when zero occupants in one unit" #1333
Closed
Conversation
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
…-bldg-zero-occupants
…fb883cb 01b93fb883cb Latest results. b17f24ee7681 Fix ASHRAE 140 runs. bc1e205023d2 Fixes zero occupants specified for one unit in a whole MF building from being treated like zero occupants for every unit. 2d8bf015b621 Remove some unused code I noticed in tasks.rb [ci skip] 3b7dabd640cf Merge pull request #1895 from NREL/docs_water_heater 8068f153d261 Add Model.add_plant_loop() method. 2b64d9f800df Bugfix. f7e65bee01b5 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into docs_water_heater 926c3dedc72f Added ruby documentation to waterheater.rb. b5d8972e74c9 Bump version back to 1.10.0. 94d6687c2d4b Merge pull request #1891 from NREL/manual_j_more_improvements 59d9cdbac678 Update measure 172416f362ca Switch version to 1.9.1 for release. Update docs/readme/changelog. f206771b0454 Latest results. 5e6784b5d5fd Merge branch 'manual_j_more_improvements' of https://github.com/NREL/OpenStudio-HPXML into manual_j_more_improvements 72c55f7e7332 fix bug while cleaningup 024d5007bf29 Latest results. ee5e87e82aee Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into manual_j_more_improvements 0d1232c0164a Merge branch 'manual_j_more_improvements' of https://github.com/NREL/OpenStudio-HPXML into manual_j_more_improvements ac134c96f3a0 3-23 crawlspace wall height change 09fb00ce9e02 Merge pull request #1892 from NREL/buildreshpxml_docs_version d968043c4861 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into buildreshpxml_docs_version 1066943a60dd Merge pull request #1894 from NREL/misc_refactor_cleanup d250e3386777 Latest results. 3dc5f7e3ddf2 Missed one more. dc4ecf707e8b Latest results. 13984347ef63 Merge branch 'misc_refactor_cleanup' of https://github.com/NREL/OpenStudio-HPXML into misc_refactor_cleanup 0d3207df51b7 Bugfix. d08d7b631112 Latest results. 3c7fcabee234 Revert change. c8573ecfc8a9 Bugfix. 37732581d283 Misc refactor/cleanup and minor bugfixes. Updates HPXML::has_fuels() to traverse the HPXML object for performance reasons (particularly important when running whole SFA/MF buildings). db788d3286fd Adds a test to ensure BuildResidentialHPXML measure docs links are updated when the OS-HPXML version is bumped. 08673f55c689 Latest results. 65d756929a5a fix typo c5831f52e616 minor improvements 271b4a14b320 Shrink docs image [ci skip] e6a3ccf2b784 Minor docs cleanup [ci skip] a2d97ef06e84 Fix formatting in docs [ci skip] 3d7eadebea5a Merge pull request #1888 from NREL/bump_version 4c2886fb6a73 Update to version 1.10.0 git-subtree-dir: resources/hpxml-measures git-subtree-split: 01b93fb883cb2883c7d17746f017ad4c83ef6d3a
…-bldg-zero-occupants
…344d9ab e3547344d9ab Merge branch 'whole-mf-bldg-zero-occupants' of https://github.com/NREL/OpenStudio-HPXML into whole-mf-bldg-zero-occupants 2ca07befda73 Bugfixes and more tests. git-subtree-dir: resources/hpxml-measures git-subtree-split: e3547344d9abeab1f7a1a7d2254096285f97c7e5
4616266ebf Exclude pool/spa and include ceiling fan to match previous implementation. git-subtree-dir: resources/hpxml-measures git-subtree-split: 4616266ebf490f5275fdf4b0f59550b8e88030e4
…-bldg-zero-occupants
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Pull Request Description
Test "Fixes whole MF building bug when zero occupants in one unit".
Related Pull Requests
NREL/OpenStudio-HPXML#1899
Related Issues
[What issue(s) is the PR addressing]
Checklist
Required:
Optional (not all items may apply):
openstudio tasks.rb update_measures
has been run