MCPcopy
hub / github.com/GPflow/GPflow / kernel

Function kernel

tests/gpflow/conditionals/test_conditionals.py:36–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34
35@pytest.fixture(scope="module")
36def kernel() -> Kernel:
37 k = gpflow.kernels.Matern32() + gpflow.kernels.White()
38 k.kernels[1].variance.assign(0.01)
39 return k
40
41
42@pytest.fixture(scope="module")

Callers 15

test_whitenFunction · 0.70
test_gaussian_whitenFunction · 0.70
test_broadcastingFunction · 0.50
test_rbf_1dFunction · 0.50
test_periodicFunction · 0.50
test_periodic_diagFunction · 0.50
test_kernels.pyFile · 0.50
test_coregion_shapeFunction · 0.50

Calls 1

assignMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…