You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix TypeError when getOverlay() returns None with no particles (bgruening#1886)
* Fix TypeError when getOverlay() returns None with no particles
* Bump VERSION_SUFFIX to 1
* Fix confocal-series-first-channel.tif typo in test data
* Fix conditional parameter values in test cases
* Fix expected test data for no-particles-match test case
The new size=100000-Infinity test on blobs.gif matches zero particles, so
the results table is empty. It incorrectly reused analyze_particles_nothing.tabular,
which is shared by two other tests (show=Nothing and Overlay_Masks) that DO match
all 63 blobs. Instead of breaking those, assert the results output has 0 lines.
Also add the trailing newline to analyze_particles_rois_empty.tabular to match
the header written by the jython script (which ends with \n).
---------
Co-authored-by: mvdbeek <m.vandenbeek@gmail.com>
0 commit comments