Skip to content

Commit

Permalink
Revert change in test_transpose_1d.
Browse files Browse the repository at this point in the history
  • Loading branch information
Holt59 committed Oct 24, 2020
1 parent 3970044 commit e01010a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ def test_logical_and_manual(t: Tensor) -> None:


def test_transpose_1d(dummy: Tensor) -> None:
t = ep.arange(dummy, 4).float32()
t = ep.arange(dummy, 8).float32()
assert (ep.transpose(t) == t).all()


Expand Down

0 comments on commit e01010a

Please sign in to comment.