Skip to content

Commit 9bb6ee5

Browse files
committed
remove browser call
1 parent 5e778f7 commit 9bb6ee5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/testthat/test-double_ml_plr_export_preds.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ patrick::with_parameters_test_that("Unit tests for for the export of predictions
4848
set.seed(3141)
4949
double_mlplr_obj$fit(store_predictions = TRUE, store_models = TRUE)
5050

51-
browser()
5251
set.seed(3141)
5352
Xnames = names(df)[names(df) %in% c("y", "d", "z") == FALSE]
5453
indx = (names(df) %in% c(Xnames, "y"))

0 commit comments

Comments
 (0)