Skip to content

Commit 78135d4

Browse files
committed
fix: test_torch_svdvals
1 parent 8514a07 commit 78135d4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ivy_tests/test_ivy/test_frontends/test_torch/test_linalg.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1359,12 +1359,10 @@ def test_torch_svd(
13591359
@handle_frontend_test(
13601360
fn_tree="torch.linalg.svdvals",
13611361
dtype_and_x=_get_dtype_and_matrix(batch=True),
1362-
driver=st.sampled_from([None, "gesvd", "gesvdj", "gesvda"]),
13631362
)
13641363
def test_torch_svdvals(
13651364
*,
13661365
dtype_and_x,
1367-
driver,
13681366
on_device,
13691367
fn_tree,
13701368
frontend,
@@ -1379,7 +1377,6 @@ def test_torch_svdvals(
13791377
test_flags=test_flags,
13801378
fn_tree=fn_tree,
13811379
on_device=on_device,
1382-
driver=driver,
13831380
A=x[0],
13841381
)
13851382

0 commit comments

Comments
 (0)