dgasmith / gau2grid

Fast computation of a gaussian and its derivative on a grid.
https://gau2grid.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
29 stars 15 forks source link

python install does not copy data directory #29

Closed hokru closed 5 years ago

hokru commented 5 years ago

Using python setup.py install (miniconda python) the data directory is missing and needs to be copied manually to the correct location.

dgasmith commented 5 years ago

Thanks, should be fixed in 69e0080, can you try once more?

hokru commented 5 years ago

yes, it works now. Thanks!