Skip to content

Commit

Permalink
clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
yujiex committed Feb 17, 2022
1 parent 046ed1f commit 208339d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/EnergyPlus/WaterManager.cc
Original file line number Diff line number Diff line change
Expand Up @@ -725,10 +725,11 @@ namespace WaterManager {
} // NumIrrigation ==1

if (state.dataWaterData->RainFall.ModeID == DataWater::RainfallMode::EPWPrecipitation) {
ShowRecurringWarningErrorAtEnd(state,
"Precipitation depth from the weather file will be used. Please make sure this .epw field has valid data. "
"Site:Precipitation may be used to override the weather file data.",
state.dataWaterData->PrecipInPlaceOfScheWarnIdx);
ShowRecurringWarningErrorAtEnd(
state,
"Precipitation depth from the weather file will be used. Please make sure this .epw field has valid data. "
"Site:Precipitation may be used to override the weather file data.",
state.dataWaterData->PrecipInPlaceOfScheWarnIdx);
}

state.dataWaterData->AnyWaterSystemsInModel = true;
Expand Down

4 comments on commit 208339d

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

enhanceRainfallHandling (yujiex) - x86_64-MacOS-10.15-clang-11.0.0: OK (3211 of 3213 tests passed, 735 test warnings)

Messages:\n

  • 737 tests had: AUD diffs.
  • 723 tests had: RDD diffs.
  • 4 tests had: EIO diffs.
  • 2 tests had: ESO big diffs.
  • 1 test had: MTD diffs.
  • 4 tests had: MTR small diffs.
  • 1 test had: SSZ big diffs.
  • 1 test had: ZSZ big diffs.
  • 1 test had: Table big diffs.
  • 2 tests had: ESO small diffs.
  • 3 tests had: SSZ small diffs.
  • 3 tests had: ZSZ small diffs.
  • 3 tests had: Table small diffs.

Failures:\n

regression Test Summary

  • Passed: 738
  • Failed: 2

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.

enhanceRainfallHandling (yujiex) - x86_64-Linux-Ubuntu-18.04-gcc-7.5: OK (3252 of 3254 tests passed, 739 test warnings)

Messages:\n

  • 741 tests had: AUD diffs.
  • 727 tests had: RDD diffs.
  • 4 tests had: EIO diffs.
  • 2 tests had: ESO big diffs.
  • 1 test had: MTD diffs.
  • 4 tests had: MTR small diffs.
  • 1 test had: SSZ big diffs.
  • 1 test had: ZSZ big diffs.
  • 1 test had: Table big diffs.
  • 2 tests had: ESO small diffs.
  • 3 tests had: SSZ small diffs.
  • 3 tests had: ZSZ small diffs.
  • 3 tests had: Table small diffs.

Failures:\n

regression Test Summary

  • Passed: 758
  • Failed: 2

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.

enhanceRainfallHandling (yujiex) - x86_64-Linux-Ubuntu-18.04-gcc-7.5-UnitTestsCoverage-Debug: OK (1732 of 1732 tests passed, 0 test warnings)

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

enhanceRainfallHandling (yujiex) - x86_64-Linux-Ubuntu-18.04-gcc-7.5-IntegrationCoverage-Debug: OK (744 of 744 tests passed, 0 test warnings)

Build Badge Test Badge Coverage Badge

Please sign in to comment.