Skip to content

Commit 8c65b81

Browse files
committed
update deprecation
1 parent 13d7229 commit 8c65b81

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

nipype/interfaces/afni/preprocess.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1808,7 +1808,7 @@ class ROIStatsInputSpec(CommandLineInputSpec):
18081808
mandatory=True,
18091809
exists=True)
18101810
mask = File(desc='input mask', argstr='-mask %s', position=3, exists=True,
1811-
deprecated='1.1.5', new_name='mask_file')
1811+
deprecated='1.1.4', new_name='mask_file')
18121812
mask_file = File(desc='input mask', argstr='-mask %s', exists=True)
18131813
mask_f2short = traits.Bool(
18141814
desc='Tells the program to convert a float mask to short integers, '

nipype/interfaces/afni/tests/test_auto_ROIStats.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def test_ROIStats_inputs():
2626
),
2727
mask=dict(
2828
argstr='-mask %s',
29-
deprecated='1.1.5',
29+
deprecated='1.1.4',
3030
new_name='mask_file',
3131
position=3,
3232
),

0 commit comments

Comments
 (0)