Skip to content

Commit

Permalink
Fix to accommodate compiler check issue
Browse files Browse the repository at this point in the history
Description says it all...
  • Loading branch information
RKStrand committed Nov 16, 2023
1 parent efd8ffd commit 1834f50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tst/EnergyPlus/unit/SwimmingPool.unit.cc
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ TEST_F(EnergyPlusFixture, SwimmingPool_reportTest)
// Test of modified report routine as part of the move to make swimming pools a plant loop object called
// from the plant loop and not zone equipment. Report routine gets called for each pool separately rather
// than reporting for everything all at once.
Real64 const closeEnough = 0.000001;
Real64 constexpr closeEnough = 0.000001;
SwimmingPoolData myPool;

// Test Data
Expand Down

5 comments on commit 1834f50

@nrel-bot
Copy link

Choose a reason for hiding this comment

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

10102InconsistentPoolFlowRatesTake2 (RKStrand) - Win64-Windows-10-VisualStudio-16: OK (2755 of 2755 tests passed, 0 test warnings)

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.

10102InconsistentPoolFlowRatesTake2 (RKStrand) - x86_64-Linux-Ubuntu-22.04-gcc-11.4: OK (3581 of 3583 tests passed, 0 test warnings)

Messages:\n

  • 2 tests had: BND diffs.
  • 2 tests had: EIO diffs.
  • 2 tests had: ESO big diffs.
  • 2 tests had: MDD diffs.
  • 2 tests had: MTD diffs.
  • 2 tests had: MTR small diffs.
  • 2 tests had: RDD diffs.
  • 2 tests had: Table big diffs.

Failures:\n

regression Test Summary

  • Passed: 804
  • Failed: 2

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.

10102InconsistentPoolFlowRatesTake2 (RKStrand) - x86_64-MacOS-10.17-clang-14.0.0: OK (3539 of 3542 tests passed, 0 test warnings)

Messages:\n

  • 2 tests had: BND diffs.
  • 2 tests had: EIO diffs.
  • 2 tests had: ESO big diffs.
  • 2 tests had: MDD diffs.
  • 2 tests had: MTD diffs.
  • 2 tests had: MTR small diffs.
  • 2 tests had: RDD diffs.
  • 3 tests had: Table big diffs.

Failures:\n

regression Test Summary

  • Passed: 783
  • Failed: 3

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.

10102InconsistentPoolFlowRatesTake2 (RKStrand) - x86_64-Linux-Ubuntu-22.04-gcc-11.4-UnitTestsCoverage-Debug: OK (1968 of 1968 tests passed, 0 test warnings)

Build Badge Test Badge Coverage Badge

@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.

10102InconsistentPoolFlowRatesTake2 (RKStrand) - 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.