ucl-exoplanets / ExoTETHyS

GNU General Public License v3.0
17 stars 3 forks source link

Incompatibility with scipy 1.14.0 because of simps being renamed to simpson #32

Closed chakhdin closed 1 month ago

chakhdin commented 1 month ago

Incompatibility with scipy 1.14.0 because of scipy.integrate.simps being renamed to simpson.

gmorello commented 1 month ago

Thanks for spotting this! I changed simps with simpson everywhere, and it seems working. Let me know in case there are other related issues.