scikit-learn-contrib / py-earth

A Python implementation of Jerome Friedman's Multivariate Adaptive Regression Splines
http://contrib.scikit-learn.org/py-earth/
BSD 3-Clause "New" or "Revised" License
455 stars 121 forks source link

require the version of scipy to be >= 0.16 #144

Closed mehdidc closed 7 years ago

mehdidc commented 7 years ago

Fix issue #138. The minimal version of scipy should be 0.16, installing py-earth with scipy versions from 0.13 to 0.15 triggered the same error in #137.

mehdidc commented 7 years ago

It seems a segmentation fault happens in pyearth.tests.test_earth.test_check_estimator, I also get when using the master repo.

jcrudy commented 7 years ago

@mehdidc Thanks for the fix and finding that segfault bug. Merging this into master after fixing the segfault.