Skip to content

Commit 34e1655

Browse files
committed
TEST: Remove more vestiges
1 parent ef85036 commit 34e1655

File tree

4 files changed

+2
-12
lines changed

4 files changed

+2
-12
lines changed

nipype/interfaces/base/core.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -891,9 +891,8 @@ class must be instantiated with a command argument
891891
892892
# Use get_traitsfree() to check all inputs set
893893
>>> pprint.pprint(cli.inputs.get_traitsfree()) # doctest:
894-
{'args': '-al',
895-
'environ': {'DISPLAY': ':1'},
896-
'ignore_exception': False}
894+
{'args': '-al'}
895+
'environ': {'DISPLAY': ':1'}}
897896
898897
>>> cli.inputs.get_hashval()[0][0]
899898
('args', '-al')

nipype/interfaces/freesurfer/tests/test_FSSurfaceCommand.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@ def test_FSSurfaceCommand_inputs():
1111
input_map = dict(
1212
args=dict(argstr='%s'),
1313
environ=dict(nohash=True, usedefault=True),
14-
ignore_exception=dict(nohash=True, usedefault=True),
1514
subjects_dir=dict(),
16-
terminal_output=dict(nohash=True),
1715
)
1816
inputs = FSSurfaceCommand.input_spec()
1917

nipype/interfaces/tests/test_auto_SEMLikeCommandLine.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,6 @@ def test_SEMLikeCommandLine_inputs():
99
environ=dict(nohash=True,
1010
usedefault=True,
1111
),
12-
ignore_exception=dict(nohash=True,
13-
usedefault=True,
14-
),
15-
terminal_output=dict(deprecated='1.0.0',
16-
nohash=True,
17-
),
1812
)
1913
inputs = SEMLikeCommandLine.input_spec()
2014

nipype/testing/data/smri_ants_registration_settings.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@
7777
]
7878
],
7979
"interpolation": "Linear",
80-
"ignore_exception": false,
8180
"use_estimate_learning_rate_once": [
8281
true,
8382
true,

0 commit comments

Comments
 (0)