cnuernber / dtype-next

A Clojure library designed to aid in the implementation of high performance algorithms and systems.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Argsort needs to work sanely with NaN

cnuernber opened this issue · comments

Either first, last, or error with an option for each and the default being last. The current behavior, NaN stays in place, is not an ideal behavior.