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 bc96348 commit 2ace3efCopy full SHA for 2ace3ef
nibabel/streamlines/tests/test_array_sequence.py
@@ -328,4 +328,4 @@ def test_concatenate():
328
seqs = [seq[:, [i]] for i in range(seq.common_shape[0])]
329
new_seq = concatenate(seqs, axis=0)
330
assert_true(len(new_seq), seq.common_shape[0] * len(seq))
331
- assert_array_equal(new_seq._data, seq._data.T.reshape((-1, 1)))
+ assert_array_equal(new_seq._data, seq._data.T.reshape((-1, 0)))
0 commit comments