Skip to content

Conversation

bashtage
Copy link
Owner

Move lock to basic RNG

Move lock to basic RNG
Move random_raw to the basic RNG
Consolidate copy/paste code in common
@codecov
Copy link

codecov bot commented Mar 31, 2019

Codecov Report

Merging #57 into master will decrease coverage by 0.44%.
The diff coverage is 58.64%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #57      +/-   ##
==========================================
- Coverage   90.27%   89.82%   -0.45%     
==========================================
  Files          30       30              
  Lines        8204     8218      +14     
  Branches      127      127              
==========================================
- Hits         7406     7382      -24     
- Misses        777      815      +38     
  Partials       21       21
Impacted Files Coverage Δ
randomgen/tests/test_against_numpy.py 100% <ø> (ø) ⬆️
randomgen/common.pxd 23.07% <ø> (ø) ⬆️
randomgen/legacy/_legacy.pyx 59.58% <100%> (+0.15%) ⬆️
randomgen/tests/test_direct.py 88.05% <100%> (ø) ⬆️
randomgen/tests/test_smoke.py 97.13% <100%> (-0.02%) ⬇️
randomgen/generator.pyx 89.61% <100%> (+1.57%) ⬆️
randomgen/pcg32.pyx 78.29% <50%> (-2.81%) ⬇️
randomgen/pcg64.pyx 80.55% <55.55%> (-2.55%) ⬇️
randomgen/xoshiro512starstar.pyx 78.22% <55.55%> (-2.93%) ⬇️
randomgen/xoshiro256starstar.pyx 79.23% <55.55%> (-2.81%) ⬇️
... and 8 more

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 fb8c3f1...78894df. Read the comment docs.

@bashtage bashtage merged commit 6354f56 into master Mar 31, 2019
@bashtage bashtage deleted the move-lock branch April 8, 2019 11:03
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.

1 participant