Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
be-marc committed Oct 25, 2024
1 parent 1b79619 commit 79129e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test_mlr_callbacks.R
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ test_that("internal tuning callback works", {

expect_data_table(instance$result)
expect_names(names(instance$result), must.include = "internal_tuned_values")
expect_equal(instance$result$internal_tuned_values[[1]], list(iter = 1))
expect_equal(instance$result$internal_tuned_values[[1]], list(iter = 233))
})

test_that("internal tuning callback works with AutoFSelector", {
Expand Down

0 comments on commit 79129e7

Please sign in to comment.