Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 47210cc

Browse files
committed
Change a Cython file to test #19850
1 parent bbc4b2e commit 47210cc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sklearn/tree/_tree.pyx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1644,3 +1644,5 @@ cdef _build_pruned_tree(
16441644
tree.max_depth = max_depth_seen
16451645
if rc == -1:
16461646
raise MemoryError("pruning tree")
1647+
1648+
# FIXME: undo this test comment for #19850.

0 commit comments

Comments
 (0)