Skip to content

Commit

Permalink
Remove noexcept
Browse files Browse the repository at this point in the history
  • Loading branch information
reidjohnson committed Sep 1, 2024
1 parent 898e728 commit 9858399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quantile_forest/_utils.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ cpdef map_indices_to_leaves(
cnp.ndarray[intp_t, ndim=2] bootstrap_indices,
vector[intp_t] leaf_indices,
vector[vector[intp_t]] leaf_values_list,
) noexcept:
):
"""Return a mapping of training sample indices to a tree's leaf nodes.
Parameters
Expand Down

0 comments on commit 9858399

Please sign in to comment.