Skip to content

Commit bd3b131

Browse files
fix: remove debugging statement
1 parent a73156f commit bd3b131

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kimimaro/utility.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ def cross_sectional_area_helper(skel, binimg, roi):
194194
normal = normals[i,:]
195195
normal /= np.linalg.norm(normal)
196196

197-
for i, vert in tqdm(enumerate(path), total=path.shape[0]):
197+
for i, vert in enumerate(path):
198198
if np.any(vert < 0) or np.any(vert > shape):
199199
continue
200200

0 commit comments

Comments
 (0)