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
reminisce committed May 23, 2017
1 parent b9411de commit 3f4bb72
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/mxnet/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -1040,4 +1040,5 @@ def same_array(array1, array2):
array1[:] -= 1
return False
array1[:] -= 1
return same(array1.asnumpy(), array2.asnumpy())
return same(array1.asnumpy(), array2.asnumpy())

0 comments on commit 3f4bb72

Please sign in to comment.