Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

undefined name 'OneDirectionTestModel' #1

Closed
cclauss opened this issue Dec 2, 2017 · 1 comment
Closed

undefined name 'OneDirectionTestModel' #1

cclauss opened this issue Dec 2, 2017 · 1 comment

Comments

@cclauss
Copy link

cclauss commented Dec 2, 2017

flake8 testing of https://github.com/junyanz/BicycleGAN on Python 2.7.14

$ flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics

./models/models.py:10:17: F821 undefined name 'OneDirectionTestModel'
        model = OneDirectionTestModel()
                ^
@junyanz
Copy link
Owner

junyanz commented Dec 3, 2017

Thank you for reporting the issue. I just fixed it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants