Skip to content

Commit 15a2b36

Browse files
committed
apply stlyer
1 parent e7140e2 commit 15a2b36

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/testthat/test-double_ml_active_bindings.R

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@ test_that("Not setable fields", {
55
dml_data = make_plr_CCDDHNR2018(n_obs = 101)
66
ml_g = lrn("regr.ranger")
77
ml_m = ml_g$clone()
8-
dml_plr = DoubleMLPLR$new(
9-
dml_data,ml_g,
10-
ml_m)
8+
dml_plr = DoubleMLPLR$new(dml_data, ml_g, ml_m)
119

1210
msg = "can't set field all_coef"
1311
expect_error(dml_plr$all_coef <- 5,

0 commit comments

Comments
 (0)