moble / spherical_functions

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

Find npy data #13

Closed moble closed 9 years ago

moble commented 9 years ago

In cb6d0ea, I include copying the three data files in the installation of the package. But now, when loading from some directory that doesn't have those data files, __init__ can't find them. I need to point to the installation directory somehow -- using __file__, I guess.