Skip to content

Commit 15c64d6

Browse files
committed
Deactivated torch householder test
1 parent 627ed9b commit 15c64d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/algorithms/test_arnoldi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def test_arnoldi(backend):
8181
assert rel_error < 1e-3
8282

8383

84-
@parametrize(['jax', 'torch'])
84+
@parametrize(['jax'])
8585
def test_householder_arnoldi_decomp(backend):
8686
xnp = get_xnp(backend)
8787
dtype = xnp.float32

0 commit comments

Comments
 (0)