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

Rename 'random_state' to 'seed' in generate_jigsaw_destinations() #577

Merged
merged 1 commit into from Jan 15, 2020

Conversation

aleju
Copy link
Owner

@aleju aleju commented Jan 14, 2020

This patch renames the parameter random_state to seed
in generate_jigsaw_destinations() as that makes it more clear
that the parameter also accepts seed values, which is the
standard use case.

@codecov-io
Copy link

codecov-io commented Jan 14, 2020

Codecov Report

Merging #577 into master will increase coverage by 0.62%.
The diff coverage is 100%.

@@            Coverage Diff            @@
##           master    #577      +/-   ##
=========================================
+ Coverage   96.48%   97.1%   +0.62%     
=========================================
  Files          40      40              
  Lines       14550   18542    +3992     
=========================================
+ Hits        14038   18005    +3967     
- Misses        512     537      +25

This patch renames the parameter `random_state` to `seed`
in `generate_jigsaw_destinations()` as that makes it more clear
that the parameter also accepts seed values, which is the
standard use case.
@aleju aleju merged commit 01b0203 into master Jan 15, 2020
@aleju aleju deleted the jigsaw_seed branch January 15, 2020 18:09
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

2 participants