-
Notifications
You must be signed in to change notification settings - Fork 657
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Using Capped distance in distance selections (#2035)
* modified capped function for faster computations, added search_tree in pkdtree, added tests, updated Changlog * updated docs, added cutoff in determine methods * safety condition added for bruteforce method * added _apply_nsgrid to selections * Removed dependency on kdtree flags, substituted capped_distance in class Distance based selection + point selection except CylindricalSelection * changed determine_method * minor correction for failed tests * updated CHANGELOG * minor flake8 corrections
- Loading branch information
1 parent
d2e22ff
commit e396630
Showing
3 changed files
with
66 additions
and
125 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters