Skip to content

Commit

Permalink
Update _set_functions.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Illviljan committed Sep 24, 2024
1 parent 00115d1 commit 6cf9fae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xarray/namedarray/_array_api/_set_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def unique_all(x: NamedArray[Any, Any], /) -> UniqueAllResult:
return UniqueAllResult(
NamedArray(_dims, values),
NamedArray(_dims, indices),
NamedArray(_dims, inverse_indices),
NamedArray(_flatten_dims(x.dims), inverse_indices),
NamedArray(_dims, counts),
)

Expand Down

0 comments on commit 6cf9fae

Please sign in to comment.