Update to v25.2.0-IOFreeze#5475
Conversation
| // = {252660024.14000002, 28129.12, 428.19, 360.93, 781.28, 3322324.62, 249308000.0}; | ||
| // To reduce the deviation, I switched the PTAC/PTHP to a Fan:OnOff with a Always Off Discrete Schedule, but it still behaves slightly differently | ||
| SqlResults ep_2510 = {191879399.92, 27905.27, 407.55, 361.09, 776.63, 3328949.38, 188521000.0}; | ||
| SqlResults ep_2520 = {191879399.92, 27905.27, 407.55, 361.09, 776.63, 3328949.38, 188521000.0}; |
There was a problem hiding this comment.
I'm not sure why (expected or not), but appears sqlFile2.annualTotalCost(FuelType::FuelOil_1).get() has increased from 188521000.0 to 188521400.0. This causes a test failure.
There was a problem hiding this comment.
Probably related to this? NatLabRockies/EnergyPlus#11109
There was a problem hiding this comment.
Meaning it was previously 188521400.0 but was being reported as 188521000.0?
There was a problem hiding this comment.
Whoa, now I'm really confused. We got ubuntu back online (and not just windows), and I see the test fails on different lines. Appears the annual total costs may vary by platform???
AirflowNetwork:Distribution:DuctSizing Duct:Loss:Conduction Duct:Loss:Leakage Duct:Loss:MakeupAir HeatPump:AirToWater ThermalStorage:HotWater:Stratified ThermalStorage:PCM ThermalStorage:Sizing Output:Table:ReportPeriod
| @@ -63074,7 +64416,57 @@ Output:Table:Annual, | |||
| \minimum 0 | |||
| \maximum 10 | |||
|
|
|||
|
|
|||
| Output:Table:ReportPeriod, | |||
There was a problem hiding this comment.
Just a note that this is not introduced in E+ v25.2.0.
…, so that IddField_Properties test does not fail.
|
I just updated the sql test results per Ubuntu's result, will let CI report on that. Note that looking at |
V25.2.0-IOFreeze: SiteWaterMainsTemperature's new fields
V25.2.0-IOFreeze: ExternalInterface's optional Initial Value field
|
CI Results for d4937ce:
|
|
I'm happy enough with this to drop it into develop as this will make our lifes easier wiht the others PRs |
| \reference HeatPumpAirToWaterFuelFiredHeatingNames | ||
| \note Name of the fuel fired absorption heat pump system system | ||
| \reference-class-name validPlantEquipmentTypes | ||
| \reference validPlantEquipmentNames |
There was a problem hiding this comment.
That deletion was wrong. Causes OS-resources "heatpump_airtowater_fuelfired" to fail now
| \reference-class-name validPlantEquipmentTypes | ||
| \reference validPlantEquipmentNames |
Pull request overview
Pull Request Author
src/model/test)src/energyplus/Test)src/osversion/VersionTranslator.cpp)Labels:
IDDChangeAPIChangePull Request - Ready for CIso that CI builds your PRReview Checklist
This will not be exhaustively relevant to every PR.