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 old numpy <1.17 RandomState methods missing in RNG #486

Merged
merged 1 commit into from
Nov 6, 2019

Conversation

aleju
Copy link
Owner

@aleju aleju commented Nov 6, 2019

fixes #485

@aleju aleju force-pushed the fix_outdated_rng_calls branch from 63fd3a5 to eb450f2 Compare November 6, 2019 18:37
@codecov-io
Copy link

codecov-io commented Nov 6, 2019

Codecov Report

Merging #486 into master will increase coverage by 0.01%.
The diff coverage is 100%.

@@            Coverage Diff             @@
##           master     #486      +/-   ##
==========================================
+ Coverage   96.26%   96.27%   +0.01%     
==========================================
  Files          35       35              
  Lines       11900    11917      +17     
==========================================
+ Hits        11455    11473      +18     
+ Misses        445      444       -1

@aleju aleju merged commit 2f28830 into master Nov 6, 2019
@aleju aleju deleted the fix_outdated_rng_calls branch November 6, 2019 18:49
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.

AttributeError: 'RNG' object has no attribute 'randint'
2 participants