Closed danni closed 2 years ago
The compare method isn't consistent in its handling of NaNs. It should sort NaN values consistently. At the moment it breaks the sorting as calls to the compare function return surprise values.
compare
Thanks for reporting! This should be fixed now in v0.8.5.
The
compare
method isn't consistent in its handling of NaNs. It should sort NaN values consistently. At the moment it breaks the sorting as calls to the compare function return surprise values.