Skip to content

Commit 8df5a52

Browse files
authored
Relax lm_forest invariance (#1458)
1 parent 0823d49 commit 8df5a52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

r-package/grf/tests/testthat/test_lm_forest.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ test_that("lm_forest with dummy W = multi arm causal forest", {
5151

5252
test_that("lm_forest gradient.weights option works as expected", {
5353
n <- 250
54-
p <- 5
54+
p <- 1
5555
K <- 2
5656
X <- matrix(rnorm(n * p), n, p)
5757
W <- matrix(runif(n * K), n, K)

0 commit comments

Comments
 (0)