Skip to content

Commit

Permalink
fix linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
wasserth committed Feb 9, 2024
1 parent d07c9ea commit 56a7a68
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion totalsegmentator/nnunet.py
Original file line number Diff line number Diff line change
Expand Up @@ -614,5 +614,4 @@ def nnUNet_predict_image(file_in: Union[str, Path, Nifti1Image], file_out, task_
skin = extract_skin(img_in_orig, nib.load(file_out / "body.nii.gz"))
nib.save(skin, file_out / "skin.nii.gz")


return img_out, img_in_orig

0 comments on commit 56a7a68

Please sign in to comment.