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 17 forks source link

Removes RSH caching #35

Closed dgasmith closed 5 years ago

dgasmith commented 5 years ago

Removes RSH from-disk caching as it has been leading to several errors. At the moment AM 0-8 RSH build takes ~16 milliseconds. As caching was originally created to avoid mpmath install errors and we have deprecated mpmath in favour of the Python base module decimal this can safely be removed.

codecov-io commented 5 years ago

Codecov Report

Merging #35 into master will increase coverage by 0.06%. The diff coverage is 100%.