Skip to content

Commit

Permalink
process_seg.py: Remove ascii=True from sct_progress_bar calls
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuacwnewton committed Apr 19, 2023
1 parent 8f4c69e commit 9f3c0a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spinalcordtoolbox/process_seg.py
Expand Up @@ -70,7 +70,7 @@ def compute_shape(segmentation, angle_correction=True, param_centerline=None, ve

# Loop across z and compute shape analysis
for iz in sct_progress_bar(range(min_z_index, max_z_index + 1), unit='iter', unit_scale=False, desc="Compute shape analysis",
ascii=True, ncols=80):
ncols=80):
# Extract 2D patch
current_patch = im_segr.data[:, :, iz]
if angle_correction:
Expand Down

0 comments on commit 9f3c0a4

Please sign in to comment.