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

Fix failing testRandomState() #821

Merged
merged 3 commits into from
Aug 11, 2016
Merged

Fix failing testRandomState() #821

merged 3 commits into from
Aug 11, 2016

Conversation

droudy
Copy link
Contributor

@droudy droudy commented Aug 10, 2016

numpy.random.RandomState(0) == numpy.random.RandomState(0) returns False so the test was failing.

@piskvorky
Copy link
Owner

What was that test for, originally? I don't remember that code, or its motivation.

@droudy
Copy link
Contributor Author

droudy commented Aug 10, 2016

@piskvorky it was originally from pr #748 motivated by issue #113

@tmylk tmylk merged commit a9e73ee into piskvorky:develop Aug 11, 2016
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.

3 participants