haojin2 commented on a change in pull request #12090: [MXNET-791][WIP] Pick with negative indices URL: https://github.com/apache/incubator-mxnet/pull/12090#discussion_r209009937
########## File path: src/operator/tensor/broadcast_reduce_op_index.cc ########## @@ -117,7 +117,7 @@ an output array of shape ``(i0,)`` with:: output[i] = input[i, indices[i]] By default, if any index mentioned is too large, it is replaced by the index that addresses -the last element along an axis (the `clip` mode). +the last element along an axis (the `clip` mode). Review comment: Please get rid of the unnecessary extra whitespace on this line. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
