Skip to content

Commit

Permalink
Remove an unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jond01 committed Mar 5, 2022
1 parent d593dd2 commit 9b8f140
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions medio/backends/itk_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,7 @@ def read_img(
if (desired_axcodes is None) or (desired_axcodes == metadata.ornt):
image_np = ItkIO.itk_img_to_array(img)
else:
orig_ornt = (
metadata.ornt
) # store the original orientation before the reorientation
orig_ornt = metadata.ornt
img, _ = ItkIO.reorient(img, desired_axcodes)
image_np, affine = ItkIO.unpack_img(img)
metadata = MetaData(
Expand Down

0 comments on commit 9b8f140

Please sign in to comment.