Build: #6 was successful Manual run by CASA adm account
Code commits
Casa6
-
Rui Xue 74a8c0ebcf730dfedaa8825a50a95dc8c1831a96
Merge remote-tracking branch 'origin/CAS-14774' into CAS-14761
-
Rui Xue 0e3ae4208b9aa026f76a4e25511d1a697cdefdb9 m
CAS-14774: set hasSPW(false) when SPW axis is absent in lazy BDF flag path
In processCorrelatorFlags (used when importasdm lazy=True bdfflags=True),
the else-branch of the SPW size check incorrectly called hasSPW(true) when
the announced and calculated flag buffer sizes did not match, meaning the
SPW axis is genuinely absent. This caused traverseALMACorrelatorFlagsAxes
to misread the flags buffer layout and apply fewer flags than the non-lazy
path (processCorrelatorFlagsPerSlices), which already had the correct
hasSPW(false) call.