FZJ-INM1-BDA / siibra-python

Software interfaces for interacting with brain atlases - Python client
Apache License 2.0
46 stars 8 forks source link

New: experimental module, with draft classes for cortical patch sampling #579

Closed dickscheid closed 3 months ago

dickscheid commented 4 months ago

This PR introduces a new experimental module to include some development code safely into the main package. The PR will still be updated with a more streamlined implementation of the functions in patch_sampler.py

codecov-commenter commented 4 months ago

Codecov Report

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

Project coverage is 49.60%. Comparing base (5a0e6b3) to head (2bb4edc). Report is 457 commits behind head on main.

Files Patch % Lines
siibra/experimental/plane3d.py 15.23% 89 Missing :warning:
siibra/experimental/patch.py 29.72% 26 Missing :warning:
siibra/experimental/cortical_profile_sampler.py 30.43% 16 Missing :warning:
siibra/experimental/contour.py 27.77% 13 Missing :warning:
siibra/locations/point.py 50.00% 3 Missing :warning:
siibra/commons.py 60.00% 2 Missing :warning:
siibra/locations/pointset.py 50.00% 1 Missing :warning:

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #579 +/- ## =========================================== + Coverage 36.81% 49.60% +12.78% =========================================== Files 61 74 +13 Lines 5421 6931 +1510 =========================================== + Hits 1996 3438 +1442 - Misses 3425 3493 +68 ```

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