-
Notifications
You must be signed in to change notification settings - Fork 77
Closed
Labels
Python APIIssue is about the Python APIIssue is about the Python API
Description
Even though it's documented, I think it's super confusing that Tree.num_nodes
returns the number of nodes in the entire tree sequence, not the number of nodes in the tree itself. I suggest we might want to deprecate it and say that the user should use Tree.tree_sequence.num_nodes
instead, which is much clearer.
Metadata
Metadata
Assignees
Labels
Python APIIssue is about the Python APIIssue is about the Python API