Skip to content

Commit 1684a9d

Browse files
Update nibabel/cifti2/tests/test_cifti2io_header.py
Co-authored-by: Chris Markiewicz <[email protected]>
1 parent f57f5cb commit 1684a9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nibabel/cifti2/tests/test_cifti2io_header.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838

3939
def test_space_separated_affine():
40-
_ = ci.Cifti2Image.from_filename(pjoin(NIBABEL_TEST_DATA, 'row_major.dconn.nii'))
40+
ci.Cifti2Image.from_filename(pjoin(NIBABEL_TEST_DATA, 'row_major.dconn.nii'))
4141

4242

4343
def test_read_nifti2():

0 commit comments

Comments
 (0)