Skip to content

Commit

Permalink
test: skip gpjax test
Browse files Browse the repository at this point in the history
  • Loading branch information
BillHuang2001 committed Aug 6, 2024
1 parent 011d8f0 commit 8f9028d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_gaussian_process.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import jax.numpy as jnp
from evox.operators.gaussian_process import GPRegression
import optax as ox
import pytest


try:
from gpjax.likelihoods import Gaussian
Expand All @@ -13,6 +15,7 @@ def Gaussian(*args, **kwargs):
)


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

0 comments on commit 8f9028d

Please sign in to comment.