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

Replace num_topics with self.num_topics #689

Merged
merged 1 commit into from May 4, 2016
Merged

Replace num_topics with self.num_topics #689

merged 1 commit into from May 4, 2016

Conversation

himkt
Copy link
Contributor

@himkt himkt commented May 3, 2016

I found self.num_topics is casted to Integer in here.

So I think it's better to use self.num_topics instead of num_topics.

@himkt
Copy link
Contributor Author

himkt commented May 3, 2016

In print_topics, num_topics and self.num_topics are clearly different.
But I think these are the same in init, so I made this PR.

If I have a misunderstanding about above, I'm sorry but please reject this PR.

@tmylk tmylk merged commit 4810577 into piskvorky:develop May 4, 2016
@tmylk
Copy link
Contributor

tmylk commented May 4, 2016

Thanks for the PR. Looks good!

@piskvorky
Copy link
Owner

Also, congrats on being the 100th gensim contributor, @himkt! :)

@himkt
Copy link
Contributor Author

himkt commented May 10, 2016

Oh that's true, thanks to celebrate 😄

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.

None yet

3 participants