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 authored and mikael-capelle committed Jul 2, 2021
1 parent 9b47c92 commit 595d7f0
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 @@ -235,7 +235,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 595d7f0

Please sign in to comment.