Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor select function #5

Closed
annh3 opened this issue Aug 16, 2024 · 1 comment
Closed

refactor select function #5

annh3 opened this issue Aug 16, 2024 · 1 comment

Comments

@annh3
Copy link
Owner

annh3 commented Aug 16, 2024

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.

@annh3
Copy link
Owner Author

annh3 commented Aug 21, 2024

4d1715f
3f19e8f

@annh3 annh3 closed this as completed Aug 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant