Skip to content

Commit

Permalink
Typo: <-/=
Browse files Browse the repository at this point in the history
  • Loading branch information
erikcs committed Aug 18, 2019
1 parent 1349fd3 commit 808d26c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion r-package/grf/R/causal_forest.R
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ causal_forest <- function(X, Y, W,
alpha = validate_alpha(alpha),
imbalance.penalty = validate_imbalance_penalty(imbalance.penalty),
honesty.fraction = validate_honesty_fraction(honesty.fraction, honesty),
prune.empty.leaves <- validate_prune_empty_leaves(prune.empty.leaves)
prune.empty.leaves = validate_prune_empty_leaves(prune.empty.leaves)
)
}

Expand Down

0 comments on commit 808d26c

Please sign in to comment.