Skip to content

Commit

Permalink
silence recently added test
Browse files Browse the repository at this point in the history
  • Loading branch information
david-cortes committed Dec 12, 2024
1 parent 3162e0d commit b640511
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 b640511

Please sign in to comment.