Skip to content

Commit

Permalink
Fix ci
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Li <[email protected]>
  • Loading branch information
adam2392 committed Apr 2, 2024
1 parent ec66190 commit f360749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sklearn/tree/_tree.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -1189,7 +1189,7 @@ cdef class BaseTree:
"""Update a node on the tree.
The updated node remains on the same position.
Returns (intp_t)(-1) on error.
"""
cdef intp_t node_id
Expand Down

0 comments on commit f360749

Please sign in to comment.