Skip to content

Commit 64d6bd5

Browse files
authored
removing slicing error ([0, 1],) * 2,
GXCS allows for multiple iterable indices.
1 parent 81a55a3 commit 64d6bd5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_compressed.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,6 @@ def test_advanced_indexing(index):
163163
0.5,
164164
[0.5],
165165
{'potato': 'kartoffel'},
166-
([0, 1],) * 2,
167166
([[0, 1]],),
168167
])
169168
def test_slicing_errors(index):

0 commit comments

Comments
 (0)