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
When matching subtrees, we currently ladderize the trees so that branching skews to the same side, and rotate cherries so that branch lengths are the most concordant (but do we still do this?).
When comparing subtrees with labels, it is no longer clear how to handle the case where branches are discordant with respect to BOTH lengths and labels.
A consequence of this is that the diagonal entries --- k(t1,t1) --- are not 1 when we normalize all entries by sqrt(k(t1,t1) * k(t2,t2)), where t2 = t1.
Again, I haven't gotten around to building a minimal repro case for this issue yet.
Pending minimal repro case.
The text was updated successfully, but these errors were encountered: