Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
be-marc committed Nov 28, 2024
1 parent 7433bf8 commit 13458c5
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tests/testthat/test_TunerBatchIrace.R
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,5 @@ test_that("TunerIrace works with unnamed discrete values", {
terminator = trm("evals", n_evals = 96),
search_space = search_space)
tuner = tnr("irace")
<<<<<<< HEAD
expect_data_table(tuner$optimize(instance))
=======
x = capture.output({expect_data_table(tuner$optimize(inst))})
>>>>>>> main
x = capture.output({expect_data_table(tuner$optimize(instance))})
})

0 comments on commit 13458c5

Please sign in to comment.