Remove old callback deprecated in 1.3. (#7280)

This commit is contained in:
Jiaming Yuan
2021-10-08 17:24:59 +08:00
committed by GitHub
parent 578de9f762
commit 69d3b1b8b4
7 changed files with 70 additions and 475 deletions

View File

@@ -41,8 +41,7 @@ class TestGPUBasicModels:
self.cpu_test_bm.run_custom_objective("gpu_hist")
def test_eta_decay_gpu_hist(self):
self.cpu_test_cb.run_eta_decay('gpu_hist', True)
self.cpu_test_cb.run_eta_decay('gpu_hist', False)
self.cpu_test_cb.run_eta_decay('gpu_hist')
def test_deterministic_gpu_hist(self):
kRows = 1000