Skip to content

Commit

Permalink
Fix performance pointer for CurveFit tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
tanaya-mankad committed Sep 4, 2024
1 parent 5861c48 commit fdfa1d4
Show file tree
Hide file tree
Showing 2 changed files with 160 additions and 158 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ TEST_F(CoilCoolingDXTest, CoilCoolingDXCurveFitCrankcaseHeaterCurve)
auto &condInletNode = state->dataLoopNodes->Node(thisCoil.condInletNodeIndex);
auto &condOutletNode = state->dataLoopNodes->Node(thisCoil.condOutletNodeIndex);
Real64 LoadSHR = 0.0;
thisCoil.performance.simulate(
thisCoil.performance->simulate(
*state, evapInletNode, evapOutletNode, coilMode, speedNum, speedRatio, fanOp, condInletNode, condOutletNode, singleMode, LoadSHR);
EXPECT_EQ(thisCoil.performance->crankcaseHeaterPower, 120.0);
}
Loading

4 comments on commit fdfa1d4

@nrel-bot
Copy link

Choose a reason for hiding this comment

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

ashrae-205-coils (bigladder) - Win64-Windows-10-VisualStudio-16: OK (2872 of 2872 tests passed, 0 test warnings)

Build Badge Test 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.

ashrae-205-coils (bigladder) - x86_64-Linux-Ubuntu-22.04-gcc-11.4: OK (3684 of 3707 tests passed, 0 test warnings)

Messages:\n

  • 20 tests had: EIO diffs.
  • 7 tests had: ESO small diffs.
  • 5 tests had: Table small diffs.
  • 21 tests had: Table string diffs.
  • 2 tests had: ERR diffs.
  • 2 tests had: EDD diffs.
  • 17 tests had: Table big diffs.
  • 7 tests had: MTR small diffs.
  • 5 tests had: ESO big diffs.
  • 2 tests had: MTR big diffs.

Failures:\n

regression Test Summary

  • Passed: 790
  • Failed: 23

Build Badge Test 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.

ashrae-205-coils (bigladder) - x86_64-Linux-Ubuntu-22.04-gcc-11.4-UnitTestsCoverage-Debug: OK (2078 of 2078 tests passed, 0 test warnings)

Build Badge Test Badge Coverage 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.

ashrae-205-coils (bigladder) - x86_64-Linux-Ubuntu-22.04-gcc-11.4-IntegrationCoverage-Debug: OK (797 of 797 tests passed, 0 test warnings)

Build Badge Test Badge Coverage Badge

Please sign in to comment.