Skip to content

Commit

Permalink
Fix format issue with custom_check
Browse files Browse the repository at this point in the history
  • Loading branch information
Myoldmopar committed Jul 24, 2024
1 parent c842eec commit 00ce966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EnergyPlus/FluidProperties.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1102,7 +1102,7 @@ namespace FluidProperties {
cAlphaFields(2),
Alphas(2),
"",
format("Valid options are (\"Enthalpy\", \"Density\"). Fluid will not be available for simulation."));
R"(Valid options are ("Enthalpy", "Density"). Fluid will not be available for simulation.)");
ErrorsFound = true;
continue;
}
Expand Down

5 comments on commit 00ce966

@nrel-bot
Copy link

Choose a reason for hiding this comment

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

FluidAPI (Myoldmopar) - Win64-Windows-10-VisualStudio-16: OK (2852 of 2852 tests passed, 0 test warnings)

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.

FluidAPI (Myoldmopar) - x86_64-MacOS-10.18-clang-15.0.0: OK (3643 of 3644 tests passed, 52 test warnings)

Messages:\n

  • 25 tests had: ESO small diffs.
  • 15 tests had: MTR small diffs.
  • 11 tests had: EIO diffs.
  • 11 tests had: Table small diffs.
  • 30 tests had: ERR diffs.
  • 1 test had: Table string diffs.

Failures:\n

regression Test Summary

  • Passed: 790
  • Failed: 1

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.

FluidAPI (Myoldmopar) - x86_64-Linux-Ubuntu-22.04-gcc-11.4: OK (3682 of 3685 tests passed, 51 test warnings)

Messages:\n

  • 11 tests had: EIO diffs.
  • 26 tests had: ESO small diffs.
  • 13 tests had: MTR small diffs.
  • 10 tests had: Table small diffs.
  • 30 tests had: ERR diffs.
  • 3 tests had: Table string diffs.
  • 1 test had: ESO big diffs.
  • 1 test had: Table big diffs.

Failures:\n

regression Test Summary

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

FluidAPI (Myoldmopar) - x86_64-Linux-Ubuntu-22.04-gcc-11.4-IntegrationCoverage-Debug: OK (795 of 795 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.

FluidAPI (Myoldmopar) - x86_64-Linux-Ubuntu-22.04-gcc-11.4-UnitTestsCoverage-Debug: OK (2060 of 2060 tests passed, 0 test warnings)

Build Badge Test Badge Coverage Badge

Please sign in to comment.