Skip to content

Commit a8837d6

Browse files
committed
TEST: make specs + some manual tweaks
1 parent e9680fb commit a8837d6

File tree

807 files changed

+19
-6798
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

807 files changed

+19
-6798
lines changed

nipype/algorithms/tests/test_auto_ACompCor.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@ def test_ACompCor_inputs():
88
components_file=dict(usedefault=True, ),
99
header_prefix=dict(),
1010
high_pass_cutoff=dict(usedefault=True, ),
11-
ignore_exception=dict(
12-
deprecated='1.0.0',
13-
nohash=True,
14-
usedefault=True,
15-
),
1611
ignore_initial_volumes=dict(usedefault=True, ),
1712
mask_files=dict(),
1813
mask_index=dict(

nipype/algorithms/tests/test_auto_ActivationCount.py

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

66
def test_ActivationCount_inputs():
77
input_map = dict(
8-
ignore_exception=dict(
9-
deprecated='1.0.0',
10-
nohash=True,
11-
usedefault=True,
12-
),
138
in_files=dict(mandatory=True, ),
149
threshold=dict(mandatory=True, ),
1510
)

nipype/algorithms/tests/test_auto_AddCSVRow.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@
66
def test_AddCSVRow_inputs():
77
input_map = dict(
88
_outputs=dict(usedefault=True, ),
9-
ignore_exception=dict(
10-
deprecated='1.0.0',
11-
nohash=True,
12-
usedefault=True,
13-
),
149
in_file=dict(mandatory=True, ),
1510
)
1611
inputs = AddCSVRow.input_spec()

nipype/algorithms/tests/test_auto_ArtifactDetect.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,6 @@ def test_ArtifactDetect_inputs():
77
input_map = dict(
88
bound_by_brainmask=dict(usedefault=True, ),
99
global_threshold=dict(usedefault=True, ),
10-
ignore_exception=dict(
11-
deprecated='1.0.0',
12-
nohash=True,
13-
usedefault=True,
14-
),
1510
intersect_mask=dict(usedefault=True, ),
1611
mask_file=dict(),
1712
mask_threshold=dict(),

nipype/algorithms/tests/test_auto_CalculateMedian.py

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

66
def test_CalculateMedian_inputs():
77
input_map = dict(
8-
ignore_exception=dict(
9-
deprecated='1.0.0',
10-
nohash=True,
11-
usedefault=True,
12-
),
138
in_files=dict(),
149
median_file=dict(),
1510
median_per_file=dict(usedefault=True, ),

nipype/algorithms/tests/test_auto_ComputeDVARS.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@ def test_ComputeDVARS_inputs():
88
figdpi=dict(usedefault=True, ),
99
figformat=dict(usedefault=True, ),
1010
figsize=dict(usedefault=True, ),
11-
ignore_exception=dict(
12-
deprecated='1.0.0',
13-
nohash=True,
14-
usedefault=True,
15-
),
1611
in_file=dict(mandatory=True, ),
1712
in_mask=dict(mandatory=True, ),
1813
intensity_normalization=dict(usedefault=True, ),

nipype/algorithms/tests/test_auto_ComputeMeshWarp.py

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

66
def test_ComputeMeshWarp_inputs():
77
input_map = dict(
8-
ignore_exception=dict(
9-
deprecated='1.0.0',
10-
nohash=True,
11-
usedefault=True,
12-
),
138
metric=dict(usedefault=True, ),
149
out_file=dict(usedefault=True, ),
1510
out_warp=dict(usedefault=True, ),

nipype/algorithms/tests/test_auto_CreateNifti.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@ def test_CreateNifti_inputs():
88
affine=dict(),
99
data_file=dict(mandatory=True, ),
1010
header_file=dict(mandatory=True, ),
11-
ignore_exception=dict(
12-
deprecated='1.0.0',
13-
nohash=True,
14-
usedefault=True,
15-
),
1611
)
1712
inputs = CreateNifti.input_spec()
1813

nipype/algorithms/tests/test_auto_Distance.py

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

66
def test_Distance_inputs():
77
input_map = dict(
8-
ignore_exception=dict(
9-
deprecated='1.0.0',
10-
nohash=True,
11-
usedefault=True,
12-
),
138
mask_volume=dict(),
149
method=dict(usedefault=True, ),
1510
volume1=dict(mandatory=True, ),

nipype/algorithms/tests/test_auto_FramewiseDisplacement.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,6 @@ def test_FramewiseDisplacement_inputs():
77
input_map = dict(
88
figdpi=dict(usedefault=True, ),
99
figsize=dict(usedefault=True, ),
10-
ignore_exception=dict(
11-
deprecated='1.0.0',
12-
nohash=True,
13-
usedefault=True,
14-
),
1510
in_file=dict(mandatory=True, ),
1611
normalize=dict(usedefault=True, ),
1712
out_figure=dict(usedefault=True, ),

0 commit comments

Comments
 (0)