CSAILVision / gandissect

Pytorch-based tools for visualizing and understanding the neurons of a GAN. https://gandissect.csail.mit.edu/
MIT License
1.77k stars 282 forks source link

Travis CI: run flake8 tests to find syntax errors and undefined names #2

Closed cclauss closed 5 years ago

cclauss commented 5 years ago

Repo switch would need to be turned on at https://travis-ci.org/CSAILVision/gandissect

E901,E999,F821,F822,F823 are the "showstopper" flake8 issues that can halt the runtime with a SyntaxError, NameError, etc. Most other flake8 issues are merely "style violations" -- useful for readability but they do not effect runtime safety.