Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Raise when a PointSet is initialized empty #627

Merged
merged 3 commits into from
Dec 12, 2024

fix: bbox intersection pointset raising EmptyPointSetError instead of…

60c20af
Select commit
Loading
Failed to load commit list.
Merged

Raise when a PointSet is initialized empty #627

fix: bbox intersection pointset raising EmptyPointSetError instead of…
60c20af
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 12, 2024 in 0s

46.16% (+0.01%) compared to e45a688

View this Pull Request on Codecov

46.16% (+0.01%) compared to e45a688

Details

Codecov Report

Attention: Patch coverage is 56.25000% with 7 lines in your changes missing coverage. Please review.

Project coverage is 46.16%. Comparing base (e45a688) to head (60c20af).
Report is 15 commits behind head on main.

Files with missing lines Patch % Lines
siibra/volumes/parcellationmap.py 0.00% 4 Missing ⚠️
siibra/locations/boundingbox.py 0.00% 2 Missing ⚠️
siibra/locations/pointset.py 75.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #627      +/-   ##
==========================================
+ Coverage   46.14%   46.16%   +0.01%     
==========================================
  Files          75       75              
  Lines        7171     7181      +10     
==========================================
+ Hits         3309     3315       +6     
- Misses       3862     3866       +4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.