Skip to content

Commit 5c2027d

Browse files
committed
Uwu
1 parent cfd838d commit 5c2027d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Diff for: .github/workflows/array-api-tests-jax.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ jobs:
77
uses: ./.github/workflows/array-api-tests.yml
88
with:
99
package-name: jax
10-
pytest-extra-args: -k top_k
10+
pytest-extra-args: ./array-api-tests/array-api-tests/test_searching_functions.py::test_top_k

Diff for: array_api_compat/jax/__init__.py

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1+
from jax.numpy import * # quick hack
12
from jax import *
23

4+
35
def top_k(
46
x,
57
k,

0 commit comments

Comments
 (0)