dangilman / pyHalo

A python toolkit for rendering populations of dark matter halos for gravitational lensing simulations
MIT License
22 stars 13 forks source link

Change scipy.integrate.simps to scipy.integrate.simpson #62

Closed michael7198 closed 2 weeks ago

michael7198 commented 3 weeks ago

Replaced instances of "from scipy.integrate import simps" to "from scipy.integrate import simpson as simps". This will break compatibility with scipy<1.6.0 but will enable use of scipy>=1.14.0.

codecov-commenter commented 2 weeks ago

Welcome to Codecov :tada:

Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests.

Thanks for integrating Codecov - We've got you covered :open_umbrella: