Add PBC support to merge_split_MEST
#371
Labels
enhancement
Addition of new features, or improved functionality of existing features
Milestone
Adding support for periodic boundary conditions in
merge_split_MEST
would be a nice goal during the v1.5.x release cycle. This could be done using the scikit-learnBallTree
distance search approach used in feature detection. This would replace thecdist
distance search approach, which can cause memory issues for calculating merges/splits for large numbers of cells.I'm working on adding this, but may need support from @kelcyno if I run into any unexpected issues
The text was updated successfully, but these errors were encountered: