Skip to content

Transformation manager foundation - #1164

Open
ajkswamy wants to merge 43 commits into
transformation_managerfrom
transfo_manager_base
Open

Transformation manager foundation#1164
ajkswamy wants to merge 43 commits into
transformation_managerfrom
transfo_manager_base

fix: TransformationManager, simplified code using custom error

07ed9a7
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 5, 2026 in 1s

92.74% (target 1.00%)

View this Pull Request on Codecov

92.74% (target 1.00%)

Details

Codecov Report

❌ Patch coverage is 99.22780% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 92.74%. Comparing base (eb4fb3d) to head (07ed9a7).

Files with missing lines Patch % Lines
...atialdata/_core/transformation_manager/__init__.py 98.63% 2 Missing ⚠️
Additional details and impacted files
@@                    Coverage Diff                     @@
##           transformation_manager    #1164      +/-   ##
==========================================================
+ Coverage                   92.44%   92.74%   +0.29%     
==========================================================
  Files                          51       53       +2     
  Lines                        7820     8060     +240     
==========================================================
+ Hits                         7229     7475     +246     
+ Misses                        591      585       -6     
Files with missing lines Coverage Δ
src/spatialdata/__init__.py 95.65% <ø> (ø)
src/spatialdata/_core/spatialdata.py 93.87% <100.00%> (+0.01%) ⬆️
...ialdata/_core/transformation_manager/exceptions.py 100.00% <100.00%> (ø)
src/spatialdata/_io/io_raster.py 89.52% <100.00%> (+0.47%) ⬆️
src/spatialdata/_io/io_zarr.py 92.38% <100.00%> (ø)
src/spatialdata/_types.py 100.00% <100.00%> (ø)
src/spatialdata/_utils.py 85.52% <100.00%> (ø)
src/spatialdata/transformations/transformations.py 92.13% <ø> (+1.04%) ⬆️
...atialdata/_core/transformation_manager/__init__.py 98.63% <98.63%> (ø)

... and 1 file with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.