Skip to content

Commit

Permalink
Merge branch 'develop' into PyProgramName
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchute committed Mar 18, 2021
2 parents d93cfea + c91a7d4 commit 82d1bd0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/EnergyPlus/PollutionModule.hh
Original file line number Diff line number Diff line change
Expand Up @@ -480,6 +480,10 @@ struct PollutionModuleData : BaseGlobalStruct {

void clear_state() override
{
this->PollutionReportSetup = false;
this->GetInputFlagPollution = true;
this->NumEnvImpactFactors = 0;
this->NumFuelFactors = 0;
this->Pollution = {
PollutionModule::ComponentProps(PollutionModule::ElecPollFactor, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0),
PollutionModule::ComponentProps(PollutionModule::ElecPollFactor, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0),
Expand Down

5 comments on commit 82d1bd0

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

PyProgramName (mitchute) - x86_64-MacOS-10.15-clang-11.0.0: OK (3065 of 3065 tests passed, 0 test warnings)

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.

PyProgramName (mitchute) - x86_64-Linux-Ubuntu-18.04-gcc-7.5: OK (3104 of 3105 tests passed, 0 test warnings)

Messages:\n

  • 1 test had: EIO diffs.
  • 1 test had: ESO small diffs.
  • 1 test had: MTR small diffs.
  • 1 test had: Table big diffs.

Failures:\n

regression Test Summary

  • Passed: 741
  • Failed: 1

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.

PyProgramName (mitchute) - x86_64-Linux-Ubuntu-18.04-gcc-7.5-UnitTestsCoverage-Debug: OK (1619 of 1619 tests passed, 0 test warnings)

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.

PyProgramName (mitchute) - x86_64-Linux-Ubuntu-18.04-gcc-7.5-IntegrationCoverage-Debug: OK (726 of 727 tests passed, 0 test warnings)

Failures:\n

integration Test Summary

  • Passed: 726
  • Timeout: 1

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.

PyProgramName (mitchute) - Win64-Windows-10-VisualStudio-16: OK (2314 of 2314 tests passed, 0 test warnings)

Build Badge Test Badge

Please sign in to comment.