mozga-intel edited a comment on pull request #20429: URL: https://github.com/apache/incubator-mxnet/pull/20429#issuecomment-893488176
Following the pull-request description, running flake8 on the current master produces a bunch of errors (pasted below). At some point of time, some checking has not been enabled yet. Please have a look at the log below: ``` [2021-08-04T10:47:16.901Z] ./tests/python/gpu/test_numpy_fallback.py:54:31: E231 missing whitespace after ',' [2021-08-04T10:47:16.901Z] ./tests/python/gpu/test_numpy_fallback.py:54:34: E225 missing whitespace around operator [2021-08-04T10:47:16.901Z] ./tests/python/gpu/test_numpy_fallback.py:64:27: E231 missing whitespace after ',' [2021-08-04T10:47:16.901Z] ./tests/python/gpu/test_numpy_fallback.py:64:31: E231 missing whitespace after ',' [2021-08-04T10:47:16.901Z] ./tests/python/gpu/test_numpy_fallback.py:64:34: E225 missing whitespace around operator [2021-08-04T10:47:16.901Z] ./tests/python/gpu/test_numpy_fallback.py:70:12: F632 use ==/!= to compare constant literals (str, bytes, int, float, tuple) [2021-08-04T10:47:16.901Z] ./tests/python/gpu/test_numpy_fallback.py:73:40: C416 Unnecessary list comprehension - rewrite using list(). [2021-08-04T10:47:16.901Z] ./tests/python/gpu/test_numpy_fallback.py:78:24: E231 missing whitespace after ',' [2021-08-04T10:47:16.901Z] ./tests/python/gpu/test_numpy_fallback.py:78:26: E231 missing whitespace after ',' [2021-08-04T10:47:16.901Z] ./tests/python/gpu/test_numpy_fallback.py:78:29: E231 missing whitespace after ',' [2021-08-04T10:47:16.901Z] ./tests/python/gpu/test_numpy_fallback.py:78:32: E231 missing whitespace after ',' ``` To pass sanity-check, adjusting those ones to the flake8' report is needed. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
