Skip to content

Commit

Permalink
Fix github merge. (#5509)
Browse files Browse the repository at this point in the history
  • Loading branch information
trivialfis authored Apr 10, 2020
1 parent 866a477 commit 1334aca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cpp/tree/test_tree_stat.cc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class UpdaterTreeStatTest : public ::testing::Test {

protected:
void SetUp() override {
p_dmat_ = RandomDataGenerator(kRows, kCols, .5f).GenerateDMatix(true);
p_dmat_ = RandomDataGenerator(kRows, kCols, .5f).GenerateDMatrix(true);
auto g = GenerateRandomGradients(kRows);
gpairs_.Resize(kRows);
gpairs_.Copy(g);
Expand Down

0 comments on commit 1334aca

Please sign in to comment.