mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-11 15:15:15 +02:00
fix wrong skip test usage
This commit is contained in:
parent
986bc5b84e
commit
b095741688
1 changed files with 1 additions and 1 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue