bashtage / randomgen

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

fix typo #397

Closed gahtan-syarif closed 1 week ago

gahtan-syarif commented 1 week ago

fix error message typo

codecov[bot] commented 1 week ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 98.81%. Comparing base (4a0d0df) to head (0c57d26). Report is 2 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #397 +/- ## ======================================= Coverage 98.81% 98.81% ======================================= Files 56 56 Lines 8672 8672 Branches 177 173 -4 ======================================= Hits 8569 8569 Misses 79 79 Partials 24 24 ```

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

bashtage commented 1 week ago

Thanks.