moble / spherical_functions

Python/numba package for evaluating Wigner D matrices and spin-weighted spherical harmonics
MIT License
52 stars 11 forks source link

from_euler_angles mistype #16

Closed oops25 closed 9 years ago

oops25 commented 9 years ago

Probably there is mistake in the name of function in WignerD.py script, line 97. The capital "E" is used, but function defined using only lower case letters.

written : R = quaternion.from_Euler_angles(args[0], args[1], args[2]) should be: R = quaternion.from_euler_angles(args[0], args[1], args[2])

moble commented 9 years ago

Thanks for pointing that out! I've fixed it and added a test.