Skip to content

Commit 145ae8c

Browse files
committed
Merge remote-tracking branch 'upstream/master' into tran
2 parents 42bdf87 + 799d3f3 commit 145ae8c

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

nipype/algorithms/tests/test_auto_ACompCor.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
def test_ACompCor_inputs():
77
input_map = dict(
88
components_file=dict(usedefault=True, ),
9+
failure_mode=dict(usedefault=True, ),
910
header_prefix=dict(),
1011
high_pass_cutoff=dict(usedefault=True, ),
1112
ignore_initial_volumes=dict(usedefault=True, ),

nipype/algorithms/tests/test_auto_TCompCor.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
def test_TCompCor_inputs():
77
input_map = dict(
88
components_file=dict(usedefault=True, ),
9+
failure_mode=dict(usedefault=True, ),
910
header_prefix=dict(),
1011
high_pass_cutoff=dict(usedefault=True, ),
1112
ignore_initial_volumes=dict(usedefault=True, ),

tools/build_interface_docs.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
'\.pipeline\.s3_node_wrapper$',
4242
'\.testing',
4343
'\.scripts',
44+
'\.conftest',
4445
]
4546
docwriter.class_skip_patterns += [
4647
'AFNICommand',

0 commit comments

Comments
 (0)