kiranvad / Amplitude-Phase-Distance

A light-weight repository to compute Amplitude Phase distance between two functions
GNU General Public License v3.0
2 stars 1 forks source link

scipy.integrate.cumtrapz is from old version of scipy #4

Open AndySAnker opened 1 month ago

AndySAnker commented 1 month ago

scipy.integrate.cumtrapz is from an old version of scipy. I believe cumulative_trapezoid can be used instead.

kiranvad commented 1 week ago

Hi @AndySAnker , Thanks for pointing that out. This has now been fixed in PR #3