Skip to content

Commit

Permalink
fix: linspace signature (#62)
Browse files Browse the repository at this point in the history
Signed-off-by: nstarman <nstarman@users.noreply.github.com>
  • Loading branch information
nstarman authored Jul 20, 2024
1 parent f9a6a0e commit 79c657e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/quaxed/numpy/_creation_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,8 @@ def full_like(
def linspace( # noqa: PLR0913
start: ArrayLike,
stop: ArrayLike,
/,
num: int,
/,
*,
endpoint: bool = True,
retstep: bool = False,
Expand Down

0 comments on commit 79c657e

Please sign in to comment.