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

Minor fixes #401

Merged
merged 2 commits into from
Sep 21, 2018
Merged

Minor fixes #401

merged 2 commits into from
Sep 21, 2018

Conversation

nzw0301
Copy link
Contributor

@nzw0301 nzw0301 commented Sep 21, 2018

No description provided.

@nzw0301
Copy link
Contributor Author

nzw0301 commented Sep 21, 2018

When stop_words cannot be converted into set, set raises TypeError.

>>> set(1)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
TypeError: 'int' object is not iterable
>>>

@mttk
Copy link
Contributor

mttk commented Sep 21, 2018

Thanks for all the recent commits! Travis is kinda stalling, but this will be merged as soon as the tests pass.

@mttk mttk merged commit 6c92213 into pytorch:master Sep 21, 2018
@nzw0301
Copy link
Contributor Author

nzw0301 commented Sep 21, 2018

Thank you for your quick reviews! It is my pleasure.

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

Successfully merging this pull request may close these issues.

2 participants