tommyod / KDEpy

Kernel Density Estimation in Python
https://kdepy.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
584 stars 90 forks source link

Fix setup.py after #89 removed `cutils.c` file #137

Closed snowdrop4 closed 1 year ago

snowdrop4 commented 1 year ago

Commit #89 removed the cutils.c file. The setup.py file, however, was not updated to reflect this change.

If, for whatever reason, the numpy or Cython import statements failed, then an attempt at building KDEpy would produce an error message about the cutils.c file not existing, and the build would fail.

tommyod commented 1 year ago

I greatly appreciate this work! So nice of you to do housekeeping and clean up after my mess :)