MatthewFlamm / pyransame

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

Add ability to sample data #87

Closed MatthewFlamm closed 9 months ago

MatthewFlamm commented 1 year ago
codecov[bot] commented 1 year ago

Codecov Report

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

Comparison is base (4f01343) 99.30% compared to head (5a94f76) 99.31%. Report is 34 commits behind head on main.

:exclamation: Current head 5a94f76 differs from pull request most recent head fb6bcfe. Consider uploading reports for the commit fb6bcfe to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #87 +/- ## ======================================= Coverage 99.30% 99.31% ======================================= Files 4 4 Lines 288 292 +4 ======================================= + Hits 286 290 +4 Misses 2 2 ```

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

MatthewFlamm commented 1 year ago

Current docstring test for surface sampling has some points that cannot be located in the original mesh. Using vtkStaticCellLocator fixed this, but wait for a newer version of PyVista to better support this.