Skip to content

Commit 288ab46

Browse files
committed
fixed small typo
1 parent d1d652a commit 288ab46

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

comp2comp/aortic_calcium/aortic_calcium.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -411,11 +411,9 @@ def __call__(self, inference_pipeline):
411411
49: "vertebrae_C2",
412412
50: "vertebrae_C1",'''
413413

414-
# breakpoint()
415414
t12_level = np.where((spine_mask == 32).sum(axis=(0,1)))[0]
416415
l1_level = np.where((spine_mask == 31).sum(axis=(0,1)))[0]
417416

418-
breakpoint()
419417

420418
if len(t12_level) != 0 and len(l1_level) != 0:
421419
sep_plane = round(np.mean([t12_level[0], l1_level[-1]]))

0 commit comments

Comments
 (0)