@@ -190,7 +190,7 @@ check_parameters <- function(wflow, pset = NULL, data, grid_names = character(0)
190
190
cli :: format_inline(
191
191
" Creating pre-processing data to finalize {num_unk} unknown parameter{?s}: {.val {unk_names}}" )
192
192
193
- tune_log (list (verbose = TRUE ), split_labels = NULL , task = msg , type = " info" )
193
+ update_printer (list (verbose = TRUE ), split_labels = NULL , task = msg , type = " info" )
194
194
195
195
x <- workflows :: .fit_pre(wflow , data )$ pre $ mold $ predictors
196
196
pset $ object <- purrr :: map(pset $ object , dials :: finalize , x = x )
@@ -436,7 +436,7 @@ check_initial <- function(x,
436
436
if (ctrl $ verbose ) {
437
437
message()
438
438
msg <- cli :: format_inline(" Generating a set of {nrow(x)} initial parameter results" )
439
- tune_log (ctrl , split_labels = NULL , task = msg , type = " go" )
439
+ update_printer (ctrl , split_labels = NULL , task = msg , type = " go" )
440
440
}
441
441
442
442
grid_ctrl <- ctrl
@@ -452,7 +452,7 @@ check_initial <- function(x,
452
452
)
453
453
454
454
if (ctrl $ verbose ) {
455
- tune_log (ctrl , split_labels = NULL , task = " Initialization complete" , type = " success" )
455
+ update_printer (ctrl , split_labels = NULL , task = " Initialization complete" , type = " success" )
456
456
message()
457
457
}
458
458
} else {
0 commit comments