Skip to content

Commit

Permalink
Update test_sub.py
Browse files Browse the repository at this point in the history
format
  • Loading branch information
L-Xiafeng authored Jun 26, 2023
1 parent ecdc70e commit d5f1a20
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/oneflow/test/modules/test_sub.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ def test_sub_with_alpha(test_case):
z3 = torch.sub(s, x3, alpha=alpha)
return z1, z2, z3


@autotest(n=5)
def test_non_contiguous_inplace_sub(test_case):
device = random_device()
Expand Down

0 comments on commit d5f1a20

Please sign in to comment.