Skip to content

Commit

Permalink
Merge pull request #24952 from jakevdp:fix-pyi
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 697698420
  • Loading branch information
Google-ML-Automation committed Nov 18, 2024
2 parents 6fe7b17 + 5bebd0f commit 70b05f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jax/numpy/__init__.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@ def log10(x: ArrayLike, /) -> Array: ...
def log1p(x: ArrayLike, /) -> Array: ...
def log2(x: ArrayLike, /) -> Array: ...
logaddexp: BinaryUfunc
logaddex2: BinaryUfunc
logaddexp2: BinaryUfunc
logical_and: BinaryUfunc
def logical_not(x: ArrayLike, /) -> Array: ...
logical_or: BinaryUfunc
Expand Down

0 comments on commit 70b05f6

Please sign in to comment.