MatthewFlamm / pyransame

PYthon RAndom SAmpling for MEshes
https://matthewflamm.github.io/pyransame/
MIT License
12 stars 0 forks source link

rng refactor #33

Closed MatthewFlamm closed 1 year ago

MatthewFlamm commented 1 year ago

Enables ability to control RNG generation

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 97.72% and project coverage change: +2.73 :tada:

Comparison is base (0f168dd) 96.02% compared to head (86be396) 98.75%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #33 +/- ## ========================================== + Coverage 96.02% 98.75% +2.73% ========================================== Files 2 4 +2 Lines 151 161 +10 ========================================== + Hits 145 159 +14 + Misses 6 2 -4 ``` | [Impacted Files](https://codecov.io/gh/MatthewFlamm/pyransame/pull/33?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) | Coverage Δ | | |---|---|---| | [src/pyransame/volume.py](https://codecov.io/gh/MatthewFlamm/pyransame/pull/33?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL3B5cmFuc2FtZS92b2x1bWUucHk=) | `97.14% <97.14%> (ø)` | | | [src/pyransame/surface.py](https://codecov.io/gh/MatthewFlamm/pyransame/pull/33?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL3B5cmFuc2FtZS9zdXJmYWNlLnB5) | `97.56% <97.56%> (ø)` | | | [src/pyransame/\_\_init\_\_.py](https://codecov.io/gh/MatthewFlamm/pyransame/pull/33?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL3B5cmFuc2FtZS9fX2luaXRfXy5weQ==) | `100.00% <100.00%> (+8.57%)` | :arrow_up: | | [src/pyransame/util.py](https://codecov.io/gh/MatthewFlamm/pyransame/pull/33?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL3B5cmFuc2FtZS91dGlsLnB5) | `100.00% <100.00%> (ø)` | |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.