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

Commit

Permalink
return
Browse files Browse the repository at this point in the history
  • Loading branch information
Yiyan66 committed Dec 23, 2019
1 parent faa2832 commit 1258161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/mxnet/numpy/multiarray.py
Original file line number Diff line number Diff line change
Expand Up @@ -1377,7 +1377,7 @@ def argsort(self, axis=-1, kind=None, order=None): # pylint: disable=arguments-
The arguments are the same as for :py:func:`argsort`, with
this array as data.
"""
raise argsort(self, axis=axis, kind=kind, order=order)
return argsort(self, axis=axis, kind=kind, order=order)

def argmax_channel(self, *args, **kwargs):
"""Convenience fluent method for :py:func:`argmax_channel`.
Expand Down

0 comments on commit 1258161

Please sign in to comment.