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 3fc0593 commit 538d4ddCopy full SHA for 538d4dd
nibabel/streamlines/tests/test_array_sequence.py
@@ -323,3 +323,6 @@ def test_save_and_load_arraysequence(self):
323
assert_array_equal(loaded_seq._data, seq._data)
324
assert_array_equal(loaded_seq._offsets, seq._offsets)
325
assert_array_equal(loaded_seq._lengths, seq._lengths)
326
+
327
+ # Make sure we can add new elements to it.
328
+ loaded_seq.append(SEQ_DATA['data'][0])
0 commit comments