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

ENH: Ensure choice uses a consistent return type #77

Merged
merged 1 commit into from
Apr 12, 2019

Conversation

bashtage
Copy link
Owner

Ensure that choice uses int64 for all paths/platforms

xref numpy/numpy#9867

@bashtage bashtage changed the title ENH: ENsure choice uses a consistent return type ENH: Ensure choice uses a consistent return type Apr 12, 2019
Ensure that choice uses int64 for all paths/platforms

xref numpy/numpy#9867
@codecov
Copy link

codecov bot commented Apr 12, 2019

Codecov Report

Merging #77 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #77      +/-   ##
==========================================
+ Coverage   92.54%   92.55%   +<.01%     
==========================================
  Files          25       25              
  Lines        7777     7787      +10     
  Branches      118      118              
==========================================
+ Hits         7197     7207      +10     
  Misses        562      562              
  Partials       18       18
Impacted Files Coverage Δ
randomgen/tests/test_generator_mt19937.py 99.41% <100%> (ø) ⬆️
randomgen/generator.pyx 91.94% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update debeed9...55c355a. Read the comment docs.

@bashtage bashtage merged commit 063a117 into master Apr 12, 2019
@bashtage bashtage deleted the choice-size-consistency branch April 12, 2019 16:29
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

1 participant