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

RandomSelectNegativeSample() --> RandSelectNegativeSamples() #522

Merged
merged 1 commit into from
May 31, 2019

Conversation

cclauss
Copy link
Contributor

@cclauss cclauss commented May 30, 2019

The function is defined as singular on line 5 but it returns multiple samples and is called as a plural on line 23. This PR suggest using the plural form in both places. Discovered using the tests that were suppressed in 4e129cd#commitcomment-33663962

The function is defined as singular on line 5 but it returns multiple samples and is called a plural on line 23.  This PR suggest using the plural form in both places.  Discovered using the tests that were suppressed in apachecn@4e129cd#commitcomment-33663962
@cclauss cclauss changed the title RandSelectNegativeSample() --> RandSelectNegativeSamples() RandomSelectNegativeSample() --> RandSelectNegativeSamples() May 30, 2019
@jiangzhonglian jiangzhonglian merged commit 5216f5b into apachecn:master May 31, 2019
@cclauss cclauss deleted the patch-1 branch May 31, 2019 04:54
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