Skip to content

Commit

Permalink
Update test_tensor.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel4078 committed Sep 30, 2024
1 parent e873566 commit ff195ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13148,7 +13148,7 @@ def test_torch_svd(
frontend_u, frontend_s, frontend_v = frontend_ret
if not compute_uv:
helpers.assert_all_close(
ret_np=frontend_s
ret_np=frontend_s,
ret_from_gt_np=s,
atol=1e-04,
backend=backend_fw,
Expand Down

0 comments on commit ff195ce

Please sign in to comment.