zoeygxy commented on a change in pull request #15763: Numpy indexing
URL: https://github.com/apache/incubator-mxnet/pull/15763#discussion_r311392061
##########
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:
Fixed, thanks!
----------------------------------------------------------------
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