We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
test_eigh
1 parent 87cd96d commit 8ce3791Copy full SHA for 8ce3791
1 file changed
array_api_tests/test_linalg.py
@@ -229,6 +229,7 @@ def true_diag(x_stack):
229
230
_test_stacks(linalg.diagonal, x, **kw, res=res, dims=1, true_val=true_diag)
231
232
+@pytest.mark.skip(reason="Inputs need to be restricted") # TODO
233
@pytest.mark.xp_extension('linalg')
234
@given(x=symmetric_matrices(finite=True))
235
def test_eigh(x):
0 commit comments