-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Pylint gets TensorFlow's tf.split all wrong #3613
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Maybe related:
yields
although the code runs fine. |
Maybe related:
yields
but outputs the following expected result:
|
Same issue. I also try to specify """a"""
import tensorflow as tf
tf.concat([1, 2], axis=0) with the following [TYPECHECK]
ignored-modules=tensorflow yields
My environment is as follows.
|
Same for me with Env
|
Looks as though the combination of TF 2.2.0 and pylint 2.5 is picking up the internal I don't know enough about TF's exporting, nor about pylint, to have any idea why that would be happening though... |
Did some bisecting on the pylint side and came up with this: 01dfa52 I think what's happening is:
Maybe |
+@PCManticore, any ideas about what we can do here? (see comment above) |
Also complaining about missing args to tf.sparse.reorder in v2.3.0 |
This does not happen with the pylint version installed with my package manager (2.2.2):
And still happens in pylint 2.6.0 installed in a virtualenv:
In case it is useful to know, this also affects the functions |
Any update on this? |
Hello @andraghetti , no one worked on it, but we'll gladly review a merge request addressing this issue. |
Steps to reproduce
Current behavior
Code runs fine, but
Expected behavior
Perfect score
pylint --version output
The text was updated successfully, but these errors were encountered: