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 2019/09/27 06:07:44 UTC

[GitHub] [incubator-mxnet] junrushao1994 commented on issue #16290: [IR-Patch] IR Bridge

junrushao1994 commented on issue #16290: [IR-Patch] IR Bridge
URL: https://github.com/apache/incubator-mxnet/pull/16290#issuecomment-535801654
 
 
   hmmm I have no idea why the lint fails on an irrelevant file, [full message](http://jenkins.mxnet-ci.amazon-ml.com/blue/organizations/jenkins/mxnet-validation%2Fsanity/detail/PR-16290/5/pipeline).
   
   ```
   + make pylint
   python3 -m pylint --rcfile=/work/mxnet/ci/other/pylintrc --ignore-patterns=".*\.so$,.*\.dll$,.*\.dylib$" python/mxnet tools/caffe_converter/*.py
   ************* Module caffe_proto_utils
   tools/caffe_converter/caffe_proto_utils.py:199:18: E1121: Too many positional arguments for method call (too-many-function-args)
   ************* Module convert_mean
   tools/caffe_converter/convert_mean.py:45:18: E1121: Too many positional arguments for method call (too-many-function-args)
   
   ------------------------------------
   Your code has been rated at 10.00/10
   
   Makefile:665: recipe for target 'pylint' failed
   make: *** [pylint] Error 2
   ```

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


With regards,
Apache Git Services