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

This fixes how choice uses random seed #534

Merged
merged 2 commits into from Oct 14, 2018

Conversation

GustavoKatel
Copy link
Contributor

There was a possible bug involving how the choice module was handling the initial seed. This PR fixes it. Also improves coverage of the same module. Tests included.

Please let me know if it needs any change.

@codecov
Copy link

codecov bot commented Oct 13, 2018

Codecov Report

Merging #534 into master will not change coverage.
The diff coverage is 100%.

@@           Coverage Diff           @@
##           master     #534   +/-   ##
=======================================
  Coverage   97.55%   97.55%           
=======================================
  Files          62       62           
  Lines        1800     1800           
=======================================
  Hits         1756     1756           
  Misses         44       44

@lk-geimfari lk-geimfari added bug Unexpected behaviour and bugs enhancement Enhancement proposals labels Oct 14, 2018
@lk-geimfari lk-geimfari merged commit e5b0d3d into lk-geimfari:master Oct 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Unexpected behaviour and bugs enhancement Enhancement proposals
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants