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

add test and update post-annotation lambda #120

Closed djkapner closed 4 years ago

djkapner commented 4 years ago

there is no unit test for the function compute_majority which contains an unreachable None case. In reality, this is not affecting us right now as we are requiring 3 and only 3 labels per ROI.