Skip to content

Commit 292bc0d

Browse files
committed
Fix __getitem__ and __setitem__ signatures test example argument
1 parent b2f3a77 commit 292bc0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

array_api_tests/test_signatures.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def example_argument(arg, func_name, dtype):
8383
full_matrices=False,
8484
k=1,
8585
keepdims=True,
86-
key=0,
86+
key=(0, 0),
8787
indexing='ij',
8888
mode='complete',
8989
n=2,

0 commit comments

Comments
 (0)