Skip to content

ATLASRECTS-7832 : BadLBFilterAlgCfg: Change defects argument to a tuple so it is hashable

Qichen Dong requested to merge qidong/athena:MR_ATLASRECTS-7832 into main

Hi All,

This is to suppress warnings reported in ATLASRECTS-7832.

Use tuple for the defects instead of a list of strings, so the argument is hashable for CA to cache.

Cheers, Dong

Merge request reports