BlueBrain / morph-tool

https://morph-tool.readthedocs.org/
GNU Lesser General Public License v3.0
8 stars 7 forks source link

Fix scipy breaking change in 1.6.0 #41

Closed wizmer closed 3 years ago

wizmer commented 3 years ago

'scipy.spatial.transform.rotation.Rotation' object has no attribute 'as_dcm'

'as_dcm' is actually the same as 'as_matrix'

https://docs.scipy.org/doc/scipy-1.4.0/reference/generated/scipy.spatial.transform.Rotation.as_dcm.html

wizmer commented 3 years ago

Thanks !