Skip to content

Commit

Permalink
[R] silence recently added test (#11096)
Browse files Browse the repository at this point in the history
  • Loading branch information
david-cortes authored Dec 12, 2024
1 parent a2a348b commit 2bfae7d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R-package/tests/testthat/test_xgboost.R
Original file line number Diff line number Diff line change
Expand Up @@ -1004,7 +1004,8 @@ test_that("'eval_set' as fraction works", {
eval_set = 0.2,
nthreads = 1L,
nrounds = 4L,
max_depth = 2L
max_depth = 2L,
verbosity = 0L
)
expect_true(hasName(attributes(model), "evaluation_log"))
evaluation_log <- attributes(model)$evaluation_log
Expand Down

0 comments on commit 2bfae7d

Please sign in to comment.