Skip to content

Commit 0d61e58

Browse files
committed
.
1 parent 6b4d356 commit 0d61e58

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

array_api_tests/test_searching_functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ def test_top_k(x, mode_kw, data,):
369369
)
370370
try:
371371

372-
print(x.dtype, k, axis, axis_kw)
372+
print(x.dtype, k, axis, axis_kw, mode_kw)
373373

374374
out_values, out_indices = xp.top_k(x, k, **axis_kw, **mode_kw)
375375

0 commit comments

Comments
 (0)