bashtage / randomgen

Numpy-compatible bit generators and add some random variate distributions missing from NumPy.
Other
111 stars 25 forks source link

Restore mode #374

Closed bashtage closed 2 months ago

pep8speaks commented 2 months ago

Hello @bashtage! Thanks for opening this PR. We checked the lines you've touched for PEP 8 issues, and found:

Line 712:29: E203 whitespace before ':'

codecov[bot] commented 2 months ago

Codecov Report

Attention: Patch coverage is 97.22222% with 4 lines in your changes missing coverage. Please review.

Project coverage is 90.05%. Comparing base (434e3da) to head (a4f2509). Report is 5 commits behind head on main.

Files with missing lines Patch % Lines
randomgen/_deprecated_value.py 80.00% 1 Missing and 1 partial :warning:
randomgen/pcg64.pyx 83.33% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #374 +/- ## ========================================== + Coverage 89.95% 90.05% +0.09% ========================================== Files 50 51 +1 Lines 7886 7955 +69 Branches 489 493 +4 ========================================== + Hits 7094 7164 +70 + Misses 760 759 -1 Partials 32 32 ``` | [Flag](https://app.codecov.io/gh/bashtage/randomgen/pull/374/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Kevin+Sheppard) | Coverage Δ | | |---|---|---| | [](https://app.codecov.io/gh/bashtage/randomgen/pull/374/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Kevin+Sheppard) | `90.04% <97.22%> (+0.09%)` | :arrow_up: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Kevin+Sheppard#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.