Skip to content

Commit

Permalink
Relax lm_forest invariance (#1458)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikcs authored Oct 3, 2024
1 parent 0823d49 commit 8df5a52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion r-package/grf/tests/testthat/test_lm_forest.R
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ test_that("lm_forest with dummy W = multi arm causal forest", {

test_that("lm_forest gradient.weights option works as expected", {
n <- 250
p <- 5
p <- 1
K <- 2
X <- matrix(rnorm(n * p), n, p)
W <- matrix(runif(n * K), n, K)
Expand Down

0 comments on commit 8df5a52

Please sign in to comment.