Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
be-marc committed Dec 10, 2024
1 parent 0077e5d commit c3fe0ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/testthat/test_OptimizerIrace.R
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,9 @@ test_that("OptimizerBatchIrace works without passed constants set", {
search_space = search_space,
terminator = trm("evals", n_evals = 96))

optimizer = opt("irace", instances = rnorm(10, mean = 0, sd = 0.1)
optimizer = opt("irace", instances = rnorm(10, mean = 0, sd = 0.1))

x = capture.output(optimizer$optimize(instance)))
x = capture.output(optimizer$optimize(instance))
expect_data_table(instance$result, nrows = 1)
})

Expand Down

0 comments on commit c3fe0ff

Please sign in to comment.