Skip to content

Commit

Permalink
Following #7789, need to cahnge Fuel Type to "NaturalGas" in new test
Browse files Browse the repository at this point in the history
  • Loading branch information
jmarrec committed Feb 28, 2020
1 parent 2e43505 commit e697d59
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tst/EnergyPlus/unit/UnitarySystem.unit.cc
Original file line number Diff line number Diff line change
Expand Up @@ -11801,16 +11801,16 @@ TEST_F(EnergyPlusFixture, UnitarySystemModel_GetInput_Autosizing)
"Coil:Heating:Fuel,",
" Furnace Heating Coil 1, !- Name",
" FanAndCoilAvailSched, !- Availability Schedule Name",
" Gas, !- Fuel Type",
" NaturalGas, !- Fuel Type",
" 0.8, !- Burner Efficiency",
" 32000, !- Nominal Capacity",
" Heating Coil Air Inlet Node, !- Air Inlet Node Name",
" Reheat Coil Air Inlet Node; !- Air Outlet Node Name",

"Coil:Heating:Fuel,",
" Humidistat Reheat Coil 1, !- Name",
" Humidistat Reheat Coil 1, !- Name",
" FanAndCoilAvailSched, !- Availability Schedule Name",
" Gas, !- Fuel Type",
" NaturalGas, !- Fuel Type",
" 0.8, !- Burner Efficiency",
" 32000, !- Nominal Capacity",
" Reheat Coil Air Inlet Node, !- Air Inlet Node Name",
Expand Down

7 comments on commit e697d59

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

7771_UnitarySystem_AutosizeMinSAT (jmarrec) - 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.

7771_UnitarySystem_AutosizeMinSAT (jmarrec) - x86_64-Linux-Ubuntu-18.04-custom_check: OK (11 of 11 tests passed, 0 test warnings)

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.

7771_UnitarySystem_AutosizeMinSAT (jmarrec) - x86_64-Linux-Ubuntu-18.04-gcc-7.4: OK (2734 of 2734 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.

7771_UnitarySystem_AutosizeMinSAT (jmarrec) - x86_64-Linux-Ubuntu-18.04-gcc-7.4-UnitTestsCoverage-Debug: OK (1314 of 1314 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.

7771_UnitarySystem_AutosizeMinSAT (jmarrec) - x86_64-Linux-Ubuntu-18.04-gcc-7.4-IntegrationCoverage-Debug: OK (694 of 694 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.

7771_UnitarySystem_AutosizeMinSAT (jmarrec) - Win64-Windows-10-VisualStudio-16: OK (2698 of 2698 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.

7771_UnitarySystem_AutosizeMinSAT (jmarrec) - x86_64-MacOS-10.13-clang: OK (2702 of 2702 tests passed, 0 test warnings)

Build Badge Test Badge

Please sign in to comment.