Skip to content

Commit

Permalink
Merge pull request #608 from ANTsX/fix-ortho
Browse files Browse the repository at this point in the history
FIX: remove plot_ortho return statement
  • Loading branch information
Nicholas Cullen, PhD authored Apr 13, 2024
2 parents ae974fb + 3efcba4 commit 5c2dd17
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ants/viz/plot_ortho.py
Original file line number Diff line number Diff line change
Expand Up @@ -625,5 +625,4 @@ def reorient_slice(x, axis):

# turn warnings back to default
warnings.simplefilter("default")
return { "image": imageReturn, "overlay": overlayReturn }

0 comments on commit 5c2dd17

Please sign in to comment.