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 c544b89 commit af40039Copy full SHA for af40039
nibabel/cifti2/tests/test_cifti2.py
@@ -392,7 +392,7 @@ def test_matrix():
392
m[0] = mim_1
393
assert list(m.mapped_indices) == [1]
394
m.insert(0, mim_0)
395
- assert list(sorted(m.mapped_indices)) == [0, 1]
+ assert sorted(m.mapped_indices) == [0, 1]
396
assert h.number_of_mapped_indices == 2
397
assert h.get_index_map(0) == mim_0
398
assert h.get_index_map(1) == mim_1
0 commit comments