mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-13 17:45:20 +08:00
blank line
This commit is contained in:
@@ -72,7 +72,6 @@ def merge_hierarchical(labels, rag, thresh, in_place=True):
|
||||
heapq.heappush(edge_heap, (wt, x, y, data))
|
||||
|
||||
while min_wt < thresh:
|
||||
|
||||
min_wt, x, y, data = heapq.heappop(edge_heap)
|
||||
|
||||
# Ensure popped edge is valid, if not, the edge is discarded
|
||||
|
||||
Reference in New Issue
Block a user