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
If we have two disconnected subtrees in a tree, the tree.nodes(order="timeasc") function currently visits nodes in one subtree first in time order, then the other.
It would be more consistent and logical if all nodes in the tree were visited in time order.