Skip to content

Commit a4d4e3f

Browse files
committed
Remove unused cython var in criterion header
1 parent ba2022f commit a4d4e3f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

causalml/inference/tree/causal/_criterion.pxd

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ cdef class NodeState:
3838
control_idx: int32_t, control group index
3939
control_total int32_t, total number of observations for a control group
4040
treatment_total int32_t, total number of observations for treatment groups
41-
treatment_min int32_t,
4241
groups_total int32_t, total number of groups
4342
split_metric: float64_t, split metric for TTest criterion
4443
"""

0 commit comments

Comments
 (0)