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

Yet Another Silly Blind-Related Bug #10717

Merged
merged 1 commit into from
Sep 6, 2024
Merged

Conversation

amirroth
Copy link
Collaborator

@amirroth amirroth commented Sep 5, 2024

Another silly bug with a one line fix discovered during a refactor. Like the other one, I may have introduced this one myself in a prior PR.

The diffs are expected, the bug was in reporting window properties (solar reflectance was used where visible reflectance should have been).

@amirroth amirroth assigned amirroth and unassigned amirroth Sep 5, 2024
@amirroth amirroth added this to the EnergyPlus 24.2 milestone Sep 5, 2024
@amirroth amirroth added Defect Includes code to repair a defect in EnergyPlus DoNotPublish Includes changes that shouldn't be reported in the changelog labels Sep 5, 2024
@amirroth amirroth assigned Myoldmopar and unassigned amirroth Sep 5, 2024
@@ -6458,7 +6458,7 @@ namespace Window {
RhoBlDiffBack = InterpSlatAng(SlatAng, VarSlats, blind.SolBackDiffDiffRefl);
RhoBlDiffBackVis = InterpSlatAng(SlatAng, VarSlats, blind.VisBackDiffDiffRefl);
RhoBlBack = InterpProfSlatAng(0.0, SlatAng, VarSlats, blind.SolBackBeamDiffRefl);
RhoBlBackVis = InterpProfSlatAng(0.0, SlatAng, VarSlats, blind.SolBackBeamDiffRefl);
RhoBlBackVis = InterpProfSlatAng(0.0, SlatAng, VarSlats, blind.VisBackBeamDiffRefl);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Vis :: Vis, looks like a good match to me now.

@Myoldmopar
Copy link
Member

The Windows build failure is because it couldn't delete a temporary file or something on the Decent machine. Obviously unrelated to this one line fix. I'll let the Mac GHA build finish in about 5 minutes and verify any diffs and results. Then this can drop right in.

Copy link

github-actions bot commented Sep 5, 2024

⚠️ Regressions detected on macos-14 for commit 8a2eee6

Regression Summary
  • EIO: 2
  • Table Big Diffs: 2

@Myoldmopar
Copy link
Member

All happy, tiny little diffs. Good to go, thanks @amirroth

@Myoldmopar Myoldmopar merged commit a2dd99e into develop Sep 6, 2024
10 of 12 checks passed
@Myoldmopar Myoldmopar deleted the AnotherStupidBlindBug branch September 6, 2024 14:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Defect Includes code to repair a defect in EnergyPlus DoNotPublish Includes changes that shouldn't be reported in the changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants