We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bac7c9a commit b3617b2Copy full SHA for b3617b2
kimimaro/utility.py
@@ -91,7 +91,6 @@ def cross_sectional_area(
91
total = len(skeletons)
92
93
all_labels, remapping = fastremap.renumber(all_labels, in_place=in_place)
94
- all_labels = fastremap.refit(all_labels)
95
all_slices = find_objects(all_labels)
96
97
for skel in tqdm(iterator, desc="Labels", disable=(not progress), total=total):
0 commit comments