From d97be6f39681b97bc0658a5d444f2e2a356cf7dc Mon Sep 17 00:00:00 2001 From: amdsc21 <96135754+amdsc21@users.noreply.github.com> Date: Sat, 25 Mar 2023 04:05:05 +0100 Subject: [PATCH] enable last 3 tests --- tests/cpp/predictor/test_gpu_predictor.cu | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/cpp/predictor/test_gpu_predictor.cu b/tests/cpp/predictor/test_gpu_predictor.cu index 1b43f2e73..585af6b3b 100644 --- a/tests/cpp/predictor/test_gpu_predictor.cu +++ b/tests/cpp/predictor/test_gpu_predictor.cu @@ -144,7 +144,6 @@ TEST(GpuPredictor, LesserFeatures) { TestPredictionWithLesserFeatures("gpu_predictor"); } -#if 0 // Very basic test of empty model TEST(GPUPredictor, ShapStump) { #if defined(XGBOOST_USE_CUDA) @@ -213,7 +212,6 @@ TEST(GPUPredictor, Shap) { TEST(GPUPredictor, IterationRange) { TestIterationRange("gpu_predictor"); } -#endif TEST(GPUPredictor, CategoricalPrediction) { TestCategoricalPrediction("gpu_predictor");