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
With multiple concrete implementations of an abstract class the
determination of the concrete node description for a result `n,
collect(r), collect(rn)` was flaky.
The abstract class' repository only gives its abstract label as an
anchor for the determination.
The initial mapping step looks through the whole result to figure the
labels for the "root node" but misses out to check for one node that
reflects the concrete initial "root node". This leads to the situation
that the concrete node description is getting randomly choosen from the
random set of possible candidates.
Closes#2225
No description provided.
The text was updated successfully, but these errors were encountered: