Skip to content
Open
Show file tree
Hide file tree
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 c/tskit/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -853,7 +853,7 @@ tsk_blkalloc_free(tsk_blkalloc_t *self)
}
}

/* Mirrors the semantics of numpy's searchsorted function. Uses binary
/* Mirrors the semantics of numpy's searchsorted function (side='left'). Uses binary
* search to find the index of the closest value in the array. */
tsk_size_t
tsk_search_sorted(const double *restrict array, tsk_size_t size, double value)
Expand Down
Loading
Loading