tobac icon indicating copy to clipboard operation
tobac copied to clipboard

Add PBC support to `merge_split_MEST`

Open w-k-jones opened this issue 1 year ago • 0 comments

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-learn BallTree distance search approach used in feature detection. This would replace the cdist 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

w-k-jones avatar Nov 29 '23 10:11 w-k-jones