False-positive E1101 with tensorflow.Summary().value #2024
Labels
Bug 🪲
Lib specific 💅
This affect the code from a particular library
Needs astroid Brain 🧠
Needs a brain tip in astroid (then an astroid upgrade)
Needs PR
This issue is accepted, sufficiently specified and now needs an implementation
This is slightly different than #2021: it raises the same error, but this time, the type of the variable appears to be correct. I myself wonder how this code runs without error, but it does. (This is where I got it from: keras-team/keras#6692 (comment))
Steps to reproduce
Current behavior
Error E1101
Expected behavior
No error
pylint --version output
No config file found, using default configuration
pylint 1.8.4,
astroid 1.6.3
Python 3.6.5 (v3.6.5:f59c0932b4, Mar 28 2018, 17:00:18) [MSC v.1900 64 bit (AMD64)]
Tensorflow package used is tensorflow-gpu (1.8.0rc0)
The text was updated successfully, but these errors were encountered: