Skip to content

Commit de9f2b0

Browse files
Update nibabel/nicom/tests/test_dicomwrappers.py
Co-authored-by: Chris Markiewicz <[email protected]>
1 parent d8d3a44 commit de9f2b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nibabel/nicom/tests/test_dicomwrappers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,7 @@ def test_image_position(self):
630630
def test_affine(self):
631631
# Make sure we find orientation/position/spacing info
632632
dw = didw.wrapper_from_file(DATA_FILE_4D)
633-
_ = dw.affine
633+
dw.affine
634634

635635
@dicom_test
636636
@pytest.mark.xfail(reason='Not packaged in install', raises=FileNotFoundError)

0 commit comments

Comments
 (0)