Skip to content

Commit 604a3df

Browse files
committed
rebase and add unit test case for indexing with lists
1 parent 96b7b73 commit 604a3df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

control/tests/statesp_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ def test_array_access_ss_failure(self):
486486
(slice(None, None, 1), slice(None, None, 2)),
487487
(0, slice(1, 2, 1)),
488488
(slice(0, 1, 1), slice(1, 2, 1)),
489-
# ([0, 1], [0]), # lists of indices
489+
([0, 1], [0]), # lists of indices
490490
])
491491
@pytest.mark.parametrize("named", [False, True])
492492
def test_array_access_ss(self, outdx, inpdx, named):

0 commit comments

Comments
 (0)