Skip to content

Commit de70ced

Browse files
committed
test: skip gpjax related code
1 parent b5beff0 commit de70ced

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_multi_objective_algorithms.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from evox import workflows, algorithms, problems, use_state
22
from evox.monitors import EvalMonitor
3-
from evox.metrics import IGD
3+
import pytest
44
import jax
55
import jax.numpy as jnp
66

@@ -200,6 +200,7 @@ def test_lmocso():
200200
run_moea(algorithm)
201201

202202

203+
pytest.mark.skip(reason="GPJax is unstable at the moment")
203204
def test_im_moea():
204205
algorithm = algorithms.IMMOEA(
205206
lb=jnp.full(shape=(N,), fill_value=LB),

0 commit comments

Comments
 (0)