Skip to content

Commit

Permalink
simplify test
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubospica committed Jan 8, 2023
1 parent e0f5488 commit 2f87224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/python/relax/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

def test_copy_relax_function():
@R.function
def before(x: R.Tensor((3, 3), "float32"), y: R.Tensor((3, 3), "float32")):
def before(x: R.Tensor((3,), "float32"), y: R.Tensor((3,), "float32")):
gv = R.add(x, y)
return gv

Expand Down

0 comments on commit 2f87224

Please sign in to comment.