mfouesneau / pyphot

suite to deal with passband photometry
https://mfouesneau.github.io/pyphot/
MIT License
57 stars 18 forks source link

replaced calls to scipy.integrate.trapz with scipy.integrate.trapezoid #56

Closed stefanarseneau closed 2 months ago

stefanarseneau commented 2 months ago

Re issue #55, scipy.integrate.trazp was renamed to scipy.integrate.trapezoid in v1.6.0 and removed in v1.14.0. This causes importing pyphot to fail. I replaced all calls to the former function with the latter.

mfouesneau commented 2 months ago