Skip to content

Commit

Permalink
Merge pull request #22594 from jakevdp:compress-pyi
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 655231601
  • Loading branch information
jax authors committed Jul 23, 2024
2 parents ac4a7b1 + a88a4b1 commit 13e42ad
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 @@ -204,7 +204,7 @@ complex64: Any
complex_: Any
complexfloating = _np.complexfloating
def compress(condition: ArrayLike, a: ArrayLike, axis: int | None = ...,
out: None = ...) -> Array: ...
size: int | None = ..., fill_value: ArrayLike = ..., out: None = ...) -> Array: ...
def concat(arrays: Sequence[ArrayLike], /, *, axis: int | None = 0) -> Array: ...
def concatenate(
arrays: _np.ndarray | Array | Sequence[ArrayLike],
Expand Down

0 comments on commit 13e42ad

Please sign in to comment.