Skip to content

Commit

Permalink
Merge branch 'develop' into 170845444_Issue7464
Browse files Browse the repository at this point in the history
  • Loading branch information
nigusse committed Jan 27, 2020
2 parents c6d5cc4 + 588fe91 commit 0edb64d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .decent_ci-Linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ compilers:
cmake_extra_flags: -DBUILD_FORTRAN=ON -DBUILD_TESTING:BOOL=ON -DENABLE_REGRESSION_TESTING:BOOL=OFF -DCOMMIT_SHA=$COMMIT_SHA -DENABLE_COVERAGE:BOOL=ON -DENABLE_GTEST_DEBUG_MODE:BOOL=OFF
coverage_enabled: true
coverage_base_dir: src/EnergyPlus
coverage_pass_limit: 68.4
coverage_warn_limit: 68.0
coverage_pass_limit: 68.0
coverage_warn_limit: 67.9
coverage_s3_bucket: energyplus
build_tag: IntegrationCoverage
ctest_filter: -R "integration.*"
Expand Down
2 changes: 1 addition & 1 deletion src/EnergyPlus/SingleDuct.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4116,7 +4116,7 @@ namespace SingleDuct {
// na

// SUBROUTINE LOCAL VARIABLE DECLARATIONS:
Real64 MassFlow; // [kg/sec] Total Mass Flow Rate from Hot & Cold Inlets
Real64 MassFlow = 0; // [kg/sec] Total Mass Flow Rate from Hot & Cold Inlets
Real64 QTotLoad; // [Watts]
// unused REAL(r64) :: QZnReq ! [Watts]
Real64 CpAirZn;
Expand Down

7 comments on commit 0edb64d

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

170845444_Issue7464 (Unknown) - x86_64-Linux-Ubuntu-18.04-custom_check: OK (11 of 11 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.

170845444_Issue7464 (Unknown) - x86_64-Linux-Ubuntu-18.04-cppcheck: OK (0 of 0 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.

170845444_Issue7464 (Unknown) - x86_64-Linux-Ubuntu-18.04-gcc-7.4: OK (2656 of 2658 tests passed, 2 test warnings)

Messages:\n

  • 4 tests had: EIO diffs.
  • 4 tests had: ERR diffs.
  • 3 tests had: ESO small diffs.
  • 3 tests had: MTR small diffs.
  • 2 tests had: Table small diffs.
  • 2 tests had: Table big diffs.

Failures:\n

regression Test Summary

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

170845444_Issue7464 (Unknown) - x86_64-Linux-Ubuntu-18.04-gcc-7.4-UnitTestsCoverage-Debug: OK (1270 of 1270 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.

170845444_Issue7464 (Unknown) - 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

@nrel-bot
Copy link

Choose a reason for hiding this comment

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

170845444_Issue7464 (Unknown) - Win64-Windows-10-VisualStudio-16: OK (2616 of 2618 tests passed, 2 test warnings)

Messages:\n

  • 4 tests had: EIO diffs.
  • 4 tests had: ERR diffs.
  • 2 tests had: ESO small diffs.
  • 2 tests had: MTR small diffs.
  • 2 tests had: Table small diffs.
  • 2 tests had: Table big diffs.
  • 1 test had: ESO big diffs.
  • 1 test had: MTR big diffs.

Failures:\n

regression Test Summary

  • Passed: 671
  • Failed: 2

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.

170845444_Issue7464 (Unknown) - x86_64-MacOS-10.13-clang: OK (2617 of 2618 tests passed, 3 test warnings)

Messages:\n

  • 4 tests had: EIO diffs.
  • 4 tests had: ERR diffs.
  • 3 tests had: ESO small diffs.
  • 3 tests had: MTR small diffs.
  • 3 tests had: Table small diffs.
  • 1 test had: Table big diffs.

Failures:\n

regression Test Summary

  • Passed: 672
  • Failed: 1

Build Badge Test Badge

Please sign in to comment.