nltools icon indicating copy to clipboard operation
nltools copied to clipboard

Replace custom stats.procrustes with scipy import

Open ejolly opened this issue 1 year ago • 0 comments

Our stats.procrustes is literally just the source code for scipy.spatial.procrustes so we should replace it with an import: https://github.com/cosanlab/nltools/blob/8f034dbbbb788fc09cda9be3bd26cdf5eb5e421f/nltools/stats.py#L1435

ejolly avatar Jun 03 '23 18:06 ejolly