bashtage / randomgen

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

TST: Add tests for broadcasting #385

Closed bashtage closed 1 month ago

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 98.29060% with 2 lines in your changes missing coverage. Please review.

Project coverage is 95.41%. Comparing base (883e85c) to head (a5dc355). Report is 9 commits behind head on main.

Files with missing lines Patch % Lines
randomgen/tests/_shims.pyx 95.45% 1 Missing :warning:
randomgen/tests/test_broadcasting.py 98.76% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #385 +/- ## ========================================== + Coverage 93.70% 95.41% +1.70% ========================================== Files 55 56 +1 Lines 8489 8591 +102 Branches 551 578 +27 ========================================== + Hits 7955 8197 +242 + Misses 507 366 -141 - Partials 27 28 +1 ```

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