You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice if workflow analysis reported two kinds of issues:
When a plan specifies an invalid branch for a branch point: I had (BranchPoint: 1) in a plan even though BranchPoint had no branch called 1; ducttape merely said no vertices were found in the plan.
When a branch graft specifies branches on irrelevant branch points: I had an input like x=$y@z[BP1:0,BP2:0] where the z task was associated with BP1 but not BP2. This caused the desired realization (with [BP1:0]) to be filtered out silently.
The text was updated successfully, but these errors were encountered:
It would be nice if workflow analysis reported two kinds of issues:
(BranchPoint: 1)
in a plan even thoughBranchPoint
had no branch called1
; ducttape merely said no vertices were found in the plan.x=$y@z[BP1:0,BP2:0]
where thez
task was associated withBP1
but notBP2
. This caused the desired realization (with[BP1:0]
) to be filtered out silently.The text was updated successfully, but these errors were encountered: