Skip to content
New issue

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

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

Already on GitHub? # to your account

Add relabel_sequential() for relabeling label data after map_raster() #664

Merged
merged 28 commits into from
Nov 27, 2024

minor renaming

4f06d59
Select commit
Loading
Failed to load commit list.
Merged

Add relabel_sequential() for relabeling label data after map_raster() #664

minor renaming
4f06d59
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 27, 2024 in 1s

91.83% (target 1.00%)

View this Pull Request on Codecov

91.83% (target 1.00%)

Details

Codecov Report

Attention: Patch coverage is 95.55556% with 2 lines in your changes missing coverage. Please review.

Project coverage is 91.83%. Comparing base (8c12732) to head (4f06d59).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
src/spatialdata/_core/operations/map.py 97.61% 1 Missing ⚠️
src/spatialdata/_types.py 50.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #664      +/-   ##
==========================================
+ Coverage   91.80%   91.83%   +0.02%     
==========================================
  Files          45       45              
  Lines        6959     7002      +43     
==========================================
+ Hits         6389     6430      +41     
- Misses        570      572       +2     
Files with missing lines Coverage Δ
src/spatialdata/__init__.py 96.29% <100.00%> (ø)
src/spatialdata/_core/operations/map.py 97.67% <97.61%> (-0.11%) ⬇️
src/spatialdata/_types.py 69.23% <50.00%> (-3.50%) ⬇️