Skip to content

Commit

Permalink
Comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
trivialfis committed Sep 30, 2024
1 parent 83e1dd2 commit bd87b70
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python-package/xgboost/testing/updater.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,6 @@ def check_extmem_qdm(
Xy = xgb.QuantileDMatrix(it)
booster = xgb.train({"device": device}, Xy, num_boost_round=8)

# Get cuts from ellpack without CPU-GPU interpolation is not yet supported.
cut_it = Xy_it.get_quantile_cut()
cut = Xy.get_quantile_cut()
np.testing.assert_allclose(cut_it[0], cut[0])
Expand Down

0 comments on commit bd87b70

Please sign in to comment.