experimental-design / bofire

Experimental design and (multi-objective) bayesian optimization.
https://experimental-design.github.io/bofire/
BSD 3-Clause "New" or "Revised" License
155 stars 20 forks source link

Compatibility fix for latest scipy #411

Closed jduerholt closed 3 weeks ago

jduerholt commented 3 weeks ago

This PR fixes a renaming issue in the latest scipy release. scipy.integrate.simps was renamed to scipy.integrate.simpson.

cc: @bertiqwerty @TobyBoyne