Skip to content

Commit b3617b2

Browse files
fix: refit not compatible with bool
1 parent bac7c9a commit b3617b2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

kimimaro/utility.py

-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ def cross_sectional_area(
9191
total = len(skeletons)
9292

9393
all_labels, remapping = fastremap.renumber(all_labels, in_place=in_place)
94-
all_labels = fastremap.refit(all_labels)
9594
all_slices = find_objects(all_labels)
9695

9796
for skel in tqdm(iterator, desc="Labels", disable=(not progress), total=total):

0 commit comments

Comments
 (0)