Skip to content

Commit

Permalink
Clang format
Browse files Browse the repository at this point in the history
  • Loading branch information
Myoldmopar committed Jul 15, 2024
1 parent 472e3e9 commit abed1f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tst/EnergyPlus/unit/MixedAir.unit.cc
Original file line number Diff line number Diff line change
Expand Up @@ -7745,7 +7745,8 @@ TEST_F(EnergyPlusFixture, MixedAir_TemperatureError)

MixedAir::SimOAMixer(*state, state->dataAirLoop->OutsideAirSys(1).ComponentName(1), state->dataAirLoop->OutsideAirSys(1).ComponentIndex(1));

Real64 const T_sat = Psychrometrics::PsyTsatFnHPb(*state, state->dataMixedAir->OAMixer(1).MixEnthalpy, state->dataMixedAir->OAMixer(1).MixPressure);
Real64 const T_sat =
Psychrometrics::PsyTsatFnHPb(*state, state->dataMixedAir->OAMixer(1).MixEnthalpy, state->dataMixedAir->OAMixer(1).MixPressure);

// T_db must be >= T_sat at the mixed-air node to remain physical
EXPECT_TRUE(state->dataMixedAir->OAMixer(1).MixTemp >= T_sat);
Expand Down

5 comments on commit abed1f0

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

adjust-mixed-air-temp (Myoldmopar) - x86_64-MacOS-10.18-clang-15.0.0: OK (3602 of 3645 tests passed, 183 test warnings)

Messages:\n

  • 206 tests had: ESO small diffs.
  • 33 tests had: Table string diffs.
  • 203 tests had: EIO diffs.
  • 187 tests had: MTR small diffs.
  • 138 tests had: Table small diffs.
  • 1 test had: JSON small diffs.
  • 12 tests had: Table big diffs.
  • 13 tests had: ERR diffs.
  • 9 tests had: ESO big diffs.
  • 2 tests had: EDD diffs.
  • 1 test had: JSON big diffs.
  • 1 test had: MTR big diffs.

Failures:\n

regression Test Summary

  • Passed: 748
  • Failed: 43

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.

adjust-mixed-air-temp (Myoldmopar) - x86_64-Linux-Ubuntu-22.04-gcc-11.4: OK (3646 of 3686 tests passed, 190 test warnings)

Messages:\n

  • 212 tests had: ESO small diffs.
  • 203 tests had: EIO diffs.
  • 189 tests had: MTR small diffs.
  • 145 tests had: Table small diffs.
  • 11 tests had: Table big diffs.
  • 32 tests had: Table string diffs.
  • 11 tests had: ERR diffs.
  • 7 tests had: ESO big diffs.
  • 2 tests had: EDD diffs.
  • 1 test had: JSON big diffs.
  • 1 test had: MTR big diffs.

Failures:\n

regression Test Summary

  • Passed: 771
  • Failed: 40

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.

adjust-mixed-air-temp (Myoldmopar) - Win64-Windows-10-VisualStudio-16: OK (2853 of 2853 tests passed, 0 test warnings)

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.

adjust-mixed-air-temp (Myoldmopar) - x86_64-Linux-Ubuntu-22.04-gcc-11.4-UnitTestsCoverage-Debug: OK (2061 of 2061 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.

adjust-mixed-air-temp (Myoldmopar) - 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.