Skip to content

Commit

Permalink
Clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
Myoldmopar committed Aug 9, 2023
1 parent 0ed8c58 commit 494c305
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/EnergyPlus/PlantLoopHeatPumpEIR.cc
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,11 @@ constexpr Real64 Fahrenheit2Celsius(Real64 F)
return (F - 32.0) * 5.0 / 9.0;
}

void EIRPlantLoopHeatPump::simulate(
EnergyPlusData &state, const EnergyPlus::PlantLocation &calledFromLocation, [[maybe_unused]] bool const FirstHVACIteration, Real64 &CurLoad, bool const RunFlag)
void EIRPlantLoopHeatPump::simulate(EnergyPlusData &state,
const EnergyPlus::PlantLocation &calledFromLocation,
[[maybe_unused]] bool const FirstHVACIteration,
Real64 &CurLoad,
bool const RunFlag)
{

// Call initialize to set flow rates, run flag, and entering temperatures
Expand Down

6 comments on commit 494c305

@nrel-bot
Copy link

Choose a reason for hiding this comment

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

PLHPReportingIssue (Myoldmopar) - Win64-Windows-10-VisualStudio-16: OK (2672 of 2673 tests passed, 0 test warnings)

Failures:\n

EnergyPlusFixture Test Summary

  • Passed: 1438
  • Failed: 1

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.

PLHPReportingIssue (Myoldmopar) - x86_64-MacOS-10.17-clang-13.0.0: OK (3444 of 3446 tests passed, 1 test warnings)

Messages:\n

  • 2 tests had: AUD diffs.
  • 2 tests had: RDD diffs.
  • 1 test had: ESO big diffs.

Failures:\n

EnergyPlusFixture Test Summary

  • Passed: 1440
  • Failed: 1

regression Test Summary

  • Passed: 771
  • 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.

PLHPReportingIssue (Myoldmopar) - x86_64-Linux-Ubuntu-22.04-gcc-11.4: OK (3485 of 3487 tests passed, 1 test warnings)

Messages:\n

  • 2 tests had: AUD diffs.
  • 2 tests had: RDD diffs.
  • 1 test had: ESO big diffs.

Failures:\n

EnergyPlusFixture Test Summary

  • Passed: 1440
  • Failed: 1

regression Test Summary

  • Passed: 791
  • 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.

PLHPReportingIssue (Myoldmopar) - x86_64-Linux-Ubuntu-22.04-gcc-11.4-UnitTestsCoverage-Debug: OK (1899 of 1900 tests passed, 0 test warnings)

Failures:\n

EnergyPlusFixture Test Summary

  • Passed: 1440
  • Failed: 1

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.

PLHPReportingIssue (Myoldmopar) - x86_64-Linux-Ubuntu-22.04-gcc-11.4-IntegrationCoverage-Debug: OK (776 of 776 tests passed, 0 test warnings)

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

PLHPReportingIssue (Myoldmopar) - x86_64-MacOS-10.17-clang-14.0.0: OK (3276 of 3446 tests passed, 602 test warnings)

Messages:\n

  • 771 tests had: AUD diffs.
  • 168 tests had: Table big diffs.
  • 190 tests had: MDD diffs.
  • 194 tests had: MTD diffs.
  • 197 tests had: RDD diffs.
  • 167 tests had: Table small diffs.
  • 28 tests had: EIO diffs.
  • 1 test had: BND diffs.
  • 18 tests had: ERR diffs.
  • 20 tests had: ESO big diffs.
  • 15 tests had: MTR big diffs.
  • 6 tests had: ESO small diffs.
  • 3 tests had: MTR small diffs.
  • 2 tests had: IDF diffs.

Failures:\n

EnergyPlusFixture Test Summary

  • Passed: 1440
  • Failed: 1

regression Test Summary

  • Passed: 603
  • Failed: 169

Build Badge Test Badge

Please sign in to comment.