We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c99fb5 commit 4ead0e6Copy full SHA for 4ead0e6
tests/testthat/test_FSelectorShadowVariableSearch.R
@@ -61,5 +61,5 @@ test_that("search is terminated by terminator works", {
61
expect_equal(instance$search_space, domain)
62
expect_equal(instance$objective$domain, domain)
63
# check that task is restored
64
- expect_equal(instance$objective$task, task)
+ suppressWarnings(expect_equal(instance$objective$task, task))
65
})
0 commit comments