Skip to content

Commit

Permalink
Well that was stupid
Browse files Browse the repository at this point in the history
  • Loading branch information
amirroth committed Apr 7, 2023
1 parent c74483f commit bc1bc3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EnergyPlus/FluidProperties.hh
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ namespace FluidProperties {

#ifdef EP_cache_GlycolSpecificHeat
struct SpecificHeatCacheEntry {
std::uint64_t tagTemp = 0;
std::uint64_t tagTemp = 0x8000000000000000; // Initialize with something that is not a valid tag
Real64 specificHeat = 0.0;
};

Expand Down

5 comments on commit bc1bc3c

@nrel-bot
Copy link

Choose a reason for hiding this comment

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

SimplifyFluidCaching (amirroth) - Win64-Windows-10-VisualStudio-16: OK (2630 of 2630 tests passed, 0 test warnings)

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.

SimplifyFluidCaching (amirroth) - x86_64-Linux-Ubuntu-18.04-gcc-7.5: OK (3418 of 3443 tests passed, 423 test warnings)

Messages:\n

  • 423 tests had: ESO small diffs.
  • 320 tests had: EIO diffs.
  • 373 tests had: MTR small diffs.
  • 244 tests had: Table small diffs.
  • 17 tests had: ERR diffs.
  • 2 tests had: JSON big diffs.
  • 7 tests had: ESO big diffs.
  • 21 tests had: Table big diffs.
  • 1 test had: MTR big diffs.
  • 4 tests had: EDD diffs.

Failures:\n

regression Test Summary

  • Passed: 766
  • Failed: 25

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.

SimplifyFluidCaching (amirroth) - x86_64-MacOS-10.17-clang-13.0.0: OK (3384 of 3402 tests passed, 426 test warnings)

Messages:\n

  • 421 tests had: ESO small diffs.
  • 316 tests had: EIO diffs.
  • 373 tests had: MTR small diffs.
  • 251 tests had: Table small diffs.
  • 2 tests had: JSON big diffs.
  • 14 tests had: Table big diffs.
  • 15 tests had: ERR diffs.
  • 5 tests had: ESO big diffs.
  • 2 tests had: EDD diffs.
  • 1 test had: MTR big diffs.

Failures:\n

regression Test Summary

  • Passed: 753
  • Failed: 18

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.

SimplifyFluidCaching (amirroth) - x86_64-Linux-Ubuntu-18.04-gcc-7.5-UnitTestsCoverage-Debug: OK (1858 of 1858 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.

SimplifyFluidCaching (amirroth) - x86_64-Linux-Ubuntu-18.04-gcc-7.5-IntegrationCoverage-Debug: OK (776 of 776 tests passed, 0 test warnings)

Build Badge Test Badge Coverage Badge

Please sign in to comment.