The new version of scipy has renamed scipy.integrate.cumtrapz to the more appropriate (and less funny) scipy.integrate.cumulative_trapezoid().
We should probably update the code so that people can use the most up to date version of scipy. The new version of the group finder should 100% have this change included. We will just have to update the dependencies.
The new version of scipy has renamed scipy.integrate.cumtrapz to the more appropriate (and less funny) scipy.integrate.cumulative_trapezoid().
We should probably update the code so that people can use the most up to date version of scipy. The new version of the group finder should 100% have this change included. We will just have to update the dependencies.