TrystanScottLambert / pyFoF

Python package to perform group finding in redshift surveys.
MIT License
0 stars 2 forks source link

Renaming Cumtrapz #78

Open TrystanScottLambert opened 2 months ago

TrystanScottLambert commented 2 months ago

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.