Skip to content

Commit

Permalink
Update jtlibrary/python/jtmodules/src/jtmodules/segment_secondary_cp.py
Browse files Browse the repository at this point in the history
Co-authored-by: Alberto Chiusole <1922124+bebosudo@users.noreply.github.com>
  • Loading branch information
scottberry and bebosudo committed Jul 7, 2020
1 parent e0f51ba commit c5059c6
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,7 @@ def main(primary_label_image, intensity_image, method, threshold,
else:
n_objects = len(np.unique(primary_label_image[1:]))
logger.info(
'primary label image has %d objects',
n_objects - 1
'primary label image has {} objects'.format(n_objects - 1)
)
if n_objects > 1:

Expand Down

0 comments on commit c5059c6

Please sign in to comment.