Skip to content

Commit

Permalink
remove unused inititialization
Browse files Browse the repository at this point in the history
  • Loading branch information
Yujie Xu committed Jul 18, 2024
1 parent 49e82a0 commit 6e5166a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tst/EnergyPlus/unit/HVACVariableRefrigerantFlow.unit.cc
Original file line number Diff line number Diff line change
Expand Up @@ -18163,9 +18163,6 @@ TEST_F(EnergyPlusFixture, VRF_FluidTCtrl_SupplementalHtgCoilTest)
GetVRFInput(*state);
state->dataHVACVarRefFlow->GetVRFInputFlag = false;

state->dataHVACGlobal->OnOffFanPartLoadFraction = 1.0;
state->dataHVACVarRefFlow->VRF(VRFCond).VRFCondCyclingRatio = 1.0;

state->dataScheduleMgr->Schedule(state->dataHVACVarRefFlow->VRF(VRFCond).SchedPtr).CurrentValue = 1.0;
VRFTUNum = zone_num_TU1;
state->dataScheduleMgr->Schedule(state->dataHVACVarRefFlow->VRFTU(VRFTUNum).SchedPtr).CurrentValue = 1.0;
Expand Down

5 comments on commit 6e5166a

@nrel-bot
Copy link

Choose a reason for hiding this comment

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

vrfCoolingFan (Unknown) - Win64-Windows-10-VisualStudio-16: OK (2843 of 2852 tests passed, 0 test warnings)

Failures:\n

EnergyPlusFixture Test Summary

  • Passed: 1559
  • Failed: 6

integration Test Summary

  • Passed: 791
  • Failed: 3

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.

vrfCoolingFan (Unknown) - x86_64-Linux-Ubuntu-22.04-gcc-11.4: OK (3675 of 3685 tests passed, 0 test warnings)

Messages:\n

  • 1 test had: AUD diffs.
  • 1 test had: BND diffs.
  • 1 test had: EIO diffs.
  • 1 test had: ERR diffs.
  • 1 test had: ESO small diffs.
  • 1 test had: MDD diffs.
  • 1 test had: MTD diffs.
  • 1 test had: Table big diffs.
  • 1 test had: Table string diffs.
  • 1 test had: IDF diffs.

Failures:\n

EnergyPlusFixture Test Summary

  • Passed: 1561
  • Failed: 6

integration Test Summary

  • Passed: 794
  • Failed: 3

regression Test Summary

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

vrfCoolingFan (Unknown) - x86_64-MacOS-10.18-clang-15.0.0: OK (3634 of 3644 tests passed, 0 test warnings)

Messages:\n

  • 1 test had: AUD diffs.
  • 1 test had: BND diffs.
  • 1 test had: EIO diffs.
  • 1 test had: ERR diffs.
  • 1 test had: ESO small diffs.
  • 1 test had: MDD diffs.
  • 1 test had: MTD diffs.
  • 1 test had: Table big diffs.
  • 1 test had: Table string diffs.
  • 1 test had: IDF diffs.

Failures:\n

EnergyPlusFixture Test Summary

  • Passed: 1561
  • Failed: 6

integration Test Summary

  • Passed: 791
  • Failed: 3

regression Test Summary

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

vrfCoolingFan (Unknown) - x86_64-Linux-Ubuntu-22.04-gcc-11.4-UnitTestsCoverage-Debug: OK (2054 of 2060 tests passed, 0 test warnings)

Failures:\n

EnergyPlusFixture Test Summary

  • Passed: 1561
  • Failed: 6

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.

vrfCoolingFan (Unknown) - x86_64-Linux-Ubuntu-22.04-gcc-11.4-IntegrationCoverage-Debug: OK (792 of 795 tests passed, 0 test warnings)

Failures:\n

integration Test Summary

  • Passed: 792
  • Failed: 3

Build Badge Test Badge Coverage Badge

Please sign in to comment.