-
Notifications
You must be signed in to change notification settings - Fork 466
Labels
DefectIncludes code to repair a defect in EnergyPlusIncludes code to repair a defect in EnergyPlusNotIDDChangeCode does not impact IDD (can be merged after IO freeze)Code does not impact IDD (can be merged after IO freeze)
Milestone
Description
Issue overview
- This is essentially the same bug as Unable to read Site:GroundDomain:Slab with Site:GroundTemperature:Undisturbed:FiniteDifference #10933
- And the same bug in KusudaAchenbach earlier too 1980d22#diff-f58e3210edb785bf9d28bcc7801f467c941feb911b1981fdf562abd401bb8285R81
GetGroundTempModelAndInit takes name (last param) by const ref& It then calls XingGroundTempsModel::XingGTMFactory which also takes objectName by const ref&
But it calls getObjectItem with s_ipsc->cAlphaArgs which overrides it, then the comparison fails
Operating System (Multiple choices)
Any
Operating System Version
N/A
Version of EnergyPlus
25.1.0-IOFreeze
Unmethours link or helpdesk ticket number
N/A
Defect file
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
DefectIncludes code to repair a defect in EnergyPlusIncludes code to repair a defect in EnergyPlusNotIDDChangeCode does not impact IDD (can be merged after IO freeze)Code does not impact IDD (can be merged after IO freeze)