Skip to content

Commit d42ae1a

Browse files
authored
Merge pull request #2303 from oesteban/ref/interface-base
[MAINT] Reorganize nipype.interfaces.base
2 parents b401014 + 5512779 commit d42ae1a

File tree

825 files changed

+3649
-2671
lines changed

Some content is hidden

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

825 files changed

+3649
-2671
lines changed

nipype/algorithms/tests/test_auto_ACompCor.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ def test_ACompCor_inputs():
99
header_prefix=dict(),
1010
high_pass_cutoff=dict(usedefault=True,
1111
),
12-
ignore_exception=dict(nohash=True,
12+
ignore_exception=dict(deprecated='1.0.0',
13+
nohash=True,
1314
usedefault=True,
1415
),
1516
ignore_initial_volumes=dict(usedefault=True,

nipype/algorithms/tests/test_auto_AddCSVRow.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
def test_AddCSVRow_inputs():
77
input_map = dict(_outputs=dict(usedefault=True,
88
),
9-
ignore_exception=dict(nohash=True,
9+
ignore_exception=dict(deprecated='1.0.0',
10+
nohash=True,
1011
usedefault=True,
1112
),
1213
in_file=dict(mandatory=True,

nipype/algorithms/tests/test_auto_ArtifactDetect.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ def test_ArtifactDetect_inputs():
88
),
99
global_threshold=dict(usedefault=True,
1010
),
11-
ignore_exception=dict(nohash=True,
11+
ignore_exception=dict(deprecated='1.0.0',
12+
nohash=True,
1213
usedefault=True,
1314
),
1415
intersect_mask=dict(),

nipype/algorithms/tests/test_auto_CalculateMedian.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44

55

66
def test_CalculateMedian_inputs():
7-
input_map = dict(ignore_exception=dict(nohash=True,
7+
input_map = dict(ignore_exception=dict(deprecated='1.0.0',
8+
nohash=True,
89
usedefault=True,
910
),
1011
in_files=dict(),

nipype/algorithms/tests/test_auto_ComputeDVARS.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ def test_ComputeDVARS_inputs():
1010
),
1111
figsize=dict(usedefault=True,
1212
),
13-
ignore_exception=dict(nohash=True,
13+
ignore_exception=dict(deprecated='1.0.0',
14+
nohash=True,
1415
usedefault=True,
1516
),
1617
in_file=dict(mandatory=True,

nipype/algorithms/tests/test_auto_ComputeMeshWarp.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44

55

66
def test_ComputeMeshWarp_inputs():
7-
input_map = dict(ignore_exception=dict(nohash=True,
7+
input_map = dict(ignore_exception=dict(deprecated='1.0.0',
8+
nohash=True,
89
usedefault=True,
910
),
1011
metric=dict(usedefault=True,

nipype/algorithms/tests/test_auto_CreateNifti.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ def test_CreateNifti_inputs():
99
),
1010
header_file=dict(mandatory=True,
1111
),
12-
ignore_exception=dict(nohash=True,
12+
ignore_exception=dict(deprecated='1.0.0',
13+
nohash=True,
1314
usedefault=True,
1415
),
1516
)

nipype/algorithms/tests/test_auto_Distance.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44

55

66
def test_Distance_inputs():
7-
input_map = dict(ignore_exception=dict(nohash=True,
7+
input_map = dict(ignore_exception=dict(deprecated='1.0.0',
8+
nohash=True,
89
usedefault=True,
910
),
1011
mask_volume=dict(),

nipype/algorithms/tests/test_auto_FramewiseDisplacement.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ def test_FramewiseDisplacement_inputs():
88
),
99
figsize=dict(usedefault=True,
1010
),
11-
ignore_exception=dict(nohash=True,
11+
ignore_exception=dict(deprecated='1.0.0',
12+
nohash=True,
1213
usedefault=True,
1314
),
1415
in_file=dict(mandatory=True,

nipype/algorithms/tests/test_auto_FuzzyOverlap.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44

55

66
def test_FuzzyOverlap_inputs():
7-
input_map = dict(ignore_exception=dict(nohash=True,
7+
input_map = dict(ignore_exception=dict(deprecated='1.0.0',
8+
nohash=True,
89
usedefault=True,
910
),
1011
in_ref=dict(mandatory=True,

0 commit comments

Comments
 (0)