Get rid of any pyflakes/PEP8 warning in tensorflow module
Issue #196
resolved
There are two tools letting a developer check that a python module is easy to read and follow the recommended standard (PEP) and that there are no errors (pyflakes). The objective is to get rid of all of the possible warnings. This same task applies to all .py
files in Amp.
Comments (2)
-
repo owner -
repo owner - changed status to resolved
- Log in to comment
Cleanup tflow a bit.
Addresses issue
#196.→ <<cset 60d1f2b82c61>>