Fix graphing of tool inputs
All threads resolved!
All threads resolved!
Graphing of tool inputs to algorithms was broken by !225 (merged) and this was causing the nightlies to fail. After fixing that I noticied some other funky features so fixed those to.
This is the current HLT2 reconstruction data flow after the changes:
Edited by Alex Pearce
Merge request reports
Activity
- Resolved by Rosen Matev
One thing to notice in the flow graph: there's an orphan input,
VPClus/VPClus_out_ClusterLocation
, that's not represented by a proper algorithm node. I think this happens because theVPClus
algorithm output is only consumed by a tool, and so the way we traverse up the control flow misses this.What do you think @nnolte?
- Resolved by Alex Pearce
- Resolved by Alex Pearce
mentioned in commit 46a78d4a
changed milestone to %v50r0
Please register or sign in to reply