MCPcopy
hub / github.com/GPflow/GPflow / test_assert_params_false__True

Function test_assert_params_false__True

tests/gpflow/utilities/test_model_utils.py:14–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12
13
14def test_assert_params_false__True() -> None:
15 with pytest.raises(NotImplementedError):
16 assert_params_false(test_assert_params_false__True, foo=False, bar=True)
17
18
19@pytest.mark.parametrize(

Callers

nothing calls this directly

Calls 1

assert_params_falseFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…