Skip to content

Commit

Permalink
Remove incorrect test
Browse files Browse the repository at this point in the history
  • Loading branch information
RAMitchell committed Mar 3, 2020
1 parent 8fffcb7 commit 7a4e713
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/cpp/tree/test_gpu_hist.cu
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,6 @@ void TestHistogramIndexImpl() {
ASSERT_EQ(maker->page->matrix.info.n_bins, maker_ext->page->matrix.info.n_bins);
ASSERT_EQ(maker->page->gidx_buffer.size(), maker_ext->page->gidx_buffer.size());

ASSERT_EQ(h_gidx_buffer, h_gidx_buffer_ext);
}

TEST(GpuHist, TestHistogramIndex) {
Expand Down

0 comments on commit 7a4e713

Please sign in to comment.