From c6ae6bca28ed219c2f3f4e03154080b84d110646 Mon Sep 17 00:00:00 2001 From: be-marc Date: Thu, 21 Nov 2024 13:13:14 +0100 Subject: [PATCH] ... --- inst/testthat/helper_autotest.R | 1 - 1 file changed, 1 deletion(-) diff --git a/inst/testthat/helper_autotest.R b/inst/testthat/helper_autotest.R index 921e51fd6..377e7d152 100644 --- a/inst/testthat/helper_autotest.R +++ b/inst/testthat/helper_autotest.R @@ -490,7 +490,6 @@ run_autotest = function(learner, N = 30L, exclude = NULL, predict_types = learne if (predict_type == "quantiles") { learner$quantiles = 0.5 - browser() } run = run_experiment(task, learner)