Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
david-cortes committed Jan 11, 2024
1 parent 6039f02 commit 9b37f48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R-package/R/xgb.train.R
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ xgb.train <- function(params = list(), data, nrounds, watchlist = list(),
call = match.call(),
params = params
)

curr_attrs <- attributes(bst)
if (NROW(curr_attrs)) {
curr_attrs <- curr_attrs[
Expand Down

0 comments on commit 9b37f48

Please sign in to comment.