Skip to content

Commit 164d46c

Browse files
committed
MNT: Defer orientation_affine deprecation to v4.0
In order to pass the CI...
1 parent 09bdafd commit 164d46c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nibabel/orientations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ def inv_ornt_aff(ornt, shape):
232232
@deprecate_with_version('orientation_affine deprecated. '
233233
'Please use inv_ornt_aff instead.',
234234
'1.3',
235-
'3.0')
235+
'4.0')
236236
def orientation_affine(ornt, shape):
237237
return inv_ornt_aff(ornt, shape)
238238

0 commit comments

Comments
 (0)