Skip to content

Commit

Permalink
Clang format
Browse files Browse the repository at this point in the history
  • Loading branch information
lgu1234 committed Feb 5, 2024
1 parent a697e01 commit 31d9bcd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tst/EnergyPlus/unit/AirflowNetworkHVAC.unit.cc
Original file line number Diff line number Diff line change
Expand Up @@ -16306,14 +16306,14 @@ TEST_F(EnergyPlusFixture, AirflowNetwork_CheckMultistageHeatingCoil)
{
// #10389
std::string const idf_objects = delimited_string({
"Coil:Heating:Electric:MultiStage,",
" ElectricCoil, !-Name",
"Coil:Heating:Electric:MultiStage,",
" ElectricCoil, !-Name",
" always_avail, !-Availability Schedule Name",
" heating coil air inlet node_unit1, !-Air Inlet Node Name",
" heating coil air inlet node_unit1, !-Air Inlet Node Name",
" Supp Heating Coil Air Inlet Node_unit1, !-Air Outlet Node Name,",
" !-Temperature Setpoint Node Name",
" !-Temperature Setpoint Node Name",
" 2, !-Number of Stages ",
" 1.00, !-Stage 1 Efficiency{W / W}",
" 1.00, !-Stage 1 Efficiency{W / W}",
" 4000.0, !-Stage 1 Nominal Capacity {W}",
" 1.00, !-Stage 2 Efficiency{W / W}",
" 6000.0; !-Stage 2 Nominal Capacity {W}",
Expand Down

5 comments on commit 31d9bcd

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

10389-Allow-more-multistage-heating-coils (lgu1234) - x86_64-MacOS-10.18-clang-15.0.0: OK (3545 of 3546 tests passed, 0 test warnings)

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

10389-Allow-more-multistage-heating-coils (lgu1234) - Win64-Windows-10-VisualStudio-16: OK (2759 of 2759 tests passed, 0 test warnings)

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.

10389-Allow-more-multistage-heating-coils (lgu1234) - x86_64-Linux-Ubuntu-22.04-gcc-11.4: OK (3587 of 3587 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.

10389-Allow-more-multistage-heating-coils (lgu1234) - x86_64-Linux-Ubuntu-22.04-gcc-11.4-UnitTestsCoverage-Debug: OK (1972 of 1972 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.

10389-Allow-more-multistage-heating-coils (lgu1234) - x86_64-Linux-Ubuntu-22.04-gcc-11.4-IntegrationCoverage-Debug: OK (790 of 790 tests passed, 0 test warnings)

Build Badge Test Badge Coverage Badge

Please sign in to comment.