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
Currently the select function does not do what it says in the docstring, i.e. "traverse to the tree to find a node that has not been previously expanded (a node without children nodes)."
Instead it contains too many other functions folded in, such as calling expand.
Then, after this refactor, rewrite test_select.
The text was updated successfully, but these errors were encountered:
Currently the select function does not do what it says in the docstring, i.e. "traverse to the tree to find a node that has not been previously expanded (a node without children nodes)."
Instead it contains too many other functions folded in, such as calling expand.
Then, after this refactor, rewrite test_select.
The text was updated successfully, but these errors were encountered: