enable last 3 tests

This commit is contained in:
amdsc21 2023-03-25 00:45:52 +01:00
parent e0716afabf
commit f1211cffca

View File

@ -144,7 +144,6 @@ TEST(GpuPredictor, LesserFeatures) {
TestPredictionWithLesserFeatures("gpu_predictor"); TestPredictionWithLesserFeatures("gpu_predictor");
} }
#if 0
// Very basic test of empty model // Very basic test of empty model
TEST(GPUPredictor, ShapStump) { TEST(GPUPredictor, ShapStump) {
#if defined(XGBOOST_USE_CUDA) #if defined(XGBOOST_USE_CUDA)
@ -213,7 +212,6 @@ TEST(GPUPredictor, Shap) {
TEST(GPUPredictor, IterationRange) { TEST(GPUPredictor, IterationRange) {
TestIterationRange("gpu_predictor"); TestIterationRange("gpu_predictor");
} }
#endif
TEST(GPUPredictor, CategoricalPrediction) { TEST(GPUPredictor, CategoricalPrediction) {
TestCategoricalPrediction("gpu_predictor"); TestCategoricalPrediction("gpu_predictor");