You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
diff() potentially takes multiple arrays as input (x, prepend, and append). But it doesn't specify if they should type promote together, or if the standard is only defined when prepend and append have the same data type as x
diff()
potentially takes multiple arrays as input (x
,prepend
, andappend
). But it doesn't specify if they should type promote together, or if the standard is only defined whenprepend
andappend
have the same data type asx
https://data-apis.org/array-api/draft/API_specification/generated/array_api.diff.html#diff
The text was updated successfully, but these errors were encountered: