The source project of this merge request has been removed.
Fixing a logic error in Algorithm::initToolHandles and AlgTool::initToolHandles
As described in
, the current implementation in these functions instantiates duplicate tools when we declare a public ToolHandleArray as a property to an algorithm or a tool. This modification fixes the duplication in the ATN tests that the error originally showed up in.