Skip to content

Commit 13faa7b

Browse files
committed
Fix warning
1 parent eabf638 commit 13faa7b

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/torchio/transforms/preprocessing/spatial/to_canonical.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,3 @@ class ToCanonical(ToOrientation):
2222
2323
.. _NiBabel docs about image orientation: https://nipy.org/nibabel/image_orientation.html
2424
"""
25-
26-
def __init__(self, **kwargs):
27-
super().__init__(orientation='RAS', **kwargs)

0 commit comments

Comments
 (0)