Skip to content

Commit

Permalink
Add a few more EndUseName's
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonGlazer committed Jan 23, 2020
1 parent 00d071f commit 5870087
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/EnergyPlus/OutputProcessor.cc
Original file line number Diff line number Diff line change
Expand Up @@ -3979,6 +3979,9 @@ namespace OutputProcessor {
EndUseName == "Baseboard" ||
EndUseName == "CarbonEquivalentEmissions" ||
EndUseName == "HeatRecoveryForHeating" ||
EndUseName == "ElectricStorage" ||
EndUseName == "HeatProduced" ||
EndUseName == "LoopToLoop" ||
EndUseName == "HeatRecoveryForCooling") {
Found = true;
}
Expand Down

7 comments on commit 5870087

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

7556b-other-end-use-subcat-try2 (JasonGlazer) - x86_64-MacOS-10.13-clang: OK (2614 of 2617 tests passed, 670 test warnings)

Messages:\n

  • 673 tests had: AUD diffs.
  • 659 tests had: MDD diffs.
  • 673 tests had: MTD diffs.
  • 81 tests had: ERR diffs.
  • 1 test had: Table big diffs.
  • 2 tests had: JSON big diffs.

Failures:\n

regression Test Summary

  • Passed: 670
  • Failed: 3

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.

7556b-other-end-use-subcat-try2 (JasonGlazer) - x86_64-Linux-Ubuntu-18.04-gcc-7.4: OK (2654 of 2657 tests passed, 674 test warnings)

Messages:\n

  • 677 tests had: AUD diffs.
  • 663 tests had: MDD diffs.
  • 677 tests had: MTD diffs.
  • 81 tests had: ERR diffs.
  • 1 test had: Table big diffs.
  • 2 tests had: JSON big diffs.

Failures:\n

regression Test Summary

  • Passed: 690
  • Failed: 3

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.

7556b-other-end-use-subcat-try2 (JasonGlazer) - x86_64-Linux-Ubuntu-18.04-custom_check: OK (11 of 11 tests passed, 0 test warnings)

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

7556b-other-end-use-subcat-try2 (JasonGlazer) - x86_64-Linux-Ubuntu-18.04-cppcheck: OK (0 of 0 tests passed, 0 test warnings)

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

7556b-other-end-use-subcat-try2 (JasonGlazer) - x86_64-Linux-Ubuntu-18.04-gcc-7.4-UnitTestsCoverage-Debug: OK (1269 of 1269 tests passed, 0 test warnings)

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.

7556b-other-end-use-subcat-try2 (JasonGlazer) - Win64-Windows-10-VisualStudio-16: OK (2614 of 2617 tests passed, 670 test warnings)

Messages:\n

  • 673 tests had: AUD diffs.
  • 659 tests had: MDD diffs.
  • 673 tests had: MTD diffs.
  • 81 tests had: ERR diffs.
  • 1 test had: Table big diffs.
  • 2 tests had: JSON big diffs.

Failures:\n

regression Test Summary

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

7556b-other-end-use-subcat-try2 (JasonGlazer) - x86_64-Linux-Ubuntu-18.04-gcc-7.4-IntegrationCoverage-Debug: OK (677 of 678 tests passed, 0 test warnings)

Failures:\n

integration Test Summary

  • Passed: 677
  • Timeout: 1

Build Badge Test Badge Coverage Badge

Please sign in to comment.