summaryrefslogtreecommitdiff
path: root/src/python/test/test_knn.py
AgeCommit message (Collapse)Author
2020-04-20Explicitly pass sort_results=True on some testsMarc Glisse
2020-04-13enable_autodiff with keopsMarc Glisse
This doesn't seem like the best way to handle it, we may want to handle it like a wrapper that gets the indices from knn (whatever backend) and then computes the distances.
2020-04-12Parallelize the "precomputed" case of knnMarc Glisse
It is supposed to be possible to compile numpy with openmp, but it looks like it isn't done in any of the usual packages. It may be possible to refactor that code so there is less redundancy.
2020-04-11Use longer namesMarc Glisse
2020-03-28Missing testMarc Glisse