Add relabel_sequential()
for relabeling label data after map_raster()
#664
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%) |
⬇️ |
Loading