Skip to content

Commit 8ce3791

Browse files
committed
Skip test_eigh
1 parent 87cd96d commit 8ce3791

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

array_api_tests/test_linalg.py

+1
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@ def true_diag(x_stack):
229229

230230
_test_stacks(linalg.diagonal, x, **kw, res=res, dims=1, true_val=true_diag)
231231

232+
@pytest.mark.skip(reason="Inputs need to be restricted") # TODO
232233
@pytest.mark.xp_extension('linalg')
233234
@given(x=symmetric_matrices(finite=True))
234235
def test_eigh(x):

0 commit comments

Comments
 (0)