Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upUndefined names in lax_numpy_test.py #204
Open
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
flake8 testing of https://github.com/google/trax on Python 3.8.0
$ flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
https://flake8.pycqa.org/en/latest/user/error-codes.html
On the flake8 test selection, this PR does not focus on "style violations" (the majority of flake8 error codes that psf/black can autocorrect). Instead these tests are focus on runtime safety and correctness:
Environment information
For bugs: reproduction and error logs
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics