Skip to content

Commit

Permalink
Temporarily hard-code representative surface calcs.
Browse files Browse the repository at this point in the history
  • Loading branch information
nealkruis committed Aug 6, 2021
1 parent f8b05c7 commit d53f7fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EnergyPlus/SimulationManager.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1322,7 +1322,7 @@ namespace SimulationManager {
}
}
}

state.dataSurface->UseRepresentativeSurfaceCalculations = true;
if (ErrorsFound) {
ShowFatalError(state, "Errors found getting Project Input");
}
Expand Down

5 comments on commit d53f7fa

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

auto-window-mult (nealkruis) - x86_64-Linux-Ubuntu-18.04-gcc-7.5: OK (2915 of 3147 tests passed, 494 test warnings)

Messages:\n

  • 724 tests had: EIO diffs.
  • 39 tests had: ESO small diffs.
  • 61 tests had: MTR small diffs.
  • 41 tests had: Table small diffs.
  • 100 tests had: ESO big diffs.
  • 206 tests had: Table big diffs.
  • 18 tests had: SSZ small diffs.
  • 13 tests had: ZSZ small diffs.
  • 29 tests had: ERR diffs.
  • 60 tests had: ZSZ big diffs.
  • 46 tests had: MTR big diffs.
  • 47 tests had: SSZ big diffs.
  • 5 tests had: MAP diffs.
  • 6 tests had: EDD diffs.
  • 1 test had: JSON big diffs.
  • 1 test had: AUD diffs.

Failures:\n

EnergyPlusFixture Test Summary

  • Passed: 1158
  • Failed: 1

integration Test Summary

  • Passed: 726
  • Failed: 1

regression Test Summary

  • Passed: 512
  • Failed: 230

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.

auto-window-mult (nealkruis) - x86_64-MacOS-10.15-clang-11.0.0: OK (2874 of 3106 tests passed, 490 test warnings)

Messages:\n

  • 720 tests had: EIO diffs.
  • 39 tests had: ESO small diffs.
  • 61 tests had: MTR small diffs.
  • 100 tests had: ESO big diffs.
  • 40 tests had: Table small diffs.
  • 207 tests had: Table big diffs.
  • 20 tests had: SSZ small diffs.
  • 13 tests had: ZSZ small diffs.
  • 29 tests had: ERR diffs.
  • 46 tests had: MTR big diffs.
  • 45 tests had: SSZ big diffs.
  • 60 tests had: ZSZ big diffs.
  • 5 tests had: MAP diffs.
  • 6 tests had: EDD diffs.
  • 1 test had: JSON big diffs.
  • 1 test had: AUD diffs.

Failures:\n

EnergyPlusFixture Test Summary

  • Passed: 1158
  • Failed: 1

integration Test Summary

  • Passed: 723
  • Failed: 1

regression Test Summary

  • Passed: 492
  • Failed: 230

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.

auto-window-mult (nealkruis) - x86_64-Linux-Ubuntu-18.04-gcc-7.5-UnitTestsCoverage-Debug: OK (1654 of 1661 tests passed, 0 test warnings)

Failures:\n

EnergyPlusFixture Test Summary

  • Passed: 1152
  • Failed: 1
  • Subprocess aborted: 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.

auto-window-mult (nealkruis) - x86_64-Linux-Ubuntu-18.04-gcc-7.5-IntegrationCoverage-Debug: Tests Failed (483 of 726 tests passed, 0 test warnings)

Failures:\n

integration Test Summary

  • Passed: 483
  • Failed: 239
  • Timeout: 4

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

auto-window-mult (nealkruis) - Win64-Windows-10-VisualStudio-16: OK (2314 of 2356 tests passed, 0 test warnings)

Failures:\n

EnergyPlusFixture Test Summary

  • Passed: 1157
  • Failed: 1

integration Test Summary

  • Passed: 683
  • Failed: 41

Build Badge Test Badge

Please sign in to comment.