Similar to https://github.com/sot/cxotime/pull/43, this adds a descriptor that facilitates make a dataclass with a Quat attribute initialized from a QuatLike input.
===================================================== 72 passed in 2.89s ======================================================
Independent check of unit tests by [REVIEWER NAME]
- [ ] [PLATFORM]:
### Functional tests
<!-- Describe and document results of any functional tests, otherwise leave the text below -->
No functional testing.
Description
Similar to https://github.com/sot/cxotime/pull/43, this adds a descriptor that facilitates make a
dataclass
with aQuat
attribute initialized from aQuatLike
input.Requires
Interface impacts
None except adds
QuatDescr
andQuatLike
to the public API.Testing
Unit tests
Quaternion/tests/test_all.py .............................................. [ 63%] Quaternion/tests/test_shaped.py .......................... [100%]
===================================================== 72 passed in 2.89s ======================================================