Closed rrjbca closed 2 months ago
numpy.trapz is deprecated; use scipy.integrate.trapezoid instead. Note that in numpy 2.0 the alias numpy.trapezoid was added, but to maintain backwards compatibility with numpy 1.x we follow the suggestion of using the scipy method instead.
Description
numpy.trapz is deprecated; use scipy.integrate.trapezoid instead. Note that in numpy 2.0 the alias numpy.trapezoid was added, but to maintain backwards compatibility with numpy 1.x we follow the suggestion of using the scipy method instead.
Checklist