Closed vlukiyanov closed 4 years ago
Hello @vlukiyanov! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:
tests/test_sklearn_api.py
Line 28:80: E501 line too long (83 > 79 characters)
tests/test_vae.py
Line 39:80: E501 line too long (88 > 79 characters) Line 49:80: E501 line too long (88 > 79 characters) Line 75:80: E501 line too long (88 > 79 characters) Line 80:80: E501 line too long (86 > 79 characters) Line 87:80: E501 line too long (88 > 79 characters) Line 91:80: E501 line too long (85 > 79 characters) Line 99:80: E501 line too long (86 > 79 characters)
Hello @vlukiyanov! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:
tests/test_sklearn_api.py
:tests/test_vae.py
:Comment last updated at 2020-05-24 15:19:09 UTC