Closed John-P closed 1 year ago
Merging #48 (6bfd552) into dev (960623c) will decrease coverage by
0.09%
. The diff coverage is91.92%
.
@@ Coverage Diff @@
## dev #48 +/- ##
==========================================
- Coverage 90.69% 90.61% -0.09%
==========================================
Files 13 14 +1
Lines 1752 1843 +91
==========================================
+ Hits 1589 1670 +81
- Misses 163 173 +10
Impacted Files | Coverage Δ | |
---|---|---|
wsic/writers.py | 86.79% <85.71%> (+0.03%) |
:arrow_up: |
wsic/readers.py | 86.06% <89.33%> (-2.66%) |
:arrow_down: |
wsic/tile_iterators.py | 93.03% <93.03%> (ø) |
|
wsic/multiproc.py | 70.00% <100.00%> (+2.14%) |
:arrow_up: |
:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more
.aszarr
instead of.asarray
, where possible, to avoid decoding the entire image to disk before conversion..asarray
if the axis order is notYXS
.get_tile
instead of__getitem__
where possible. I future this could allow more advanced and faster downsampling methods e.g. downsampling via partial tile decoding.__getitem__
ifget_tile
is not implemented.