Skip to content

Commit 4f9074d

Browse files
Stefano Moiaoesteban
andauthored
Update nitransforms/tests/test_nonlinear.py
Co-Authored-By: Oscar Esteban <[email protected]>
1 parent 76d4c14 commit 4f9074d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nitransforms/tests/test_nonlinear.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ def test_itk_disp_load_intent():
5151
assert field.header.get_intent()[0] == 'vector'
5252

5353

54+
@pytest.mark.xfail(reason="Oblique datasets not fully implemented")
5455
@pytest.mark.parametrize('image_orientation', ['RAS', 'LAS', 'LPS', 'oblique'])
5556
@pytest.mark.parametrize('sw_tool', ['itk', 'afni'])
5657
@pytest.mark.parametrize('axis', [0, 1, 2, (0, 1), (1, 2), (0, 1, 2)])

0 commit comments

Comments
 (0)