Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
nit space
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaiBapchya committed Oct 22, 2019
1 parent 23ef181 commit ad6239b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/python/unittest/test_operator.py
Original file line number Diff line number Diff line change
Expand Up @@ -2931,6 +2931,7 @@ def test_big_transpose():
assert_allclose(x_np, z.asnumpy().astype('uint8'))


@with_seed()
def test_larger_transpose():
x = mx.nd.random.normal(shape=(50,51))
y = mx.nd.transpose(x)
Expand Down

0 comments on commit ad6239b

Please sign in to comment.