Skeleton tips easily overwritten within the plantcv.morphology
sub-package
#1643
Labels
help wanted
Request help
Milestone
Describe the bug
Skeleton tips are easily overwritten within the plantcv morphology sub-package since utilizing tips happens in a few other functions as part of the algorithm for sorting or pruning back segments.
To Reproduce
Steps to reproduce the behavior (including sample data and code really help):
pcv.morphology.find_tips
withlabel=None
and then runpcv.morphology.segment_sort
orpcv.morphology.prune
Expected behavior
Only save tip coordinates when the function is explicitly ran/
Local environment (please complete the following information):
Additional context
Making a helper function to be able to call within functions and now
pcv.morphology.find_tips
will be a function that saves toOutputs.observations
and is a wrapper ofpcv.morphology._find_tips
.The text was updated successfully, but these errors were encountered: