neuro-ml / imops

Efficient parallelizable algorithms for multidimensional arrays to speed up your data pipelines
https://neuro-ml.github.io/imops/
MIT License
21 stars 1 forks source link

Gigafast morphology #31

Closed vovaf709 closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #31 (0c5f098) into master (a2ea6bc) will increase coverage by 5.22%. Report is 17 commits behind head on master. The diff coverage is 98.88%.

:exclamation: Current head 0c5f098 differs from pull request most recent head 791f4d6. Consider uploading reports for the commit 791f4d6 to get more accurate results

@@            Coverage Diff             @@
##           master      #31      +/-   ##
==========================================
+ Coverage   68.30%   73.53%   +5.22%     
==========================================
  Files          16       16              
  Lines        1016     1073      +57     
  Branches      214      225      +11     
==========================================
+ Hits          694      789      +95     
+ Misses        286      263      -23     
+ Partials       36       21      -15     
Files Changed Coverage Δ
imops/zoom.py 100.00% <ø> (+2.22%) :arrow_up:
imops/morphology.py 98.85% <98.03%> (+9.05%) :arrow_up:
imops/__version__.py 100.00% <100.00%> (ø)
imops/box.py 95.00% <100.00%> (+20.64%) :arrow_up:
imops/interp1d.py 85.71% <100.00%> (+5.19%) :arrow_up:
imops/measure.py 98.70% <100.00%> (+12.03%) :arrow_up:
imops/radon.py 87.50% <100.00%> (+3.84%) :arrow_up:
imops/utils.py 90.12% <100.00%> (+2.43%) :arrow_up:

... and 2 files with indirect coverage changes

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

vovaf709 commented 1 year ago

closes #33, closes #30, closes #16