Skip to content

Commit bbc36d7

Browse files
orduekeffigies
andauthored
Update nibabel/freesurfer/tests/test_io.py
Co-Authored-By: Chris Markiewicz <[email protected]>
1 parent e8965c1 commit bbc36d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nibabel/freesurfer/tests/test_io.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ def test_write_morph_data():
156156
for shape in okay_shapes:
157157
write_morph_data('test.curv', values.reshape(shape))
158158
# Check ordering is preserved, regardless of shape
159-
assert np.array_equal(read_morph_data('test.curv') ,values)
159+
assert np.array_equal(read_morph_data('test.curv'), values)
160160
with pytest.raises(ValueError):
161161
write_morph_data('test.curv', np.zeros(shape), big_num)
162162
# Windows 32-bit overflows Python int

0 commit comments

Comments
 (0)