()
| 44 | |
| 45 | @pytest.mark.skipif(**tm.no_sklearn()) |
| 46 | def test_gpu_approx_basic() -> None: |
| 47 | assert_constraint(1, "approx") |
| 48 | assert_constraint(-1, "approx") |
| 49 | |
| 50 | |
| 51 | def test_gpu_hist_depthwise() -> None: |
nothing calls this directly
no test coverage detected