Skip to content

Commit

Permalink
Fix small EIO diffs
Browse files Browse the repository at this point in the history
  • Loading branch information
lefticus committed Jan 8, 2020
1 parent c483c41 commit c184e83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EnergyPlus/ZoneTempPredictorCorrector.cc
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ namespace ZoneTempPredictorCorrector {

// Formats
static constexpr auto Header("! <Zone Volume Capacitance Multiplier>, Sensible Heat Capacity Multiplier, Moisture Capacity Multiplier, Carbon Dioxide Capacity Multiplier, Generic Contaminant Capacity Multiplier\n");
static constexpr auto Format_701("Zone Volume Capacitance Multiplier, {:.3F}, {:.3F}, {:.3F}, {:.3F}\n");
static constexpr auto Format_701("Zone Volume Capacitance Multiplier, {:.3F} , {:.3F}, {:.3F}, {:.3F}\n");

// FLOW:
cCurrentModuleObject = cZControlTypes(iZC_TStat);
Expand Down

6 comments on commit c184e83

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

remove_objexx_gio (lefticus) - x86_64-Linux-Ubuntu-18.04-custom_check: Build Failed

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.

remove_objexx_gio (lefticus) - 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.

remove_objexx_gio (lefticus) - x86_64-Linux-Ubuntu-18.04-gcc-7.4: OK (2636 of 2636 tests passed, 23 test warnings)

Messages:\n

  • 23 tests had: EIO diffs.
  • 1 test had: Table small diffs.

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.

remove_objexx_gio (lefticus) - x86_64-Linux-Ubuntu-18.04-gcc-7.4-UnitTestsCoverage-Debug: OK (1254 of 1254 tests passed, 0 test warnings)

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.

remove_objexx_gio (lefticus) - Win64-Windows-10-VisualStudio-16: OK (2596 of 2596 tests passed, 23 test warnings)

Messages:\n

  • 23 tests had: EIO diffs.
  • 1 test had: Table small diffs.

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.

remove_objexx_gio (lefticus) - x86_64-Linux-Ubuntu-18.04-gcc-7.4-IntegrationCoverage-Debug: OK (674 of 675 tests passed, 0 test warnings)

Failures:\n

integration Test Summary

  • Passed: 674
  • Timeout: 1

Build Badge Test Badge Coverage Badge

Please sign in to comment.