sot / Quaternion

Quaternion manipulation
https://sot.github.io/Quaternion
BSD 3-Clause "New" or "Revised" License
3 stars 7 forks source link

Use astropy.utils.shapes instead of copied version #43

Closed taldcroft closed 10 months ago

taldcroft commented 10 months ago

Description

The Quaternion/shapes.py module was copied from astropy at the time when that module was only in astropy master. Now it is in the release and we can just import it from astropy.

Interface impacts

None

Testing

Unit tests

Independent check of unit tests by [REVIEWER NAME]

Functional tests

No functional testing.