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 a3aedc7 commit 09f5de5Copy full SHA for 09f5de5
nibabel/streamlines/tests/test_array_sequence.py
@@ -312,5 +312,5 @@ def test_concatenate():
312
seq = SEQ_DATA['seq']
313
seqs = [seq[:, [i]] for i in range(seq.common_shape[0])]
314
new_seq = concatenate(seqs, axis=0)
315
- assert_true(len(new_seq), seq.common_shape[0]*len(seq))
+ assert_true(len(new_seq), seq.common_shape[0] * len(seq))
316
assert_array_equal(new_seq._data, seq._data.T.reshape((-1, 1)))
0 commit comments