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

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanhenneking committed Jul 28, 2017
1 parent fb2abc8 commit b20136d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/mxnet/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def rand_shape_3d(dim0=10, dim1=10, dim2=10):


def rand_shape_nd(n, dim=10):
return rnd.randint(1, dim+1, size=n)
return rnd.randint(1, dim+1, size=n)


def np_reduce(dat, axis, keepdims, numpy_reduce_func):
Expand Down

0 comments on commit b20136d

Please sign in to comment.