Skip to content

Commit

Permalink
Merge from develop.
Browse files Browse the repository at this point in the history
  • Loading branch information
tanaya-mankad committed Feb 22, 2024
1 parent 3d06235 commit 8e608e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EnergyPlus/UnitarySystem.hh
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ namespace UnitarySystems {

Real64 m_CoolingCycRatio = 0.0;
Real64 m_CoolingSpeedRatio = 0.0;
int m_CoolingSpeedNum = 1;
int m_CoolingSpeedNum = 0;

int m_EconoSpeedNum = 0;
Real64 m_EconoPartLoadRatio = 0;
Expand Down

5 comments on commit 8e608e5

@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 (bigladder) - x86_64-Linux-Ubuntu-22.04-gcc-11.4: OK (3592 of 3595 tests passed, 8 test warnings)

Messages:\n

  • 8 tests had: EIO diffs.
  • 8 tests had: ESO small diffs.
  • 1 test had: ERR diffs.
  • 2 tests had: EDD diffs.
  • 3 tests had: Table big diffs.
  • 8 tests had: MTR small diffs.
  • 7 tests had: Table small diffs.

Failures:\n

regression Test Summary

  • Passed: 804
  • Failed: 3

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 (bigladder) - Win64-Windows-10-VisualStudio-16: OK (2766 of 2766 tests passed, 0 test warnings)

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.

nonzero-cooling-speed-num (bigladder) - x86_64-MacOS-10.18-clang-15.0.0: OK (3551 of 3554 tests passed, 8 test warnings)

Messages:\n

  • 8 tests had: ESO small diffs.
  • 1 test had: EDD diffs.
  • 8 tests had: MTR small diffs.
  • 2 tests had: Table big diffs.
  • 5 tests had: EIO diffs.
  • 5 tests had: Table small diffs.

Failures:\n

regression Test Summary

  • Passed: 785
  • Failed: 2

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 (bigladder) - x86_64-Linux-Ubuntu-22.04-gcc-11.4-UnitTestsCoverage-Debug: OK (1978 of 1978 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.

nonzero-cooling-speed-num (bigladder) - 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

Please sign in to comment.