-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not working with Adjoint type? #82
Comments
Materializing the transpose is likely much better for performance since that keeps the coordinates of a point close in memory. |
@KristofferC By the way, KDTree is not working with array of int-s also. Is it intentional? |
This works now
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Imagine you have a dataset X, then it is naturally to write something like:
It does not working right now. Instead, one should write two times:
Can it be fixed?
The text was updated successfully, but these errors were encountered: