Skip to content

Commit ef85036

Browse files
committed
re-make specs
1 parent a8837d6 commit ef85036

File tree

3 files changed

+0
-23
lines changed

3 files changed

+0
-23
lines changed

nipype/interfaces/tests/test_auto_Rescale.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,6 @@
55

66
def test_Rescale_inputs():
77
input_map = dict(
8-
ignore_exception=dict(
9-
deprecated='1.0.0',
10-
nohash=True,
11-
usedefault=True,
12-
),
138
in_file=dict(mandatory=True, ),
149
invert=dict(),
1510
percentile=dict(usedefault=True, ),

nipype/interfaces/workbench/tests/test_auto_MetricResample.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,6 @@ def test_MetricResample_inputs():
2929
nohash=True,
3030
usedefault=True,
3131
),
32-
ignore_exception=dict(
33-
deprecated='1.0.0',
34-
nohash=True,
35-
usedefault=True,
36-
),
3732
in_file=dict(
3833
argstr='%s',
3934
mandatory=True,
@@ -68,10 +63,6 @@ def test_MetricResample_inputs():
6863
argstr='-current-roi %s',
6964
position=8,
7065
),
71-
terminal_output=dict(
72-
deprecated='1.0.0',
73-
nohash=True,
74-
),
7566
valid_roi_out=dict(
7667
argstr='-valid-roi-out',
7768
position=9,

nipype/interfaces/workbench/tests/test_auto_WBCommand.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,6 @@ def test_WBCommand_inputs():
1010
nohash=True,
1111
usedefault=True,
1212
),
13-
ignore_exception=dict(
14-
deprecated='1.0.0',
15-
nohash=True,
16-
usedefault=True,
17-
),
18-
terminal_output=dict(
19-
deprecated='1.0.0',
20-
nohash=True,
21-
),
2213
)
2314
inputs = WBCommand.input_spec()
2415

0 commit comments

Comments
 (0)