Get rid of any pyflakes/PEP8 warning in tensorflow module

Issue #196 resolved
Muammar El Khatib created an issue

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)

  1. Log in to comment