Open AndySAnker opened 1 month ago
scipy.integrate.cumtrapz is from an old version of scipy. I believe cumulative_trapezoid can be used instead.
Hi @AndySAnker , Thanks for pointing that out. This has now been fixed in PR #3
scipy.integrate.cumtrapz is from an old version of scipy. I believe cumulative_trapezoid can be used instead.