We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c91360b commit d19c1a2Copy full SHA for d19c1a2
array_api_compat/common/_aliases.py
@@ -109,9 +109,9 @@ def full(
109
def full_like(
110
x: ndarray,
111
/,
112
- xp,
113
fill_value: Union[int, float],
114
*,
+ xp,
115
dtype: Optional[Dtype] = None,
116
device: Optional[Device] = None,
117
) -> ndarray:
@@ -122,9 +122,9 @@ def linspace(
122
start: Union[int, float],
123
stop: Union[int, float],
124
125
126
num: int,
127
128
129
130
endpoint: bool = True,
0 commit comments