Skip to content

Commit 7e1f5df

Browse files
committed
remove whitespace
1 parent 593edcb commit 7e1f5df

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

plantcv/plantcv/morphology/segment_ends.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ def segment_ends(skel_img, leaf_objects, mask=None, label=None):
2020
sorted_obs = Reordered segments based on segment branch point y-coordinates
2121
labeled_img = Debug image with segments ends drawn on
2222
inner_list = List of branch point coordinates of the input leaf_objects
23-
tip_list = List of leaf tip coordinates of the input leaf_objects
24-
23+
tip_list = List of leaf tip coordinates of the input leaf_object
2524
2625
:param segmented_img: numpy.ndarray
2726
:param leaf_objects: list

0 commit comments

Comments
 (0)