Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
david-cortes committed Dec 15, 2024
1 parent ce5ce97 commit 9975e84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R-package/R/xgb.DMatrix.R
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@ xgb.ProxyDMatrix <- function(proxy_handle, data_iterator, env_keep_alive) {
}
if (is.data.frame(lst$data)) {
data <- lst$data
lst <- within(lst, rm("data"))
lst$data <- NULL
tmp <- .process.df.for.dmatrix(data, lst$feature_types)
lst$feature_types <- tmp$feature_types
env_keep_alive$keepalive1 <- lst
Expand Down

0 comments on commit 9975e84

Please sign in to comment.