Skip to content

Commit 3d4ee0d

Browse files
author
jax authors
committed
Merge pull request #21791 from jakevdp:remove-deprecated
PiperOrigin-RevId: 642068297
2 parents 956226c + 266028f commit 3d4ee0d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

jax/_src/numpy/lax_numpy.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1724,8 +1724,6 @@ def interp(x: ArrayLike, xp: ArrayLike, fp: ArrayLike,
17241724
return jitted_interp(x, xp, fp, left, right, period)
17251725

17261726

1727-
_DEPRECATED_WHERE_ARG = object()
1728-
17291727
@overload
17301728
def where(condition: ArrayLike, x: Literal[None] = None,
17311729
y: Literal[None] = None, /, *, size: int | None = None,

0 commit comments

Comments
 (0)