Skip to content

Commit 9dc222b

Browse files
committed
Update test to reflect change in dpctl API
1 parent 6a81e55 commit 9dc222b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpnp/tests/test_array_api_info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def test_capabilities():
1818
caps = info.capabilities()
1919
assert caps["boolean indexing"] is True
2020
assert caps["data-dependent shapes"] is True
21-
assert caps["max dimensions"] == 64
21+
assert caps["max dimensions"] == None
2222

2323

2424
def test_default_device():

0 commit comments

Comments
 (0)