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 299290c commit cfa209aCopy full SHA for cfa209a
nibabel/nicom/tests/test_dicomwrappers.py
@@ -622,12 +622,14 @@ def test_image_position(self):
622
assert MFW(fake_mf).image_position.dtype == float
623
624
@dicom_test
625
+ @pytest.mark.xfail(reason='Not packaged in install', raises=FileNotFoundError)
626
def test_affine(self):
627
# Make sure we find orientation/position/spacing info
628
dw = didw.wrapper_from_file(DATA_FILE_4D)
629
aff = dw.affine
630
631
632
633
def test_data_real(self):
634
# The data in this file is (initially) a 1D gradient so it compresses
635
# well. This just tests that the data ordering produces a consistent
0 commit comments