Skip to content

Commit

Permalink
Remove empty test for arange
Browse files Browse the repository at this point in the history
  • Loading branch information
icemelon committed Feb 21, 2019
1 parent a557f4f commit 553680c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion topi/tests/python/test_topi_transform.py
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,6 @@ def test_arange():
verify_arange(1, 20, 3)
verify_arange(20, 1, -1)
verify_arange(20, 1, -1.5)
verify_arange(5, 5, 1)


if __name__ == "__main__":
Expand Down

0 comments on commit 553680c

Please sign in to comment.