You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 v1.14.
The text was updated successfully, but these errors were encountered:
Describe the bug
I'm getting an import error
cannot import name 'trapz' from 'scipy.integrate'
. It seemstrapz
was renamed totrapezoid
in scipy v1.6 and has now been removed in v1.14.The text was updated successfully, but these errors were encountered: