Skip to content

Commit 5c803ba

Browse files
committed
FIX: Remove test for unused ANTs registration flag
Should fix the test suite.
1 parent 5b234bb commit 5c803ba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

nipype/interfaces/ants/tests/test_auto_Registration.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
def test_Registration_inputs():
66
input_map = dict(args=dict(argstr='%s',
77
),
8-
collapse_linear_transforms_to_fixed_image_header=dict(argstr='%s',
9-
usedefault=True,
10-
),
8+
# collapse_linear_transforms_to_fixed_image_header=dict(argstr='%s',
9+
# usedefault=True,
10+
# ),
1111
collapse_output_transforms=dict(argstr='--collapse-output-transforms %d',
1212
usedefault=True,
1313
),

0 commit comments

Comments
 (0)