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 2020/09/14 19:29:48 UTC

[GitHub] [incubator-mxnet] szha commented on pull request #18445: updating ubuntu_cpu base image to 20.04 to observe failing tests regarding Python 3.8

szha commented on pull request #18445:
URL: https://github.com/apache/incubator-mxnet/pull/18445#issuecomment-692265853


   There are a couple of python lint issues that block the CI:
   
   ```
   [2020-09-14T16:51:10.099Z] + python3 -m pylint --rcfile=ci/other/pylintrc '--ignore-patterns=.*\.so1,.*\.dll1,.*\.dylib1' python/mxnet
   
   [2020-09-14T16:52:17.785Z] ************* Module mxnet.test_utils
   
   [2020-09-14T16:52:17.785Z] python/mxnet/test_utils.py:1143:31: E1121: Too many positional arguments for function call (too-many-function-args)
   
   [2020-09-14T16:52:17.785Z] ************* Module mxnet.numpy.multiarray
   
   [2020-09-14T16:52:17.785Z] python/mxnet/numpy/multiarray.py:264:0: C0103: Class name "ndarray" doesn't conform to '[A-Z_][a-zA-Z0-9]+$' pattern (invalid-name)
   
   [2020-09-14T16:52:17.785Z] python/mxnet/numpy/multiarray.py:1871:4: W0222: Signature differs from overridden 'expand_dims' method (signature-differs)
   
   [2020-09-14T16:52:17.785Z] ************* Module mxnet.gluon.contrib.data.vision.transforms.bbox.bbox
   
   [2020-09-14T16:52:17.785Z] python/mxnet/gluon/contrib/data/vision/transforms/bbox/bbox.py:278:18: E1123: Unexpected keyword argument 'val' in function call (unexpected-keyword-arg)
   
   [2020-09-14T16:52:17.785Z] python/mxnet/gluon/contrib/data/vision/transforms/bbox/bbox.py:278:18: E1120: No value for argument 'fill_value' in function call (no-value-for-parameter)
   
   [2020-09-14T16:52:17.785Z] ************* Module mxnet.symbol.numpy._symbol
   
   [2020-09-14T16:52:17.785Z] python/mxnet/symbol/numpy/_symbol.py:645:4: W0222: Signature differs from overridden 'expand_dims' method (signature-differs)
   ```


----------------------------------------------------------------
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