Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
‘topepo’ committed Jan 11, 2024
1 parent e3d9857 commit b6ee7a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-survival-tune_race_anova.R
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ test_that("race tuning (anova) survival models with dynamic metrics", {

# TODO add a test for checking the evaluation time in this message:
# https://github.com/tidymodels/finetune/issues/81
expect_true(any(grepl("Racing will minimize the brier_survival metric", aov_dyn_output)))
expect_true(any(grepl("Racing will minimize the brier_survival metric at time", aov_dyn_output)))

# test structure of results --------------------------------------------------

Expand Down

0 comments on commit b6ee7a0

Please sign in to comment.