reminisce commented on a change in pull request #15763: Numpy indexing
URL: https://github.com/apache/incubator-mxnet/pull/15763#discussion_r311289134
 
 

 ##########
 File path: tests/python/unittest/test_numpy_ndarray.py
 ##########
 @@ -614,6 +614,25 @@ def convert(num):
         range(4),
         range(3, 0, -1),
         (range(4,), [1]),
+        # Test Ellipsis ('...')
+        ((1, Ellipsis, -1), False),
 
 Review comment:
   Only the first item of the tuple is needed in this test. Please delete all 
`False`s.

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to