fix wrong skip test usage

This commit is contained in:
Martin Bubel 2024-01-14 19:21:16 +01:00
parent 986bc5b84e
commit b095741688

View file

@ -31,7 +31,7 @@ class TestMisc:
assert m.checkgrad()
m.predict(m.X)
@pytest.skip(
@pytest.mark.skip(
"numpy.linalg.LinAlgError: no not positive definite, even with jitter"
) # TODO: fix
def test_raw_predict_numerical_stability(self):