Skip to content

Commit 4049680

Browse files
Update src/bioimage_cpp/skeleton/postprocessing.py
1 parent 54f32cd commit 4049680

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/bioimage_cpp/skeleton/postprocessing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ def _adjacency(num_nodes, edges):
214214
def remove_ticks(vertices, edges, tick_length, radii=None):
215215
"""Prune short dead-end branches ("ticks") from a skeleton graph.
216216
217-
Ports kimimaro's `remove_ticks`. A distance graph is built over the critical
217+
A distance graph is built over the critical
218218
points (terminals, degree 1; branch points, degree >= 3), whose superedges
219219
are the paths between them weighted by physical length. The shortest terminal
220220
branch below ``tick_length`` is pruned repeatedly; when a branch point drops

0 commit comments

Comments
 (0)