david-cortes / approxcdf

(Python, R, C) Fast approximations for the CDF of multivariate normal distributions
http://approxcdf.readthedocs.io
BSD 3-Clause "New" or "Revised" License
18 stars 5 forks source link

Fix Python installs by adding 'import warnings' to setup.py #1

Closed norabelrose closed 11 months ago

norabelrose commented 11 months ago

Currently setup.py crashes because it fails to import the warnings module; this PR fixes this problem.

david-cortes commented 11 months ago

Thanks, merged.