Skip to content

Commit

Permalink
Tidy.
Browse files Browse the repository at this point in the history
  • Loading branch information
trivialfis committed Jul 4, 2021
1 parent ff82526 commit 200dc2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data/sparse_page_dmatrix.cc
Expand Up @@ -73,7 +73,7 @@ void SparsePageDMatrix::InitializeSparsePage() {
DMatrixProxy *proxy = MakeProxy(proxy_);
sparse_page_source_.reset(); // clear before creating new one to prevent conflicts.
sparse_page_source_ = std::make_shared<SparsePageSource>(
iter, proxy, this->missing_, this->nthreads_, this->Info().num_col_,
iter, proxy, this->missing_, this->nthreads_, this->info_.num_col_,
this->n_batches_, cache_info_.at(id));
}

Expand Down

0 comments on commit 200dc2a

Please sign in to comment.