Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
bblodfon committed Dec 10, 2024
1 parent 10608c7 commit 7313439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test_ensemble_fselect.R
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ test_that("combining EnsembleFSResult objects", {
expect_null(get_private(comb22)$.inner_measure$id)

# different (outer) measure => not possible to combine
expect_error(efsr1$clone(deep = TRUE)$combine(efsr4), "Must be TRUE")
expect_error(efsr1$clone(deep = TRUE)$combine(efsr4))

# different `inner_measure`
comb3 = efsr1$clone(deep = TRUE)$combine(efsr5)
Expand Down

0 comments on commit 7313439

Please sign in to comment.