MCPcopy Create free account
hub / github.com/dmlc/xgboost / test_gpu_hist_basic

Function test_gpu_hist_basic

tests/python-gpu/test_monotonic_constraints.py:40–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38
39@pytest.mark.skipif(**tm.no_sklearn())
40def test_gpu_hist_basic() -> None:
41 assert_constraint(1, "hist")
42 assert_constraint(-1, "hist")
43
44
45@pytest.mark.skipif(**tm.no_sklearn())

Callers

nothing calls this directly

Calls 1

assert_constraintFunction · 0.85

Tested by

no test coverage detected