Skip to content

Commit a3a2517

Browse files
committed
Merge branch 'test/pytest_freesurfer' of https://github.com/orduek/nibabel into test/pytest_freesurfer
Changes
2 parents 27ef400 + 54fc107 commit a3a2517

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

nibabel/freesurfer/tests/test_mghformat.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828

2929
from numpy.testing import assert_array_equal, assert_array_almost_equal, assert_almost_equal
3030

31-
3231
from ...testing_pytest import data_path
3332

3433
from ...tests import test_spatialimages as tsi
@@ -324,7 +323,7 @@ def test_mghheader_default_structarr():
324323
assert_array_equal(hdr['delta'], 1)
325324
assert_array_equal(hdr['Mdc'], [[-1, 0, 0], [0, 0, 1], [0, -1, 0]])
326325
assert_array_equal(hdr['Pxyz_c'], 0)
327-
assert hdr['tr'] ==0
326+
assert hdr['tr'] == 0
328327
assert hdr['flip_angle'] == 0
329328
assert hdr['te'] == 0
330329
assert hdr['ti'] == 0

0 commit comments

Comments
 (0)