Skip to content

Commit

Permalink
Remove line from accidental merge.
Browse files Browse the repository at this point in the history
  • Loading branch information
tanaya-mankad committed Aug 1, 2024
1 parent 02faaef commit c63253d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/EnergyPlus/Coils/CoilCoolingDX.cc
Original file line number Diff line number Diff line change
Expand Up @@ -664,8 +664,6 @@ void CoilCoolingDX::simulate(EnergyPlusData &state,
bool const singleMode,
Real64 const LoadSHR)
{
assert(speedNum != 0);

if (this->myOneTimeInitFlag) {
this->oneTimeInit(state);
this->myOneTimeInitFlag = false;
Expand Down

5 comments on commit c63253d

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

merge-coil-load-ratios (bigladder) - x86_64-Linux-Ubuntu-22.04-gcc-11.4: OK (3690 of 3695 tests passed, 5 test warnings)

Messages:\n

  • 6 tests had: ESO small diffs.
  • 6 tests had: MTR small diffs.
  • 3 tests had: ERR diffs.
  • 1 test had: EDD diffs.
  • 4 tests had: Table big diffs.
  • 5 tests had: Table string diffs.
  • 6 tests had: EIO diffs.
  • 3 tests had: ESO big diffs.
  • 3 tests had: MTR big diffs.
  • 3 tests had: Table small diffs.

Failures:\n

regression Test Summary

  • Passed: 806
  • Failed: 5

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.

merge-coil-load-ratios (bigladder) - x86_64-MacOS-10.18-clang-15.0.0: OK (3648 of 3654 tests passed, 4 test warnings)

Messages:\n

  • 6 tests had: ESO small diffs.
  • 6 tests had: MTR small diffs.
  • 6 tests had: Table string diffs.
  • 3 tests had: ERR diffs.
  • 1 test had: EDD diffs.
  • 4 tests had: Table big diffs.
  • 6 tests had: EIO diffs.
  • 3 tests had: ESO big diffs.
  • 3 tests had: MTR big diffs.
  • 3 tests had: Table small diffs.

Failures:\n

regression Test Summary

  • Passed: 785
  • Failed: 6

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.

merge-coil-load-ratios (bigladder) - Win64-Windows-10-VisualStudio-16: OK (2862 of 2862 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.

merge-coil-load-ratios (bigladder) - 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

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

merge-coil-load-ratios (bigladder) - x86_64-Linux-Ubuntu-22.04-gcc-11.4-UnitTestsCoverage-Debug: OK (2070 of 2070 tests passed, 0 test warnings)

Build Badge Test Badge Coverage Badge

Please sign in to comment.