Skip to content

Commit

Permalink
Remove test skip for Matern kernel with large nu
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinpfoertner committed Dec 14, 2021
1 parent 05f6274 commit 113b76b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_randprocs/test_kernels/test_matern.py
Expand Up @@ -13,7 +13,6 @@ def test_nonpositive_nu_raises_exception(nu):
kernels.Matern(input_dim=1, nu=nu)


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

0 comments on commit 113b76b

Please sign in to comment.