causal-forest icon indicating copy to clipboard operation
causal-forest copied to clipboard

TypeError: unsupported operand type(s) for +: 'NoneType' and 'int'

Open timmens opened this issue 5 years ago • 0 comments

--> 447     left = sorted_subset_index[: (split_index + 1)]
    448     right = sorted_subset_index[(split_index + 1) :]
    449     nonzero_index = np.nonzero(index)[0]

TypeError: unsupported operand type(s) for +: 'NoneType' and 'int'

timmens avatar Feb 20 '20 18:02 timmens