Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

Fix scipy breaking change

Choose a tag to compare

@wizmer wizmer released this 04 Jan 14:53
· 72 commits to master since this release
a326595
Fix scipy breaking change in 1.6.0 (#41)

'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