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

BUG: Fix assert statements in random.choice tests #8718

Merged
merged 1 commit into from
Mar 1, 2017
Merged

BUG: Fix assert statements in random.choice tests #8718

merged 1 commit into from
Mar 1, 2017

Conversation

werenike
Copy link
Contributor

Unless I am very much mistaken these 'assert_(x,y)' calls should really be 'assert_equal(x,y)'.

Unless I am very much mistaken these 'assert_(x,y)' calls should really be 'assert_equal(x,y)'.
@eric-wieser
Copy link
Member

This looks obviously correct to me. Thanks @MareinK

@eric-wieser eric-wieser merged commit 05d99c8 into numpy:master Mar 1, 2017
@werenike werenike deleted the random_choice_test_asserts branch March 1, 2017 14:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants