Skip to content

Commit be084d2

Browse files
committed
STY cython-lint honesty file
1 parent 14a8c70 commit be084d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

treeple/tree/honesty/_honest_prune.pyx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -374,8 +374,8 @@ cdef _honest_prune(
374374
)
375375

376376
is_leaf_in_origtree = child_l[node_idx] == _TREE_LEAF
377-
378-
if invalid_split or split_is_degenerate or is_leaf_in_origtree:
377+
378+
if invalid_split or split_is_degenerate or is_leaf_in_origtree:
379379
# invalid_split or is_leaf_in_origtree:
380380
# or split_is_degenerate or is_leaf_in_origtree:
381381
# ... and child_r[node_idx] == _TREE_LEAF:

0 commit comments

Comments
 (0)