Python-KD-Tree
Python-KD-Tree copied to clipboard
Fix error caused by numpy sorting
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