libscran / mnncorrect

C++ implementation of the MNN correction algorithm
https://libscran.github.io/mnncorrect/
MIT License
4 stars 0 forks source link

Support use of input order when iteratively merging batches. #6

Closed LTLA closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #6 (dbcf5a8) into master (536dd00) will increase coverage by 0.34%. The diff coverage is 94.00%.

@@            Coverage Diff             @@
##           master       #6      +/-   ##
==========================================
+ Coverage   96.95%   97.30%   +0.34%     
==========================================
  Files          14       18       +4     
  Lines         756     1039     +283     
  Branches        5       13       +8     
==========================================
+ Hits          733     1011     +278     
- Misses         18       22       +4     
- Partials        5        6       +1     
Impacted Files Coverage Δ
include/mnncorrect/find_mutual_nns.hpp 100.00% <ø> (ø)
tests/src/order_utils.h 57.14% <57.14%> (ø)
include/mnncorrect/fuse_nn_results.hpp 66.66% <66.66%> (ø)
include/mnncorrect/restore_order.hpp 97.36% <90.90%> (-2.64%) :arrow_down:
include/mnncorrect/MnnCorrect.hpp 96.87% <91.66%> (+3.89%) :arrow_up:
include/mnncorrect/CustomOrder.hpp 95.31% <95.31%> (ø)
include/mnncorrect/AutomaticOrder.hpp 96.19% <100.00%> (+10.79%) :arrow_up:
tests/src/AutomaticOrder.cpp 100.00% <100.00%> (ø)
tests/src/CustomOrder.cpp 100.00% <100.00%> (ø)
tests/src/MnnCorrect.cpp 100.00% <100.00%> (ø)
... and 4 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 536dd00...dbcf5a8. Read the comment docs.