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 e7140e2 commit 15a2b36Copy full SHA for 15a2b36
tests/testthat/test-double_ml_active_bindings.R
@@ -5,9 +5,7 @@ test_that("Not setable fields", {
5
dml_data = make_plr_CCDDHNR2018(n_obs = 101)
6
ml_g = lrn("regr.ranger")
7
ml_m = ml_g$clone()
8
- dml_plr = DoubleMLPLR$new(
9
-dml_data,ml_g,
10
-ml_m)
+ dml_plr = DoubleMLPLR$new(dml_data, ml_g, ml_m)
11
12
msg = "can't set field all_coef"
13
expect_error(dml_plr$all_coef <- 5,
0 commit comments