We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0823d49 commit 8df5a52Copy full SHA for 8df5a52
r-package/grf/tests/testthat/test_lm_forest.R
@@ -51,7 +51,7 @@ test_that("lm_forest with dummy W = multi arm causal forest", {
51
52
test_that("lm_forest gradient.weights option works as expected", {
53
n <- 250
54
- p <- 5
+ p <- 1
55
K <- 2
56
X <- matrix(rnorm(n * p), n, p)
57
W <- matrix(runif(n * K), n, K)
0 commit comments