Skip to content

Commit a1977c9

Browse files
committed
fix jax errors
1 parent 73b7e59 commit a1977c9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

array_api_compat/jax/__init__.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
# functions
2727
zeros,
2828
all,
29+
any,
2930
isnan,
3031
isfinite,
3132
reshape
@@ -81,4 +82,4 @@ def top_k(
8182
'int64', 'uint8', 'uint16', 'uint32', 'uint64',
8283
'complex64', 'complex128', 'iinfo', 'finfo',
8384
'can_cast', 'result_type', 'zeros', 'all', 'isnan',
84-
'isfinite', 'reshape']
85+
'isfinite', 'reshape', 'any']

0 commit comments

Comments
 (0)