Skip to content

Commit 113b76b

Browse files
Remove test skip for Matern kernel with large nu
1 parent 05f6274 commit 113b76b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_randprocs/test_kernels/test_matern.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ def test_nonpositive_nu_raises_exception(nu):
1313
kernels.Matern(input_dim=1, nu=nu)
1414

1515

16-
@pytest.mark.skip()
1716
def test_nu_large_recovers_rbf_kernel(x0: np.ndarray, x1: np.ndarray, input_dim: int):
1817
"""Test whether a Matern kernel with nu large is close to an RBF kernel."""
1918
lengthscale = 1.25

0 commit comments

Comments
 (0)