dpnp.unique
with equal_nan=True
and axis
specified gives incorrect output for an input with NaNs
#2325
Labels
bug
Something isn't working
More or less identical to NumPy issue: numpy/numpy#23286
Expected result is
[ 0. 1. 2. nan]
The text was updated successfully, but these errors were encountered: