Bug: unique_values
/unique_counts
: NaNs should not be treated as equal
#855
Labels
unique_values
/unique_counts
: NaNs should not be treated as equal
#855
Uh oh!
There was an error while loading. Please reload this page.
sparse version checks
Describe the bug
The Array API specification states for
unique_*
functions:In other words, it dictates behaviour equal to
np.unique(..., equal_nan=False)
.sparse.unique_*
functions however treat NaNs as equal.Steps or code to reproduce the bug
Please describe your system.
sparse 0.16.0b4
The text was updated successfully, but these errors were encountered: