Matt Tankersley
Results
33
issues of
Matt Tankersley
# Replace scipy.integrate `trapz` with `trapezoid` scipy.integrate `trapz` was renamed `trapezoid` and the `trapz` alias has now been removed. This PR replaces `trapz` with `trapezoid`. ## Description This should fix...
**Describe the bug** I'm getting an import error `cannot import name 'trapz' from 'scipy.integrate'`. It seems `trapz` was renamed to `trapezoid` in scipy v1.6 and has now been removed in...
bug