Skip to content

Commit

Permalink
Fix ci
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Li <adam2392@gmail.com>
  • Loading branch information
adam2392 committed Apr 2, 2024
1 parent 750573c commit ec66190
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 @@ -408,7 +408,7 @@ cdef class DepthFirstTreeBuilder(TreeBuilder):
if not is_leaf:
splitter.node_split(
&parent_record,
&split,
split_ptr,
)

# assign local copy of SplitRecord to assign
Expand Down

0 comments on commit ec66190

Please sign in to comment.