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

Commit

Permalink
Relaunch test...
Browse files Browse the repository at this point in the history
  • Loading branch information
reminisce committed Jul 13, 2017
1 parent 0efb93a commit 696a4e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/mxnet/ndarray/op.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def _make_ndarray_function(handle, name):
else:
signature.append('%s=_Null'%name)
kwarg_names.append(name)
#signature.append('is_train=False')
# signature.append('is_train=False')
signature.append('out=None')
signature.append('name=None')
signature.append('**kwargs')
Expand Down

0 comments on commit 696a4e1

Please sign in to comment.