vandanavk commented on issue #12200: [MXNET-696] 'make pylint' should run 
pylint under both Python 2 and Python 3
URL: https://github.com/apache/incubator-mxnet/pull/12200#issuecomment-413691405
 
 
   ```
   ************* Module mxnet.symbol
   E: 31,23: Undefined variable 'symbol' (undefined-variable)
   ************* Module mxnet.ndarray
   E: 34,23: Undefined variable 'ndarray' (undefined-variable)
   ```
   fix for these 2 is in PR https://github.com/apache/incubator-mxnet/pull/12207
   
   ```
   ************* Module mxnet.ndarray.sparse
   E:790,15: Undefined variable 'retain' (undefined-variable)
   ```
   Haven't seen this before

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


With regards,
Apache Git Services

Reply via email to