POSYDON-code / POSYDON

POSYDON is a next-generation single and binary-star population synthesis code incorporating full stellar structure and evolution modeling with the use of MESA.
BSD 3-Clause "New" or "Revised" License
29 stars 19 forks source link

Replace scipy.integrate.simps call with scipy.integrate.simpson call #344

Closed maxbriel closed 2 months ago

maxbriel commented 3 months ago

Replaces the simps function call with simpson. This is the only call to this function.

This call has been deprecated in scipy 1.14.0.

No additional version limit is required than our current 1.10.1, since simpson is already present in 1.7.0 of scipy.