Closed djkapner closed 3 years ago
Merging #63 (5383ffd) into main (30ce5fe) will increase coverage by
0.02%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## main #63 +/- ##
==========================================
+ Coverage 97.59% 97.62% +0.02%
==========================================
Files 9 9
Lines 1041 1052 +11
==========================================
+ Hits 1016 1027 +11
Misses 25 25
Impacted Files | Coverage Δ | |
---|---|---|
nway/nway_matching.py | 97.07% <100.00%> (+0.16%) |
:arrow_up: |
nway cell matching expects that the average projection images in the container are all the same size. The current failure mode relies on
opencv.phaseCorrelate
failing with the error message:This PR adds an early check, a test for the check, and a more informative message: