Skip to content

Commit

Permalink
fix: refit not compatible with bool
Browse files Browse the repository at this point in the history
  • Loading branch information
william-silversmith committed Feb 8, 2024
1 parent bac7c9a commit b3617b2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kimimaro/utility.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ def cross_sectional_area(
total = len(skeletons)

all_labels, remapping = fastremap.renumber(all_labels, in_place=in_place)
all_labels = fastremap.refit(all_labels)
all_slices = find_objects(all_labels)

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

0 comments on commit b3617b2

Please sign in to comment.