AllenInstitute / segmentation-labeling-app

Data pipeline and UI for human labeling of putative ROIs from 2p cell segmentations
Other
0 stars 0 forks source link

Bugfix/compute majority test #122

Closed djkapner closed 4 years ago

djkapner commented 4 years ago

fixes an unreachable case for ties, adds docstring, tests

codecov-commenter commented 4 years ago

Codecov Report

Merging #122 into master will increase coverage by 0.74%. The diff coverage is 96.85%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #122      +/-   ##
==========================================
+ Coverage   92.19%   92.93%   +0.74%     
==========================================
  Files          14       15       +1     
  Lines         743      864     +121     
==========================================
+ Hits          685      803     +118     
- Misses         58       61       +3     
Impacted Files Coverage Δ
slapp/utils/merge_utils.py 96.07% <96.07%> (ø)
slapp/lambdas/post_annotation.py 96.00% <100.00%> (+2.12%) :arrow_up:
slapp/transfers/utils.py 100.00% <100.00%> (ø)

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 43bedd9...16c9088. Read the comment docs.