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 5e778f7 commit 9bb6ee5Copy full SHA for 9bb6ee5
tests/testthat/test-double_ml_plr_export_preds.R
@@ -48,7 +48,6 @@ patrick::with_parameters_test_that("Unit tests for for the export of predictions
48
set.seed(3141)
49
double_mlplr_obj$fit(store_predictions = TRUE, store_models = TRUE)
50
51
- browser()
52
53
Xnames = names(df)[names(df) %in% c("y", "d", "z") == FALSE]
54
indx = (names(df) %in% c(Xnames, "y"))
0 commit comments