sxjscience commented on issue #16102: Usability degradation
URL: 
https://github.com/apache/incubator-mxnet/issues/16102#issuecomment-528500857
 
 
   I think we should also test for the exceptions. We need to test
   ```python
   import mxnet.numpy as np
   from mxnet.base import MXNetError
   try:
       a = np.ones((10, 10))
       b = a.reshape((1,))
   except MXNetError:
       pass
   except:
       raise
   ```

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


With regards,
Apache Git Services

Reply via email to