Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion python/tskit/trees.py
Original file line number Diff line number Diff line change
Expand Up @@ -1185,7 +1185,7 @@ def right_sib_array(self):
@property
def num_children_array(self):
"""
A numpy array (dtype=np.uint64) encoding the number of children of
A numpy array (dtype=np.int32) encoding the number of children of
each node in this tree, such that
``tree.num_children_array[u] == tree.num_children(u)`` for all
``0 <= u <= ts.num_nodes``. See the :meth:`~.num_children`
Expand Down