Skip to content

Commit

Permalink
remove buggy test
Browse files Browse the repository at this point in the history
  • Loading branch information
mllg committed Sep 14, 2021
1 parent 22b9da1 commit 2087edb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/testthat/test_TuningInstanceSingleCrit.R
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ invoke(tuner$optimize, instance, .seed = 123)
test_that("fortify.TuningInstanceSingleCrit", {
f = fortify(instance)
expect_data_table(f, nrows = 4)
expect_names(names(f), must.include = c("cp", "minsplit", "classif.ce", "x_domain_cp", "x_domain_minsplit",
"runtime_learners", "timestamp", "batch_nr", "resample_result"))
})

test_that("autoplot.TuningInstanceSingleCrit", {
Expand Down

0 comments on commit 2087edb

Please sign in to comment.