Python-KD-Tree icon indicating copy to clipboard operation
Python-KD-Tree copied to clipboard

Fix error caused by numpy sorting

Open egnima opened this issue 1 year ago • 0 comments

When sorting a numpy array, it crashes because the default numpy sort doesn't support a custom key function. This commit fixes that without directly importing numpy. See Issue #7

egnima avatar Apr 14 '24 18:04 egnima