[GitHub] reminisce commented on issue #11099: Fancy indexing with a list instead of a tuple

2018-05-31 Thread GitBox
reminisce commented on issue #11099: Fancy indexing with a list instead of a 
tuple
URL: 
https://github.com/apache/incubator-mxnet/issues/11099#issuecomment-393708828
 
 
   Good suggestion! We will make the error message clear and informative.


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] reminisce commented on issue #11099: Fancy indexing with a list instead of a tuple

2018-05-30 Thread GitBox
reminisce commented on issue #11099: Fancy indexing with a list instead of a 
tuple
URL: 
https://github.com/apache/incubator-mxnet/issues/11099#issuecomment-393256981
 
 
   Thanks for reporting this. There are some concerns about inconsistent 
indexing behavior using lists in the numpy world.
   https://github.com/numpy/numpy/issues/4940
   https://github.com/numpy/numpy/issues/6564
   That's why we don't want to introduce this kind of inconsistency into mxnet. 
From those threads, you can see that it's encouraged to avoid using lists in 
numpy, so as in mxnet.


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:
us...@infra.apache.org


With regards,
Apache Git Services