Skip to content

Commit 8f9028d

Browse files
committed
test: skip gpjax test
1 parent 011d8f0 commit 8f9028d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/test_gaussian_process.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
import jax.numpy as jnp
22
from evox.operators.gaussian_process import GPRegression
33
import optax as ox
4+
import pytest
5+
46

57
try:
68
from gpjax.likelihoods import Gaussian
@@ -13,6 +15,7 @@ def Gaussian(*args, **kwargs):
1315
)
1416

1517

18+
@pytest.mark.skip(reason="gp jax is broken right now")
1619
def test_gp():
1720
i = 0
1821
x = jnp.arange(i + 5)[:, jnp.newaxis]

0 commit comments

Comments
 (0)