Skip to content

Commit 78c3a1b

Browse files
reverted to back out build body refactor
1 parent 4325b0a commit 78c3a1b

File tree

2 files changed

+293
-143
lines changed

2 files changed

+293
-143
lines changed

sklearn/tree/_tree.pxd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ cdef struct BuildEnv:
115115

116116
ParentInfo parent_record
117117

118-
bint add_or_update
118+
AddOrUpdateNodeFunc add_or_update_node
119119

120120

121121
cdef class BaseTree:

0 commit comments

Comments
 (0)