Skip to content

Commit

Permalink
Error msg tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
mjwitte committed Nov 9, 2023
1 parent 8eb0b2e commit e3d51ef
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/EnergyPlus/HeatBalanceSurfaceManager.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4392,9 +4392,10 @@ void ComputeIntSWAbsorpFactors(EnergyPlusData &state)
// That's probably not correct, but how correct is it to assume that no solar is absorbed anywhere
// in the zone?
if (thisSolEnclosure.solAbsFirstCalc) {
ShowWarningError(state,
format("ComputeIntSWAbsorbFactors: Sum of area times inside solar absorption for all surfaces is zero in Zone: {}",
thisSolEnclosure.Name));
ShowWarningError(
state,
format("ComputeIntSWAbsorbFactors: Sum of area times inside solar absorption for all surfaces is zero in Enclosure: {}",
thisSolEnclosure.Name));
thisSolEnclosure.solAbsFirstCalc = false;
}
thisSolEnclosure.solVMULT = 0.0;
Expand Down

5 comments on commit e3d51ef

@nrel-bot-2b
Copy link

Choose a reason for hiding this comment

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

9377MRTPart2 (mjwitte) - x86_64-Linux-Ubuntu-22.04-gcc-11.4: OK (3580 of 3581 tests passed, 756 test warnings)

Messages:\n

  • 757 tests had: AUD diffs.
  • 743 tests had: RDD diffs.
  • 26 tests had: EIO diffs.
  • 116 tests had: MTD diffs.
  • 3 tests had: ERR diffs.
  • 10 tests had: ESO small diffs.
  • 3 tests had: IDF diffs.
  • 1 test had: Table big diffs.

Failures:\n

regression Test Summary

  • Passed: 805
  • Failed: 1

Build Badge Test Badge

@nrel-bot-2c
Copy link

Choose a reason for hiding this comment

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

9377MRTPart2 (mjwitte) - x86_64-Linux-Ubuntu-22.04-gcc-11.4-UnitTestsCoverage-Debug: OK (1966 of 1966 tests passed, 0 test warnings)

Build Badge Test Badge Coverage Badge

@nrel-bot
Copy link

Choose a reason for hiding this comment

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

9377MRTPart2 (mjwitte) - Win64-Windows-10-VisualStudio-16: OK (2753 of 2753 tests passed, 0 test warnings)

Build Badge Test Badge

@nrel-bot-3
Copy link

Choose a reason for hiding this comment

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

9377MRTPart2 (mjwitte) - x86_64-MacOS-10.17-clang-14.0.0: OK (3540 of 3540 tests passed, 753 test warnings)

Messages:\n

  • 753 tests had: AUD diffs.
  • 739 tests had: RDD diffs.
  • 26 tests had: EIO diffs.
  • 114 tests had: MTD diffs.
  • 3 tests had: ERR diffs.
  • 10 tests had: ESO small diffs.
  • 3 tests had: IDF diffs.

Build Badge Test Badge

@nrel-bot-2
Copy link

Choose a reason for hiding this comment

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

9377MRTPart2 (mjwitte) - x86_64-Linux-Ubuntu-22.04-gcc-11.4-IntegrationCoverage-Debug: OK (790 of 790 tests passed, 0 test warnings)

Build Badge Test Badge Coverage Badge

Please sign in to comment.