cclauss commented on a change in pull request #12278: Tighten up PyLint
directives
URL: https://github.com/apache/incubator-mxnet/pull/12278#discussion_r212562342
##########
File path: python/mxnet/symbol/symbol.py
##########
@@ -1285,6 +1285,7 @@ def _get_ndarray_inputs(arg_key, args, arg_names,
allow_missing):
raise TypeError('Only accept list of NDArrays or dict of str to
NDArray')
return c_array(NDArrayHandle, arg_handles), arg_arrays
+ # pylint: disable=too-many-locals
Review comment:
It defies explanation but these are actually required or the tests fail.
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services