We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59c8dba commit 6dc7b1cCopy full SHA for 6dc7b1c
nipype/interfaces/fsl/tests/test_preprocess.py
@@ -569,10 +569,3 @@ def test_first_genfname():
569
value = first._gen_fname(name='original_segmentations')
570
expected_value = os.path.abspath('segment_all_none_origsegs.nii.gz')
571
assert value == expected_value
572
-
573
574
-@pytest.mark.skipif(no_fsl(), reason="fsl is not installed")
575
-def test_deprecation():
576
- interface = fsl.ApplyXfm()
577
- assert isinstance(interface, fsl.ApplyXFM)
578
0 commit comments