You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pylint flat_iter.py
************* Module flat_iter
flat_iter.py:14:0: E1137: 'a_0.flat' does not support item assignment (unsupported-assignment-operation)
Your code has been rated at 0.00/10
Current behavior
reports E1137
Expected behavior
ignores correct python code
pylint --version output
pylint 2.5.0
astroid 2.4.0
Python 3.7.7 (default, May 6 2020, 11:45:54) [MSC v.1916 64 bit (AMD64)]
The text was updated successfully, but these errors were encountered:
the problem is due to the fact that the flat attribute of numpy.ndarray is said to be None in the corresponding brain. (brain_numpy_ndarray.py).
I'll try to fix this ASAP.
Steps to reproduce
Your code has been rated at 0.00/10
Current behavior
reports E1137
Expected behavior
ignores correct python code
pylint --version output
The text was updated successfully, but these errors were encountered: