We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8965c1 commit bbc36d7Copy full SHA for bbc36d7
nibabel/freesurfer/tests/test_io.py
@@ -156,7 +156,7 @@ def test_write_morph_data():
156
for shape in okay_shapes:
157
write_morph_data('test.curv', values.reshape(shape))
158
# Check ordering is preserved, regardless of shape
159
- assert np.array_equal(read_morph_data('test.curv') ,values)
+ assert np.array_equal(read_morph_data('test.curv'), values)
160
with pytest.raises(ValueError):
161
write_morph_data('test.curv', np.zeros(shape), big_num)
162
# Windows 32-bit overflows Python int
0 commit comments