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
Since scipy 1.14, integrate.cumtrapz has been removed in favour of integrate.cumulative_trapezoid. This is causing coast to fail to import when the latest versions of scipy are installed.
From my quick look at things, changing the transect script to import this new description should fix this behaviour.
Expected Behavior
import coast should have run without error.
Steps To Reproduce
With a newish version of scipy installed (1.14 or later): import coast
Is there an existing issue for this?
Current Behavior
Since
scipy
1.14,integrate.cumtrapz
has been removed in favour ofintegrate.cumulative_trapezoid
. This is causingcoast
to fail to import when the latest versions of scipy are installed.From my quick look at things, changing the transect script to import this new description should fix this behaviour.
Expected Behavior
import coast
should have run without error.Steps To Reproduce
import coast
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: