We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 299290c commit 44408b6Copy full SHA for 44408b6
nibabel/nicom/tests/test_dicomwrappers.py
@@ -628,6 +628,7 @@ def test_affine(self):
628
aff = dw.affine
629
630
@dicom_test
631
+ @pytest.mark.xfail(reason='Not packaged in install', raises=FileNotFoundError)
632
def test_data_real(self):
633
# The data in this file is (initially) a 1D gradient so it compresses
634
# well. This just tests that the data ordering produces a consistent
0 commit comments