Skip to content

Commit

Permalink
Clang format
Browse files Browse the repository at this point in the history
  • Loading branch information
lgu1234 committed May 21, 2024
1 parent b9ce7b8 commit 0e7ed3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EnergyPlus/HVACManager.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2919,7 +2919,7 @@ void ConvergenceErrors(EnergyPlusData &state,
if (index == 4) CaseName = "energy";
if (index == 5) CaseName = "CO2";
if (index == 6) CaseName = "generic contaminant";

auto &arrayRef = HVACNotConverged;
if (std::any_of(std::begin(arrayRef), std::end(arrayRef), [](bool i) { return i; })) {

Expand Down

5 comments on commit 0e7ed3d

@nrel-bot
Copy link

Choose a reason for hiding this comment

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

Add-more-convergence-check-for-CO2-and-Cont (lgu1234) - Win64-Windows-10-VisualStudio-16: Build Failed

Failures:\n

API Test Summary

  • Failed: 10
  • notrun: 5

ConvertInputFormat Test Summary

  • Failed: 4
  • notrun: 1

integration Test Summary

  • Passed: 2
  • Failed: 788

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.

Add-more-convergence-check-for-CO2-and-Cont (lgu1234) - x86_64-MacOS-10.18-clang-15.0.0: OK (3564 of 3565 tests passed, 0 test warnings)

Messages:\n

  • 1 test had: EIO diffs.
  • 1 test had: ESO small diffs.
  • 1 test had: Table big diffs.

Failures:\n

regression Test Summary

  • Passed: 786
  • Failed: 1

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.

Add-more-convergence-check-for-CO2-and-Cont (lgu1234) - x86_64-Linux-Ubuntu-22.04-gcc-11.4: OK (3605 of 3606 tests passed, 0 test warnings)

Messages:\n

  • 1 test had: EIO diffs.
  • 1 test had: ESO small diffs.
  • 1 test had: Table big diffs.

Failures:\n

regression Test Summary

  • Passed: 806
  • Failed: 1

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.

Add-more-convergence-check-for-CO2-and-Cont (lgu1234) - x86_64-Linux-Ubuntu-22.04-gcc-11.4-IntegrationCoverage-Debug: OK (791 of 791 tests passed, 0 test warnings)

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

Add-more-convergence-check-for-CO2-and-Cont (lgu1234) - x86_64-Linux-Ubuntu-22.04-gcc-11.4-UnitTestsCoverage-Debug: OK (1989 of 1989 tests passed, 0 test warnings)

Build Badge Test Badge Coverage Badge

Please sign in to comment.