You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/08/16 21:32:47 UTC

[GitHub] vandanavk commented on issue #12200: [MXNET-696] 'make pylint' should run pylint under both Python 2 and Python 3

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


With regards,
Apache Git Services