Fix github merge. (#5509)
This commit is contained in:
parent
866a477319
commit
1334aca437
@ -14,7 +14,7 @@ class UpdaterTreeStatTest : public ::testing::Test {
|
|||||||
|
|
||||||
protected:
|
protected:
|
||||||
void SetUp() override {
|
void SetUp() override {
|
||||||
p_dmat_ = RandomDataGenerator(kRows, kCols, .5f).GenerateDMatix(true);
|
p_dmat_ = RandomDataGenerator(kRows, kCols, .5f).GenerateDMatrix(true);
|
||||||
auto g = GenerateRandomGradients(kRows);
|
auto g = GenerateRandomGradients(kRows);
|
||||||
gpairs_.Resize(kRows);
|
gpairs_.Resize(kRows);
|
||||||
gpairs_.Copy(g);
|
gpairs_.Copy(g);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user