Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 991 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 991 Bytes

torch-angular-search

License PyPI Python Version CI codecov

Generate uniform 3D euler angles (ZYZ)

Install via source using

pip install -e .

And for development and testing use

pip install -e ".[dev,test]"

Make sure to run tests before any commits:

python -m pytest