Skip to content

Commit 54fc107

Browse files
orduekeffigies
andauthored
Update nibabel/freesurfer/tests/test_mghformat.py
Co-Authored-By: Chris Markiewicz <[email protected]>
1 parent 165da32 commit 54fc107

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nibabel/freesurfer/tests/test_mghformat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ def test_mghheader_default_structarr():
323323
assert_array_equal(hdr['delta'], 1)
324324
assert_array_equal(hdr['Mdc'], [[-1, 0, 0], [0, 0, 1], [0, -1, 0]])
325325
assert_array_equal(hdr['Pxyz_c'], 0)
326-
assert hdr['tr'] ==0
326+
assert hdr['tr'] == 0
327327
assert hdr['flip_angle'] == 0
328328
assert hdr['te'] == 0
329329
assert hdr['ti'] == 0

0 commit comments

Comments
 (0)