Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xuanluo113 committed Oct 22, 2019
1 parent fc95f8e commit 4cd4cad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EnergyPlus/SolarShading.cc
Original file line number Diff line number Diff line change
Expand Up @@ -3981,7 +3981,7 @@ namespace SolarShading {
auto tempVar = x_1;
x_1 = x_2;
x_2 = tempVar;
tempVar = y_1;./
tempVar = y_1;
y_1 = y_2;
y_2 = tempVar;
}
Expand Down

7 comments on commit 4cd4cad

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

shadow-clip (XuanLuoLBL) - 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.

shadow-clip (XuanLuoLBL) - x86_64-Linux-Ubuntu-18.04-custom_check: OK (11 of 11 tests passed, 0 test warnings)

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

shadow-clip (XuanLuoLBL) - x86_64-Linux-Ubuntu-18.04-gcc-7.4: OK (2596 of 2619 tests passed, 278 test warnings)

Messages:\n

  • 257 tests had: EIO diffs.
  • 248 tests had: ERR diffs.
  • 231 tests had: ESO small diffs.
  • 196 tests had: MTR small diffs.
  • 245 tests had: SHD diffs.
  • 184 tests had: ZSZ small diffs.
  • 213 tests had: Table small diffs.
  • 92 tests had: SSZ small diffs.
  • 21 tests had: ESO big diffs.
  • 9 tests had: MTR big diffs.
  • 15 tests had: Table big diffs.
  • 3 tests had: EDD diffs.
  • 1 test had: AUD diffs.

Failures:\n

regression Test Summary

  • Passed: 666
  • Failed: 23

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.

shadow-clip (XuanLuoLBL) - x86_64-Linux-Ubuntu-18.04-gcc-7.4-UnitTestsCoverage-Debug: OK (1239 of 1239 tests passed, 0 test warnings)

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

shadow-clip (XuanLuoLBL) - x86_64-MacOS-10.13-clang: OK (2555 of 2579 tests passed, 277 test warnings)

Messages:\n

  • 257 tests had: EIO diffs.
  • 248 tests had: ERR diffs.
  • 230 tests had: ESO small diffs.
  • 196 tests had: MTR small diffs.
  • 245 tests had: SHD diffs.
  • 183 tests had: ZSZ small diffs.
  • 211 tests had: Table small diffs.
  • 92 tests had: SSZ small diffs.
  • 21 tests had: ESO big diffs.
  • 9 tests had: MTR big diffs.
  • 16 tests had: Table big diffs.
  • 3 tests had: EDD diffs.
  • 1 test had: AUD diffs.

Failures:\n

regression Test Summary

  • Passed: 645
  • Failed: 24

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.

shadow-clip (XuanLuoLBL) - x86_64-Linux-Ubuntu-18.04-gcc-7.4-IntegrationCoverage-Debug: Tests Failed (429 of 674 tests passed, 0 test warnings)

Failures:\n

integration Test Summary

  • Passed: 429
  • Failed: 245

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.

shadow-clip (XuanLuoLBL) - Win64-Windows-10-VisualStudio-16: OK (2552 of 2579 tests passed, 274 test warnings)

Messages:\n

  • 257 tests had: EIO diffs.
  • 248 tests had: ERR diffs.
  • 231 tests had: ESO small diffs.
  • 196 tests had: MTR small diffs.
  • 245 tests had: SHD diffs.
  • 184 tests had: ZSZ small diffs.
  • 210 tests had: Table small diffs.
  • 20 tests had: ESO big diffs.
  • 92 tests had: SSZ small diffs.
  • 9 tests had: MTR big diffs.
  • 19 tests had: Table big diffs.
  • 3 tests had: EDD diffs.
  • 1 test had: AUD diffs.

Failures:\n

regression Test Summary

  • Passed: 642
  • Failed: 27

Build Badge Test Badge

Please sign in to comment.