Skip to content

Commit

Permalink
Update test_linalg.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel4078 authored Sep 28, 2024
1 parent 12217c7 commit 5c70d12
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1288,7 +1288,7 @@ def test_torch_svd(
frontend_u[..., : frontend_s.shape[0]]
@ np.diag(frontend_s)
@ frontend_vh
).astype(d),
)
ret_from_gt_np=u[..., : s.shape[0]] @ np.diag(s) @ vh,
atol=1e-04,
backend=backend_fw,
Expand Down

0 comments on commit 5c70d12

Please sign in to comment.