KVSlab / VaMPy

A collection of tools for pre-processing, simulating, and post-processing vascular morphologies.
https://kvslab.github.io/VaMPy
GNU General Public License v3.0
15 stars 8 forks source link

Add refinement based on Geodesic distance #149

Closed hkjeldsberg closed 4 months ago

hkjeldsberg commented 4 months ago
codecov-commenter commented 4 months ago

Codecov Report

Attention: Patch coverage is 96.66667% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 67.68%. Comparing base (298de3d) to head (ce03880). Report is 3 commits behind head on master.

Files Patch % Lines
tests/test_pre_processing.py 96.66% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #149 +/- ## =========================================== - Coverage 81.11% 67.68% -13.43% =========================================== Files 32 14 -18 Lines 3362 1176 -2186 =========================================== - Hits 2727 796 -1931 + Misses 635 380 -255 ```

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

hkjeldsberg commented 4 months ago

@johannesring Forgot about this implementation (ref #132)

Implemented Geodesic distance meshing/refinement on this branch instead. Will merge soon.

Could be extended for diameter- and curvature-meshing if requested.