()
| 38 | |
| 39 | @pytest.mark.skipif(**tm.no_sklearn()) |
| 40 | def test_gpu_hist_basic() -> None: |
| 41 | assert_constraint(1, "hist") |
| 42 | assert_constraint(-1, "hist") |
| 43 | |
| 44 | |
| 45 | @pytest.mark.skipif(**tm.no_sklearn()) |
nothing calls this directly
no test coverage detected