Skip to content

Commit

Permalink
Clang-format.
Browse files Browse the repository at this point in the history
  • Loading branch information
tanaya-mankad committed Aug 16, 2024
1 parent 5673302 commit e8824c8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tst/EnergyPlus/unit/UnitarySystem.unit.cc
Original file line number Diff line number Diff line change
Expand Up @@ -24208,8 +24208,10 @@ TEST_F(ZoneUnitarySysTest, ZeroCoolingSpeedTest)
thisSys->m_CoolingSpeedNum = 0;
thisSys->m_SingleMode = 0;
thisSys->m_CoolingPartLoadFrac = 0.5;
thisSys->calcUnitaryCoolingSystem(*state, AirLoopNum, FirstHVACIteration, thisSys->m_CoolingPartLoadFrac, CompressorOn, OnOffAirFlowRatio, CoilCoolHeatRat, false);
thisSys->calcUnitaryCoolingSystem(
*state, AirLoopNum, FirstHVACIteration, thisSys->m_CoolingPartLoadFrac, CompressorOn, OnOffAirFlowRatio, CoilCoolHeatRat, false);
EXPECT_EQ(state->dataLoopNodes->Node(thisSys->CoolCoilInletNodeNum).Temp, state->dataLoopNodes->Node(thisSys->CoolCoilOutletNodeNum).Temp);
EXPECT_EQ(state->dataLoopNodes->Node(thisSys->CoolCoilInletNodeNum).HumRat, state->dataLoopNodes->Node(thisSys->CoolCoilOutletNodeNum).HumRat);
EXPECT_EQ(state->dataLoopNodes->Node(thisSys->CoolCoilInletNodeNum).Enthalpy, state->dataLoopNodes->Node(thisSys->CoolCoilOutletNodeNum).Enthalpy);
EXPECT_EQ(state->dataLoopNodes->Node(thisSys->CoolCoilInletNodeNum).Enthalpy,
state->dataLoopNodes->Node(thisSys->CoolCoilOutletNodeNum).Enthalpy);
}

5 comments on commit e8824c8

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

nonzero-cooling-speed-num (tanaya-mankad) - x86_64-MacOS-10.18-clang-15.0.0: OK (3509 of 3655 tests passed, 452 test warnings)

Messages:\n

  • 592 tests had: AUD diffs.
  • 564 tests had: EIO diffs.
  • 283 tests had: RDD diffs.
  • 125 tests had: Table small diffs.
  • 144 tests had: Table big diffs.
  • 26 tests had: ERR diffs.
  • 13 tests had: ESO small diffs.
  • 29 tests had: Table string diffs.
  • 13 tests had: MTR small diffs.
  • 11 tests had: ESO big diffs.
  • 10 tests had: MTR big diffs.
  • 1 test had: EDD diffs.
  • 1 test had: MTD diffs.

Failures:\n

regression Test Summary

  • Passed: 645
  • Failed: 146

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

nonzero-cooling-speed-num (tanaya-mankad) - Win64-Windows-10-VisualStudio-16: OK (2863 of 2863 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.

nonzero-cooling-speed-num (tanaya-mankad) - x86_64-Linux-Ubuntu-22.04-gcc-11.4: OK (3550 of 3696 tests passed, 454 test warnings)

Messages:\n

  • 593 tests had: AUD diffs.
  • 565 tests had: EIO diffs.
  • 283 tests had: RDD diffs.
  • 125 tests had: Table small diffs.
  • 144 tests had: Table big diffs.
  • 26 tests had: ERR diffs.
  • 14 tests had: ESO small diffs.
  • 29 tests had: Table string diffs.
  • 13 tests had: MTR small diffs.
  • 11 tests had: ESO big diffs.
  • 10 tests had: MTR big diffs.
  • 1 test had: EDD diffs.
  • 1 test had: MTD diffs.

Failures:\n

regression Test Summary

  • Passed: 665
  • Failed: 146

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.

nonzero-cooling-speed-num (tanaya-mankad) - x86_64-Linux-Ubuntu-22.04-gcc-11.4-UnitTestsCoverage-Debug: OK (2071 of 2071 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.

nonzero-cooling-speed-num (tanaya-mankad) - x86_64-Linux-Ubuntu-22.04-gcc-11.4-IntegrationCoverage-Debug: OK (795 of 795 tests passed, 0 test warnings)

Build Badge Test Badge Coverage Badge

Please sign in to comment.