You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 22, 2024. It is now read-only.
https://github.com/IBM/MAX-Word-Embedding-Generator/blob/master/text2bin.py#L73
Python 2's scoping rules would allow line to be visible after the list comprehension was completed but Python 3's scoping rules do not allow this.
flake8 testing of https://github.com/IBM/MAX-Word-Embedding-Generator on Python 3.7.1
$ flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics
The text was updated successfully, but these errors were encountered: