Skip to content

Commit

Permalink
Update test_sum.py
Browse files Browse the repository at this point in the history
  • Loading branch information
L-Xiafeng authored Jun 27, 2023
1 parent 28a2892 commit 7739659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/oneflow/test/modules/test_sum.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def test_sum_dtype(test_case):
x,
dim=np.random.randint(0, 3),
keepdim=random_bool(),
dtype=random_dtype(["arithmetic", "complex"]),
dtype=random_dtype(["arithmetic"]),
)
return y

Expand Down

0 comments on commit 7739659

Please sign in to comment.