experimental-design / bofire

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

remove try-catch from scipy import #418

Closed bertiqwerty closed 1 month ago

bertiqwerty commented 2 months ago

Code-cleanup. As discussed with Johannes, this PR removes a try-catch block around an import of scipy.integrate.simpson making BoFire incompatible to Scipy-versions (<1.6) where it was called scipy.integrate.simps.