ilastik / volumina

Volume Slicing and Editing
http://ilastik.org
Other
32 stars 65 forks source link

Refactor tiling #311

Closed k-dominik closed 8 months ago

k-dominik commented 9 months ago

In order to make it easier to extend tiling and also track changes this PR separates Tiling and TileProvider classes.

The only addition here is the test for Data2Scene transformation in tiling.

codecov[bot] commented 9 months ago

Codecov Report

Attention: 57 lines in your changes are missing coverage. Please review.

Comparison is base (5d4d855) 36.30% compared to head (0cbc945) 36.28%.

Files Patch % Lines
volumina/tiling/tileprovider.py 76.89% 55 Missing :warning:
volumina/tiling/tiling.py 96.66% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #311 +/- ## ========================================== - Coverage 36.30% 36.28% -0.02% ========================================== Files 106 108 +2 Lines 11492 11489 -3 ========================================== - Hits 4172 4169 -3 Misses 7320 7320 ```

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