forked from NREL/EnergyPlus
-
Notifications
You must be signed in to change notification settings - Fork 0
Fix 11261 floating point overflow in calc effective shr #6
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
Closed
kevin-moos
wants to merge
555
commits into
develop
from
Fix-11261-Floating-point-overflow-in-CalcEffectiveSHR
Closed
Fix 11261 floating point overflow in calc effective shr #6
kevin-moos
wants to merge
555
commits into
develop
from
Fix-11261-Floating-point-overflow-in-CalcEffectiveSHR
Conversation
This file contains hidden or 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
…ngInfoExtFenestrationShadeTable
…ngInfoExtFenestrationShadeTable
The information that was added to the HTML tabular report was not reporting to the EIO like it does for windows with frames/dividers. This corrects this issue and now reports to the EIO.
…izer table [decent_ci_skip] [actions skip]
Fix NREL#11181 - Wrong Sunlit fractions for Detached Shading Surfaces when Sun is Down
… Predefined Monthly Summary Reports
A new air to water heat pump object
AirloopHVAC:UnitarySystem with variable speed coil reports Coil control failed
… thing When DEBUG_ARITHM_GCC_OR_CLANG is on, on arm64 mac: ``` [ RUN ] EnergyPlusFixture.PVWatts_SSC_NaNFailure Illegal instruction: 4 ./Products/energyplus_tests -- --gtest_filter=*PVWatts_SSC_NaNFailure* ``` When DEBUG_ARITHM_GCC_OR_CLANG is not on, on arm64 mac it passes
…ute` on arm64 mac: atan works with a quiet_NaN tan throws a FE_INVALID floating point exception in https://developer.arm.com/documentation/dui0801/g/A64-Floating-point-Instructions/FCVTNS--scalar- ``` double nan = std::numeric_limits<double>::quiet_NaN(); double atan_nan = std::atan(nan); EXPECT_TRUE(std::isnan(atan_nan)); double tan_nan = std::tan(nan); EXPECT_TRUE(std::isnan(tan_nan)); ```
Turn Off Stale PR Notifications for Now
…ergySourceSummary Fix NREL#11245 LEEDSummary_RenewableEnergySourceSummary Unit Test Fails on Mac Debug
Fix NREL#11244 - Allow building with AppleClang 17
New formatting and units options for table outputs (Tabular, SQLite, and JSON)
…missing-from-monthly-end-use-reports Fix 11205 refrigeration missing from monthly end use reports
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 overview
Description of the purpose of this PR
Pull Request Author
Reviewer