Skip to content

Commit

Permalink
remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
HaleySchuhl committed Jul 17, 2024
1 parent fed91c9 commit b3876ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plantcv/annotate/classes.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ def correct_mask(self, bin_img):
else:
# DRAW on labeled mask with correct pixel value (object ID and np.where to copy with new label ID i)
final_mask = np.where(labeled_mask_all == mask_pixel_value, i, final_mask)

params.debug = debug
_debug(visual=final_mask,
filename=os.path.join(params.debug_outdir,
Expand Down

0 comments on commit b3876ce

Please sign in to comment.