Skip to content

Commit

Permalink
Space IV.5 - YAA to get win and linux/Mac to agree
Browse files Browse the repository at this point in the history
  • Loading branch information
mjwitte committed Sep 7, 2024
1 parent c2616e6 commit ece50b9
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions tst/EnergyPlus/unit/SizingManager.unit.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4151,7 +4151,7 @@ TEST_F(EnergyPlusFixture, SizingManager_ZoneSizing_Coincident_NonAir_10x_Latent_
" ElectricEquipment,",
" Space 1 Latent ElecEq, !- Name",
" Space 1, !- Zone or ZoneList Name",
" Morning2, !- Schedule Name",
" SummerMorning2, !- Schedule Name",
" EquipmentLevel, !- Design Level Calculation Method",
" 1000.0, !- Design Level {W}",
" , !- Watts per Zone Floor Area {W/m2}",
Expand All @@ -4171,15 +4171,21 @@ TEST_F(EnergyPlusFixture, SizingManager_ZoneSizing_Coincident_NonAir_10x_Latent_
" Until: 24:00,0.0; !- Field 11",

" Schedule:Compact,",
" Morning2, !- Name",
" SummerMorning2, !- Name",
" , !- Schedule Type Limits Name",
" Through: 12/31, !- Field 9",
" Through: 5/31, !- Field 9",
" For: Alldays, !- Field 10",
" Until: 24:00,0.0, !- Field 11",
" Through: 9/30, !- Field 9",
" For: Alldays, !- Field 10",
" Until: 8:00,0.0, !- Field 11",
" Until: 9:00,0.5, !- Field 11",
" Until: 11:00,0.8, !- Field 11",
" Until: 11:00,0.8, !- Field 11",
" Until: 12:00,1.0, !- Field 11",
" Until: 13:00,0.9, !- Field 11",
" Until: 24:00,0.0, !- Field 11",
" Through: 12/31, !- Field 9",
" For: Alldays, !- Field 10",
" Until: 24:00,0.0; !- Field 11",

" ElectricEquipment,",
Expand Down Expand Up @@ -4246,8 +4252,8 @@ TEST_F(EnergyPlusFixture, SizingManager_ZoneSizing_Coincident_NonAir_10x_Latent_
OutputReportPredefined::RetrievePreDefTableEntry(*state, state->dataOutRptPredefined->pdchSpHtDesDay, "SPACE 1"));
EXPECT_EQ("1/21 08:00:00", OutputReportPredefined::RetrievePreDefTableEntry(*state, state->dataOutRptPredefined->pdchSpHtPkTime, "SPACE 1"));
EXPECT_EQ("10000.00", OutputReportPredefined::RetrievePreDefTableEntry(*state, state->dataOutRptPredefined->pdchSpClCalcDesLd, "SPACE 1"));
EXPECT_EQ("0.669", OutputReportPredefined::RetrievePreDefTableEntry(*state, state->dataOutRptPredefined->pdchSpClCalcDesAirFlow, "SPACE 1"));
EXPECT_EQ("0.669", OutputReportPredefined::RetrievePreDefTableEntry(*state, state->dataOutRptPredefined->pdchSpClUserDesAirFlow, "SPACE 1"));
EXPECT_EQ("0.667", OutputReportPredefined::RetrievePreDefTableEntry(*state, state->dataOutRptPredefined->pdchSpClCalcDesAirFlow, "SPACE 1"));
EXPECT_EQ("0.667", OutputReportPredefined::RetrievePreDefTableEntry(*state, state->dataOutRptPredefined->pdchSpClUserDesAirFlow, "SPACE 1"));
EXPECT_EQ("CHICAGO_IL_USA ANNUAL COOLING 1% DESIGN CONDITIONS DB/MCWB",
OutputReportPredefined::RetrievePreDefTableEntry(*state, state->dataOutRptPredefined->pdchSpClDesDay, "SPACE 1"));
EXPECT_EQ("7/21 12:00:00", OutputReportPredefined::RetrievePreDefTableEntry(*state, state->dataOutRptPredefined->pdchSpClPkTime, "SPACE 1"));
Expand Down

5 comments on commit ece50b9

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

SpacePart4Followup (mjwitte) - x86_64-Linux-Ubuntu-22.04-gcc-11.4: OK (2901 of 2901 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.

SpacePart4Followup (mjwitte) - Win64-Windows-10-VisualStudio-16: OK (2878 of 2879 tests passed, 0 test warnings)

Failures:\n

EnergyPlusFixture Test Summary

  • Passed: 1589
  • Failed: 1

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.

SpacePart4Followup (mjwitte) - x86_64-Linux-Ubuntu-22.04-gcc-11.4-UnitTestsCoverage-RelWithDebInfo: OK (2085 of 2085 tests passed, 0 test warnings)

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

SpacePart4Followup (mjwitte) - x86_64-Linux-Ubuntu-22.04-gcc-11.4-IntegrationCoverage-RelWithDebInfo: OK (799 of 799 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.

SpacePart4Followup (mjwitte) - Win64-Windows-10-VisualStudio-16: OK (2879 of 2879 tests passed, 0 test warnings)

Build Badge Test Badge

Please sign in to comment.