cchung100m commented on issue #15113: [MXNET-1411] solve pylint error 
issue#14851
URL: https://github.com/apache/incubator-mxnet/pull/15113#issuecomment-501256354
 
 
   Hi @marcoabreu 
   
   Thanks for the suggestions.
   
   I improve the PR by solving pylint error R1720, but still fail with CI job 
'sanity',
   
   ```
   + make pylint
   
   python3 -m pylint --rcfile=/work/mxnet/ci/other/pylintrc 
--ignore-patterns=".*\.so$,.*\.dll$,.*\.dylib$" python/mxnet 
tools/caffe_converter/*.py
   
   ************* Module mxnet.test_utils
   
   python/mxnet/test_utils.py:1597:11: R1719: The if expression can be replaced 
with 'not test' (simplifiable-if-expression)
   
   ------------------------------------
   
   Your code has been rated at 10.00/10
   ```
   
   However, I check the test_utils.py with the following command but didn't 
find the error.
   
   ```
   (venv) cch:incubator-mxnet cch$ python3 -m pylint --rcfile=ci/other/pylintrc 
--ignore-patterns=".*\.so$,.*\.dll$,.*\.dylib$" python/mxnet/test_utils.py 
   --------------------------------------------------------------------
   Your code has been rated at 10.00/10 (previous run: 10.00/10, +0.00)
   
   ```
   
   I would appreciate if you can give me more clues, 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

Reply via email to