You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2019/03/15 00:23:17 UTC

[GitHub] [incubator-mxnet] mseth10 commented on a change in pull request #14403: Fix slice op issues #13760 and #14105

mseth10 commented on a change in pull request #14403: Fix slice op issues #13760 and #14105
URL: https://github.com/apache/incubator-mxnet/pull/14403#discussion_r265813981
 
 

 ##########
 File path: src/operator/tensor/matrix_op-inl.h
 ##########
 @@ -675,20 +675,31 @@ inline void GetIndexRange(const mxnet::TShape& dshape,
         b = len - 1;
       }
       CHECK_LT(b, len) << "slicing with begin[" << i << "]="
-                       << b << " exceends limit of " << len;
+                       << b << " exceeds limit of " << len;
 
 Review comment:
   This error message is in accordance with the other error messages we have in this function. I am just correcting the typo here. Do you think we should change all the error messages?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services