cosanlab / nltools

Python toolbox for analyzing imaging data
https://nltools.org
MIT License
120 stars 42 forks source link

Replace custom stats.procrustes with scipy import #417

Open ejolly opened 1 year ago

ejolly commented 1 year ago

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