Skip to content

Commit c19ba0a

Browse files
GOESTERN-1107078claude
andcommitted
Merge fork/skeleton-postprocessing into skeleton-postprocessing
Reconcile local API rename (clean_filament_graph, _split_degree3/4, __all__) with the remote remove_ticks docstring update. No textual conflict; both applied. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2 parents 0995c2e + 4049680 commit c19ba0a

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)