Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion maskel/pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ def _skeleton_has_no_branches(skeleton: np.ndarray) -> bool:
"""True when no two foreground pixels in *skeleton* are adjacent (full
connectivity), i.e. every "branch" is an isolated single pixel.

``skan.Skeleton`` (via ``build_vessel_graph``, and via
``skan.Skeleton`` (via ``build_skeleton_graph``, and via
``collapse_triangle_junctions``'s own call during junction cleanup)
requires at least one graph edge to build its sparse path matrix and
raises a low-level ``ValueError`` from inside scipy.sparse otherwise -
Expand Down